Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dcall_once.c29 static once_flag co_once = ONCE_FLAG_INIT; variable
49 call_once(&co_once, co_once_func); in co_thr()