threads.h File Reference
Convience header for providing atomic operations to threads. More...
#include <pthread.h>
#include <sched.h>
Include dependency graph for threads.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | _obtain_lock(v) _krk_internal_spin_lock(&v); |
#define | _release_lock(v) _krk_internal_spin_unlock(&v); |
Detailed Description
Convience header for providing atomic operations to threads.
Definition in file threads.h.