Lines Matching full:mutex
33 .Nd lock a mutex
39 .Fn pthread_mutex_lock "pthread_mutex_t *mutex"
44 .Fa mutex .
45 If the mutex is already locked, the calling thread will block until the
46 mutex becomes available.
59 .Fa mutex
63 .Fa mutex .
66 .Fa mutex
67 points to a robust mutex and the process containing the previous owning
68 thread terminated while holding the mutex lock.
73 .Fa mutex