aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/test/mutex_d.c
Commit message (Collapse)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-091-1558/+0
| | | | | | | | | This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith) Notes: svn path=/head/; revision=172492
* o Include <sys/time.h>Marcel Moolenaar2005-11-191-13/+14
| | | | | | | | | o Make this ILP32/LP64 clean: cast pointers to long o Code conditional upon DEBUG must also be conditional upon _LIBC_R_ Notes: svn path=/head/; revision=152599
* This test relies on the concurrency level being 1; make it so.Daniel Eischen2003-10-201-0/+3
| | | | Notes: svn path=/head/; revision=121266
* Fix a couple of minor nits that prevented this from compiling.Daniel Eischen2002-07-021-2/+4
| | | | | | | Pointed out by: julian Notes: svn path=/head/; revision=99239
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-0/+3
| | | | | | | | | instead of char *. MFC after: 2 weeks Notes: svn path=/head/; revision=81975
* Automated regression test harness for libc_r. Existing tests are integrated,Jason Evans2000-04-241-0/+1549
a new test for POSIX semaphores was added, and examples of harness usage are included. Notes: svn path=/head/; revision=59612