(until C23)
ATOMIC_***_LOCK_FREE atomic_is_lock_free atomic_store atomic_load atomic_exchange atomic_compare_exchange atomic_fetch_add atomic_fetch_sub atomic_fetch_or atomic_fetch_xor atomic_fetch_and Atomic flags atomic_flag ATOMIC_FLAG_INIT atomic_flag_test_and_set atomic_flag_clear Memory ordering memory_order kill_dependency atomic_thread_fence atomic_signal_fence Mutual exclusion mtx_init mtx_lock mtx_timedlock mtx_trylock call_once mtx_unlock mtx_destroy mtx_plainmtx_recursivemtx_timed Condition variables cnd_init cnd_signal cnd_broadcast cnd_wait cnd_timedwaitcnd_destroy
Thread-local storage thread_local TSS_DTOR_ITERATIONS tss_create tss_get tss_set tss_delete [edit]Defined in header
<threads.h>
void cnd_destroy( cnd_t* cond ); (since C11)
Destroys the condition variable pointed to by cond
.
If there are threads waiting on cond
, the behavior is undefined.
(none)
[edit] Referencesfor
~condition_variable C++ documentationfor
~condition_variable_anyRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4