PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
mtx_t Struct Reference

#include <threads.h>

Collaboration diagram for mtx_t:

Data Fields

atomic_uint64_t state
 
tid_t owner
 
uint64_t depth
 

Detailed Description

Definition at line 51 of file threads.h.

Field Documentation

◆ state

atomic_uint64_t mtx_t::state

Definition at line 53 of file threads.h.

◆ owner

tid_t mtx_t::owner

Definition at line 54 of file threads.h.

◆ depth

uint64_t mtx_t::depth

Definition at line 55 of file threads.h.


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