Home | History | Annotate | Download | only in dist

Lines Matching refs:semaphore

24844 **      + for named semaphore locks (VxWorks only)
24944 # include <semaphore.h>
26048 sem_t *pSem; /* Named POSIX semaphore */
26049 char aSemName[MAX_PATHNAME+2]; /* Name of that semaphore */
27327 ************************ Begin Named Semaphore Locking ************************
27329 ** Named semaphore locking is only supported on VxWorks.
27331 ** Semaphore locking is like dot-lock and flock in that it really only
27404 ** Semaphore locks only really support EXCLUSIVE locks. We track intermediate
27426 /* lock semaphore now but bail out when already locked. */
27498 ** Named semaphore locking is only available on VxWorks.
27500 *************** End of the named semaphore lock implementation ****************
29607 ** Otherwise fall back to the named semaphore method.
29779 /* Named semaphore locking uses the file path so it needs to be