summaryrefslogtreecommitdiffstats
path: root/lib/libkse/test/sigsuspend_d.c
Commit message (Collapse)AuthorAgeFilesLines
* o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now itdavidxu2003-07-171-0/+2
| | | | | | | | | | | | | is system bound thread and when it is blocked, no upcall is generated. o Add ability to libkse to allow it run in pure 1:1 threading mode, defining SYSTEM_SCOPE_ONLY in Makefile can turn on this option. o Eliminate code for installing dummy signal handler for sigwait call. o Add hash table to find thread. Reviewed by: deischen
* Automated regression test harness for libc_r. Existing tests are integrated,jasone2000-04-241-0/+288
a new test for POSIX semaphores was added, and examples of harness usage are included.
OpenPOWER on IntegriCloud