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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutexattr_getrobust.c 70 * The robustness of mutex is contained in the robustness attribute
71 * of the mutex attributes. Valid mutex robustness values are:
108 *robust = (*attr)->robustness;
pthread_mutexattr_setrobust.c 70 * The robustness of mutex is contained in the robustness attribute
71 * of the mutex attributes. Valid mutex robustness values are:
112 (*attr)->robustness = robust;
pthread_mutex_init.c 94 if ((*attr)->robustness == PTHREAD_MUTEX_ROBUST)
implement.h 277 int robustness; member in struct:pthread_mutexattr_t_
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.h 102 __DRIrobustnessExtension *robustness; member in struct:dri2_egl_display
egl_dri2.c 487 if (dri2_dpy->robustness)
534 dri2_dpy->robustness = (__DRIrobustnessExtension *) extensions[i];
801 && !dri2_dpy->robustness) {
815 if (!dri2_dpy->robustness) {
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 102 __DRIrobustnessExtension *robustness; member in struct:dri2_egl_display
egl_dri2.c 487 if (dri2_dpy->robustness)
534 dri2_dpy->robustness = (__DRIrobustnessExtension *) extensions[i];
801 && !dri2_dpy->robustness) {
815 if (!dri2_dpy->robustness) {
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 159 robustness and efficiency. LibTomCrypt traps and returns a series of errors ranging from invalid
    [all...]

Completed in 3657 milliseconds