summaryrefslogtreecommitdiffstats
path: root/lib/librthread/rthread_libc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove "#define _POSIX_THREADS" line before include <pthread.h>.miod2012-04-171-3/+1
* Implement cancelation for the basic syscall cancelation points,guenther2011-12-051-190/+1
* Move <machine/spinlock.h> into rthread.h; strip out unnecessary #includesguenther2011-11-061-3/+1
* remove _MALLOC_LOCK_INIT; major bump; ok deraadt@otto2008-06-131-6/+1
* - add missing libc locking functions for _thread_atexit_lock() andkurt2008-01-231-1/+18
* - make arc4random*() functions thread safe. Use a custom spinlock functionkurt2008-01-011-1/+18
* _FD_LOCK/UNLOCK() is libpthread specific and not needed for librthread, sokurt2007-06-051-1/+28
* two comment typos from tberttedu2006-10-271-2/+192
* move malloc lock to libc interface filetedu2006-01-051-1/+23
* add -Wstrict-prototypes -Wmissing-prototypes -Wsign-comparemarc2006-01-051-0/+127