PatchworkOS
Loading...
Searching...
No Matches
futex_ctx_t Struct Reference

Per-process futex context. More...

#include <futex.h>

Data Fields

map_t futexes
 
lock_t lock
 

Detailed Description

Per-process futex context.

Definition at line 33 of file futex.h.

Field Documentation

◆ futexes

map_t futex_ctx_t::futexes

Definition at line 35 of file futex.h.

Referenced by futex_ctx_deinit(), futex_ctx_get(), and futex_ctx_init().

◆ lock

lock_t futex_ctx_t::lock

Definition at line 36 of file futex.h.

Referenced by futex_ctx_get(), and futex_ctx_init().


The documentation for this struct was generated from the following file: