Searched refs:fClosedConnectionsSemaphore (Results 1 – 2 of 2) sorted by relevance
199 fClosedConnectionsSemaphore(-1), in NetFSServer()244 if (fClosedConnectionsSemaphore >= 0) in ~NetFSServer()245 delete_sem(fClosedConnectionsSemaphore); in ~NetFSServer()309 fClosedConnectionsSemaphore = create_sem(0, "closed connections"); in Init()310 if (fClosedConnectionsSemaphore < 0) in Init()311 return fClosedConnectionsSemaphore; in Init()782 release_sem(fClosedConnectionsSemaphore); in ClientConnectionClosed()1147 status_t error = acquire_sem(fClosedConnectionsSemaphore); in _ConnectionDeleter()
86 sem_id fClosedConnectionsSemaphore; variable