Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_once.c98 once_control->state=PTH_ONCE_STARTED; in pthread_once()
113 if (once_control->state==PTH_ONCE_STARTED) in pthread_once()
Dtx_posix.h224 PTH_ONCE_STARTED = 0x2, enumerator