Searched defs:robust (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dpthread_mutexattr_getrobust.c42 pthread_mutexattr_getrobust (const pthread_mutexattr_t * attr, int * robust) argument
49 * get the mutex robust attribute. This attribute is set in the
50 * robust parameter to these functions.
56 * robust
66 * get the mutex robust attribute. This attribute is set in the
67 * robust parameter to these functions. The default value of the
68 * robust attribute is PTHREAD_MUTEX_STALLED.
80 * If the process containing the owning thread of a robust mutex
84 * owning thread of a robust mutex terminates while holding the mutex
99 * EINVAL 'attr' or 'robust' i
[all...]
H A Dpthread_mutexattr_setrobust.c42 pthread_mutexattr_setrobust (pthread_mutexattr_t * attr, int robust) argument
49 * get the mutex robust attribute. This attribute is set in the
50 * robust parameter to these functions.
56 * robust
66 * get the mutex robust attribute. This attribute is set in the
67 * robust parameter to these functions. The default value of the
68 * robust attribute is PTHREAD_MUTEX_STALLED.
80 * If the process containing the owning thread of a robust mutex
84 * owning thread of a robust mutex terminates while holding the mutex
99 * EINVAL 'attr' or 'robust' i
[all...]
H A Dpthread_mutex_consistent.c81 ptw32_robust_node_t* robust = mx->robustNode; local
84 (PTW32_INTERLOCKED_LONGPTR)&robust->stateInconsistent,
104 * called by the thread that owns the robust mutex. This enables
106 * Any mutex currently in the thread's robust mutex list is held
111 * does not own the [robust] mutex attempts to unlock it.
121 ptw32_robust_node_t* robust = mx->robustNode; local
127 robust->prev = NULL;
128 robust->next = NULL;
129 *list = robust;
133 robust
146 ptw32_robust_node_t* robust = mx->robustNode; local
[all...]

Completed in 249 milliseconds