PatchworkOS  c9fea19
A non-POSIX operating system.
Loading...
Searching...
No Matches
futex.h File Reference
#include <kernel/sched/wait.h>
#include <kernel/utils/map.h>
#include <sys/proc.h>
Include dependency graph for futex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  futex_t
 Futex structure. More...
 
struct  futex_ctx_t
 Per-process futex context. More...
 

Functions

void futex_ctx_init (futex_ctx_t *ctx)
 Initialize a per-process futex context.
 
void futex_ctx_deinit (futex_ctx_t *ctx)
 Deinitialize a per-process futex context. *.