haiku/src/system/libroot/posix/pthread
Axel Dörfler fd722a6734 * Minor coding style cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36439 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-04-23 18:28:45 +00:00
..
Jamfile Patch by Lucian Adrian Grijincu: Added pthread spinlock support. 2010-04-17 19:38:01 +00:00
pthread_atfork.c
pthread_attr.c * Reduce maximum priority to B_URGENT_DISPLAY_PRIORITY; real time threads isn't 2009-10-27 12:34:27 +00:00
pthread_cancel.cpp Some work on pthreads: 2008-05-20 20:43:28 +00:00
pthread_cleanup.cpp Some work on pthreads: 2008-05-20 20:43:28 +00:00
pthread_cond.cpp * Private libroot locking primitives: 2010-04-15 21:52:49 +00:00
pthread_condattr.c I needed Pthread condition variables for WebKit, so I implemented 2007-09-22 16:30:22 +00:00
pthread_key.cpp * As requested by POSIX, we now have PTHREAD_STACK_MIN, and PTHREAD_KEYS_MAX 2008-08-15 15:00:26 +00:00
pthread_mutex.cpp * Private libroot locking primitives: 2010-04-15 21:52:49 +00:00
pthread_mutexattr.c Patch by Vasilis Kaoutsis: Style cleanup, "OpenBeOS license" -> "MIT license". 2007-10-13 17:18:34 +00:00
pthread_once.cpp * Reimplemented pthread_once. The old one was neither thread-safe nor 2008-05-13 01:50:54 +00:00
pthread_rwlock.cpp * _user_unblock_thread[s]() also set the user thread's wait_status, now. This 2009-03-18 01:53:06 +00:00
pthread_spinlock.c * Minor coding style cleanup. 2010-04-23 18:28:45 +00:00
pthread.c * Rename _thread_do_exit_notification() to _thread_do_exit_work() as suggested by Ingo. 2010-01-18 17:58:38 +00:00