Skip to content

struct flakeMutexAttr_t

Attributes structure for mutex. #include </Users/ios_developer/workspace/coldwave-os/build/_deps/flake-src/portable/portable.h>

Public Attributes

Name
const char *name
name of the mutex
uint32_tattr_bits
attribute bits
void *cb_mem
memory for control block
uint32_tcb_size
size of provided memory for control block

Public Attributes Documentation

variable name

cpp
const char* flakeMutexAttr_t::name

name of the mutex

variable attr_bits

cpp
uint32_t flakeMutexAttr_t::attr_bits

attribute bits

variable cb_mem

cpp
void* flakeMutexAttr_t::cb_mem

memory for control block

variable cb_size

cpp
uint32_t flakeMutexAttr_t::cb_size

size of provided memory for control block