Lines Matching full:mutex
33 .Nd mark state protected by robust mutex as consistent
39 .Fn pthread_mutex_consistent "pthread_mutex_t *mutex"
41 If the process containing the thread owning a robust mutex terminates
42 while holding the mutex, the mutex becomes inconsistent and the next thread
43 that acquires the mutex lock is notified of the state by the return value
45 In this case, the mutex does not become normally usable again until
51 .Fa mutex
52 argument, which points to the initialized robust mutex in an
53 inconsistent state, marks the by mutex as consistent again.
54 The consequent unlock of the mutex, by either
56 or other methods, allows other contenders to lock the mutex.
58 If the mutex in the inconsistent state is not marked consistent
63 .Fa mutex
78 The mutex pointed to by the
79 .Fa mutex