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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_new.c 81 tp->robustMxList = NULL;
pthread_mutex_consistent.c 123 list = &tp->robustMxList;
148 list = &(((ptw32_thread_t*)mx->ownerThread.p)->robustMxList);
pthread_win32_attach_detach_np.c 224 while (sp->robustMxList != NULL)
226 pthread_mutex_t mx = sp->robustMxList->mx;
implement.h 176 robustMxListLock; /* robustMxList lock */
178 robustMxList; /* List of currenty held robust mutexes */
    [all...]

Completed in 528 milliseconds