| Main index | Section 3 | 日本語 | Options |
#include <pthread.h>
| [EINVAL] | The value specified by mutex is invalid. |
| [EBUSY] | Mutex is already locked. |
| [EOWNERDEAD] | The argument mutex points to a robust mutex and the process containing the previous owning thread terminated while holding the mutex lock. The lock was granted to the caller and it is up to the new owner to make the state consistent. |
| [ENOTRECOVERABLE] | The state protected by the mutex is not recoverable. |
| PTHREAD_MUTEX_TRYLOCK (3) | August 7, 2019 |
| Main index | Section 3 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | This philosophy, in the hands of amateurs, leads to inexplicably mind-numbing botches like the existence of two programs, “head” and “tail,” which print the first part or the last part of a file, depending. Even though their operations are duals of one another, “head” and “tail” are different programs, written by different authors, and take different options! | ” |
| — The Unix Haters' handbook | ||