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

Mutex structure. More...

#include <mutex.h>

Collaboration diagram for mutex_t:

Data Fields

wait_queue_t waitQueue
 
thread_towner
 
uint32_t depth
 
lock_t lock
 

Detailed Description

Mutex structure.

Definition at line 40 of file mutex.h.

Field Documentation

◆ waitQueue

wait_queue_t mutex_t::waitQueue

Definition at line 42 of file mutex.h.

◆ owner

thread_t* mutex_t::owner

Definition at line 43 of file mutex.h.

◆ depth

uint32_t mutex_t::depth

Definition at line 44 of file mutex.h.

◆ lock

lock_t mutex_t::lock

Definition at line 45 of file mutex.h.


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