Searched refs:robustMxList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_new.c81 tp->robustMxList = NULL;
H A Dpthread_mutex_consistent.c123 list = &tp->robustMxList;
148 list = &(((ptw32_thread_t*)mx->ownerThread.p)->robustMxList);
H A Dpthread_win32_attach_detach_np.c224 while (sp->robustMxList != NULL)
226 pthread_mutex_t mx = sp->robustMxList->mx;
H A Dimplement.h176 robustMxListLock; /* robustMxList lock */
178 robustMxList; /* List of currenty held robust mutexes */ member in struct:ptw32_thread_t_

Completed in 45 milliseconds