Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_once.c97 once_control->state=PTH_ONCE_STARTED; in pthread_once()
112 if (once_control->state==PTH_ONCE_STARTED) in pthread_once()
Dtx_posix.h223 PTH_ONCE_STARTED = 0x2, enumerator