Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_reset.c72 sem->refCnt = 0; in posix_sem_reset()
Dpx_sem_init.c87 sem->refCnt = value; in sem_init()
Dpx_sem_trywait.c106 sem->refCnt -= 1; in sem_trywait()
Dpx_px_initialize.c161 sem_ptr->refCnt = 0; in posix_semaphore_init()
Dpx_sem_open.c206 posix_sem->refCnt = value; in sem_open()
Dtx_posix.h432 ULONG refCnt; /* previously it was int */ member