A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/algorithm/../algorithm/../../cpp/../c/thread/cnd_init.html below:

cnd_init - cppreference.com

int cnd_init( cnd_t* cond ); (since C11)

Initializes new condition variable. The object pointed to by cond will be set to value that identifies the condition variable.

[edit] Parameters cond - pointer to a variable to store identifier of the condition variable to [edit] Return value

thrd_success if the condition variable was successfully created. Otherwise returns thrd_nomem if there was insufficient amount of memory or thrd_error if another error occurred.

[edit] References
[edit] See also

RetroSearch 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