Searched refs:fFreePortSemaphore (Results 1 – 2 of 2) sorted by relevance
18 fFreePortSemaphore(-1), in RequestPortPool()21 fFreePortSemaphore = create_sem(0, "request port pool"); in RequestPortPool()27 delete_sem(fFreePortSemaphore); in ~RequestPortPool()35 if (fFreePortSemaphore < 0) in InitCheck()36 return fFreePortSemaphore; in InitCheck()88 status_t error = acquire_sem(fFreePortSemaphore); in AcquirePort()123 release_sem(fFreePortSemaphore); in ReleasePort()
44 sem_id fFreePortSemaphore; variable