libcthreads(3)
| libcthreads(3) | Library Functions Manual | libcthreads(3) |
NAME
libcthreads.h —
Library to support cross-platform C threads string
functions
LIBRARY
library “libcthreads”
SYNOPSIS
#include
<libcthreads.h>
Support functions
const char *
libcthreads_get_version(void);
Error functions
void
libcthreads_error_free(libcthreads_error_t
**error);
int
libcthreads_error_fprint(libcthreads_error_t
*error, FILE *stream);
int
libcthreads_error_sprint(libcthreads_error_t
*error, char *string, size_t size);
int
libcthreads_error_backtrace_fprint(libcthreads_error_t
*error, FILE *stream);
int
libcthreads_error_backtrace_sprint(libcthreads_error_t
*error, char *string, size_t size);
Thread functions
Thread attributes functions
Lock functions
Mutex functions
Read/Write lock functions
Queue functions
Thread pool functions
DESCRIPTION
The
libcthreads_get_version()
function is used to retrieve the library version.
RETURN VALUES
Most of the functions return NULL or -1 on error, dependent on the return type. For the actual return values refer to libcthreads.h
ENVIRONMENT
None
FILES
None
BUGS
Please report bugs of any kind to <joachim.metz@gmail.com> or on the project website: http://code.google.com/p/libcthreads/
AUTHOR
These man pages were written by Joachim Metz.
COPYRIGHT
Copyright 2012-2013, Joachim Metz <joachim.metz@gmail.com>. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SEE ALSO
the libcthreads.h include file
| May 7, 2013 | libcthreads |
