P99
|
Cp99_callback_el | |
Cp99_callback_stack | A data structure to register callbacks |
Cp99_cm | |
Cp99_count | A counter that allows atomic increment and decrement and a wait for the value 0 |
Cp99_event | |
Cp99_futex | A counter similar to a conditional variable that allows atomic increment and decrement and to wait for the atomic compare and exchange for a specific value |
Cp99_futex_c11 | The structure that is used in the fallback implementation of p99_futex on non-linux systems |
Cp99_iterator | Iterate over a series events that are signaled by other threads |
Cp99_notifier | Set a flag and notify other threads that an event has occurred |
Cp99_once_flag | Complete object type that holds a flag for use by p99_call_once |
Cp99_rwl | A simple rwlock implementation |
Cp99_tss | A stub structure to hold a thread local variable if thread_local is not available |
Cp99_uf |