Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_pth_once.c88 if ( once_control->state==PTH_ONCE_DONE) in pthread_once()
107 once_control->state=PTH_ONCE_DONE; in pthread_once()
Dtx_posix.h223 PTH_ONCE_DONE = 0x1, enumerator