HomeSort by relevance Sort by last modified time
    Searched refs:robust (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutexattr_getrobust.c 42 pthread_mutexattr_getrobust (const pthread_mutexattr_t * attr, int * robust)
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' is invalid
    [all...]
pthread_mutexattr_setrobust.c 42 pthread_mutexattr_setrobust (pthread_mutexattr_t * attr, int robust)
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' is invalid
    [all...]
pthread_mutex_consistent.c 81 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->prev = NULL
146 ptw32_robust_node_t* robust = mx->robustNode; local
    [all...]
pthread.h 291 /* POSIX 2008 - related to robust mutexes */
647 * pthread_mutexattr_{get,set}robust
1011 int robust);
1014 int * robust);
    [all...]
  /external/iputils/doc/
docbook2man-spec.pl 32 Add new element handling and fix existing handling. Be robust.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 104 * Note that instanceof Array is not robust; for example an Array
  /external/chromium_org/third_party/jstemplate/
util.js 102 * Note that instanceof Array is not robust; for example an Array
  /external/iproute2/doc/
api-ip6-flowlabels.tex 126 before filling known fields is robust but stupid solution.
  /frameworks/base/docs/html/training/
training_toc.cs 606 "How to design a robust conflict resolution strategy for apps that save data to the cloud."
    [all...]

Completed in 560 milliseconds