Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
Parallel computing and synchronization via POSIX Threads. More...
Classes | |
struct | Condition |
POSIX Threads conditional variables. More... | |
struct | Lock |
POSIX Threads locks. More... | |
struct | Operation |
An abstraction for discrete units of work, or tasks. More... | |
struct | OperationQueue |
OperationQueues provide a thread of execution for Operations. More... | |
struct | Thread |
POSIX Threads. More... | |
Macros | |
#define | do_once(once, block) |
Executes the given block at most one time. More... | |
Typedefs | |
typedef long | Once |
The Once type. More... | |
#define do_once | ( | once, | |
block | |||
) |