Searched refs:co_once_mtx (Results 1 – 1 of 1) sorted by relevance
26 static mtx_t co_once_mtx; variable35 VERIFY3S(mtx_lock(&co_once_mtx), ==, thrd_success); in co_once_func()37 VERIFY3S(mtx_unlock(&co_once_mtx), ==, thrd_success); in co_once_func()59 VERIFY3S(mtx_init(&co_once_mtx, mtx_plain), ==, thrd_success); in main()