P99
Data Structures
Here are the data structures with brief descriptions:
atomic_flagThe "minimal" type for which atomic operations must be defined
cnd_tComplete object type that holds an identifier for a condition variable
mtx_tComplete object type that holds an identifier for a mutex
P99_ENCAccess an encapsulated object
p99_endian_2
p99_endian_4
p99_endian_8
p99_once_flagComplete object type that holds a flag for use by p99_call_once
p99_tssA stub structure to hold a thread local variable if thread_local is not available
thrd_tComplete object type that holds an identifier for a thread
tss_tComplete object type that holds an identifier for a thread-specific storage pointer
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines