mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:07:43 +00:00
![]() This is a private function that locks the lock much like the regular pthread_mutex_lock(), but causes the corresponding unlock operation to always assume there may be other waiters. This is useful in case some waiters are made to wait on the mutex's futex directly, without going through pthread_mutex_lock(). This is going to be used by the condition variable implementation in the next commit. |
||
---|---|---|
.. | ||
FILE.h | ||
posix1_lim.h | ||
pthread_forward.h | ||
pthread_integration.h | ||
stdint.h |