Home | History | Annotate | Download | only in orig

Lines Matching refs:semaphore

24844 **      + for named semaphore locks (VxWorks only)
24937 # include <semaphore.h>
26030 sem_t *pSem; /* Named POSIX semaphore */
26031 char aSemName[MAX_PATHNAME+2]; /* Name of that semaphore */
27309 ************************ Begin Named Semaphore Locking ************************
27311 ** Named semaphore locking is only supported on VxWorks.
27313 ** Semaphore locking is like dot-lock and flock in that it really only
27386 ** Semaphore locks only really support EXCLUSIVE locks. We track intermediate
27408 /* lock semaphore now but bail out when already locked. */
27480 ** Named semaphore locking is only available on VxWorks.
27482 *************** End of the named semaphore lock implementation ****************
29579 ** Otherwise fall back to the named semaphore method.
29751 /* Named semaphore locking uses the file path so it needs to be