summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/test/mutex_d.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove libc_r threading library. It has been disconnected from the buildemaste2010-11-131-1555/+0
| | | | | | for four years (since r162846). Submitted by: Alexander Best arundel@
* Make this compile without warnings on 64-bit architectures:marcel2003-06-041-6/+7
| | | | | Don't cast thread_self() to int. Cast to uintptr_t. Pull in the predefined printf format from <inttypes.h>
* Fix a couple of minor nits that prevented this from compiling.deischen2002-07-021-2/+4
| | | | Pointed out by: julian
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-0/+3
| | | | | | instead of char *. MFC after: 2 weeks
* Automated regression test harness for libc_r. Existing tests are integrated,jasone2000-04-241-0/+1549
a new test for POSIX semaphores was added, and examples of harness usage are included.
OpenPOWER on IntegriCloud