Home
last modified time | relevance | path

Searched refs:cnd_waitfirst (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dcnd_wait.c22 void cnd_waitfirst(void *arg) in cnd_waitfirst() function
42 ret = thrd_create(&id1, (thrd_start_t)cnd_waitfirst, (void *)1); in cnd_wait_0100()