PatchworkOS
Loading...
Searching...
No Matches
futex.h File Reference
#include <kernel/sched/wait.h>
#include <kernel/utils/map.h>
#include <sys/proc.h>

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. *.