Home
last modified time | relevance | path

Searched defs:once (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c48 pthread_once_t once = PTHREAD_ONCE_INIT; in ZTEST() local
/Zephyr-latest/samples/net/sockets/echo_client/src/
Decho-client.c126 static bool once; in wait() local
264 static bool once; in ipv6_event_handler() local
/Zephyr-latest/subsys/net/ip/
Dipv6.c875 static bool once; in gen_stable_iid() local
Dipv6_pe.c230 static bool once; in gen_temporary_iid() local
Dtcp.c2309 static bool once; in tcpv6_init_isn() local
2344 static bool once; in tcpv4_init_isn() local
/Zephyr-latest/drivers/misc/coresight/
Dnrf_etr.c608 static bool once; in decoder_init() local
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf.c190 static bool once; in anomaly_132_workaround() local
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c307 static bool once; in unprovisioned_beacon() local
/Zephyr-latest/lib/posix/options/
Dpthread.c1008 int pthread_once(pthread_once_t *once, void (*init_func)(void)) in pthread_once()