Home
last modified time | relevance | path

Searched refs:refCnt (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_sem_reset.c73 sem->refCnt = 0; in posix_sem_reset()
Dpx_sem_init.c88 sem->refCnt = value; in sem_init()
Dpx_sem_trywait.c107 sem->refCnt -= 1; in sem_trywait()
Dpx_px_initialize.c162 sem_ptr->refCnt = 0; in posix_semaphore_init()
Dpx_sem_open.c207 posix_sem->refCnt = value; in sem_open()
Dtx_posix.h433 ULONG refCnt; /* previously it was int */ member