Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dcnd.c38 cnd_destroy(NULL); in ZTEST_F()
39 cnd_destroy((cnd_t *)BIOS_FOOD); in ZTEST_F()
168 cnd_destroy(&fixture->cond); in after()
/Zephyr-latest/lib/libc/common/source/thrd/
Dcnd.c22 void cnd_destroy(cnd_t *cond) in cnd_destroy() function
/Zephyr-latest/lib/libc/common/include/
Dthreads.h64 void cnd_destroy(cnd_t *cond);