summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_sem.c
Commit message (Expand)AuthorAgeFilesLines
* At initialization, override the pthread stub routines in libcdeischen2002-11-131-18/+20
* Condition variable waiters are queued in descending priority order, sojasone2001-05-181-9/+2
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-9/+9
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-11/+20
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-0/+1
* The second call to _thread_kern_sig_defer() in sem_post() should be a calljasone2000-08-231-1/+1
* Make sem_post() safe to call from within a signal handler, as required byjasone2000-08-011-0/+7
* Change my email address in the copyright notices for the sake of consistencyjasone2000-07-181-1/+1
* For errors, return -1 and set errno to indicate the error type, rather thanjasone2000-02-161-16/+33
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-0/+3
* Add sem_*() functions. Named semaphores and process-shared semaphoresjasone2000-01-201-0/+224
OpenPOWER on IntegriCloud