48e64cd7c8
may be renamed): - B_RELEASE_ALL: the semaphore count is set to 0, all waiting threads are released (the "count" argument of release_etc_sem() is ignored then) - B_RELEASE_IF_WAITING_ONLY: the semaphore count is only decreased if there are any waiting threads; ie. the semaphore is signaled Together, they will make the pthread_cond_*() functions easy to implement, and they come in handy at other places, too. Removed release_threads variable in release_sem_etc(), as it was useless. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9330 a95241bf-73f2-0310-859d-f6bbb57e9c96 |
||
---|---|---|
.. | ||
apps | ||
boot | ||
core | ||
drivers | ||
glue | ||
ldscripts | ||
libroot | ||
vm2/tests | ||
Jamfile | ||
TODO |