Searched defs:once (Results 1 – 8 of 8) 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
230 static bool once; in gen_temporary_iid() local
2316 static bool once; in tcpv6_init_isn() local2351 static bool once; in tcpv4_init_isn() local
513 static bool once; in test_read_abort_callback() local
190 static bool once; in anomaly_132_workaround() local
307 static bool once; in unprovisioned_beacon() local
976 int pthread_once(pthread_once_t *once, void (*init_func)(void)) in pthread_once()