cvs commit: src/lib/libpthread/thread thr_private.h thr_sem.c
Daniel Eischen
deischen at FreeBSD.org
Mon Feb 2 21:50:09 PST 2004
deischen 2004/02/02 21:50:07 PST
FreeBSD src repository
Modified files:
lib/libpthread/thread thr_private.h thr_sem.c
Log:
Provide a userland version of non-pshared semaphores and add cancellation
points to sem_wait() and sem_timedwait(). Also make sem_post signal-safe.
Revision Changes Path
1.113 +0 -12 src/lib/libpthread/thread/thr_private.h
1.14 +155 -159 src/lib/libpthread/thread/thr_sem.c
More information about the cvs-all
mailing list