haiku/headers/private/kernel/posix
Salvatore Benedetto 6ae7f6879f * Reworked the way sem_undo requests are processed by following
Ingo suggestions: instead of having one global sem_undo list,
  we now have two local list, one per semaphore set and one per team
  which is held in its xsi_sem_context structure, along with a mutex.
  A mutex has also been added to the semaphore set class in order to
  protect the local list, but also in order to (hopefully) improve
  concurrency.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26993 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-08-16 18:20:54 +00:00
..
realtime_sem.h * Introduced new header directory headers/private/system which is supposed 2008-05-14 03:55:16 +00:00
xsi_semaphore.h * Reworked the way sem_undo requests are processed by following 2008-08-16 18:20:54 +00:00