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

#include <threads.h>

Data Fields

atomic_uint64_t state
 
tid_t owner
 
uint64_t depth
 

Detailed Description

Definition at line 51 of file threads.h.

Field Documentation

◆ depth

uint64_t mtx_t::depth

Definition at line 55 of file threads.h.

Referenced by mtx_init(), mtx_lock(), and mtx_unlock().

◆ owner

tid_t mtx_t::owner

Definition at line 54 of file threads.h.

Referenced by mtx_init(), mtx_lock(), and mtx_unlock().

◆ state

atomic_uint64_t mtx_t::state

Definition at line 53 of file threads.h.

Referenced by mtx_init(), mtx_lock(), and mtx_unlock().


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