Searched defs:once (Results 1 – 9 of 9) sorted by relevance
48 pthread_once_t once = PTHREAD_ONCE_INIT; in ZTEST() local
126 static bool once; in wait() local264 static bool once; in ipv6_event_handler() local
875 static bool once; in gen_stable_iid() local
230 static bool once; in gen_temporary_iid() local
2309 static bool once; in tcpv6_init_isn() local2344 static bool once; in tcpv4_init_isn() local
608 static bool once; in decoder_init() local
190 static bool once; in anomaly_132_workaround() local
307 static bool once; in unprovisioned_beacon() local
1008 int pthread_once(pthread_once_t *once, void (*init_func)(void)) in pthread_once()