Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
POSIX Threads locks. More...
#include <Objectively/Object.h>
Go to the source code of this file.
Data Structures | |
struct | Lock |
POSIX Threads locks. More... | |
Macros | |
#define | synchronized(_lock, statements) |
Wraps statements with calls to lock and unlock . More... | |
Functions | |
OBJECTIVELY_EXPORT Class * | _Lock (void) |
POSIX Threads locks.
Definition in file Lock.h.
#define synchronized | ( | _lock, | |
statements | |||
) |
Wraps statements
with calls to lock
and unlock
.
OBJECTIVELY_EXPORT Class * _Lock | ( | void | ) |
Definition at line 129 of file Lock.c.