HomeSort by: relevance | last modified time | path
    Searched refs:ptc_mutex (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
pthread_cond.c 93 cond->ptc_mutex = NULL;
153 cond->ptc_mutex = mutex;
251 mutex = cond->ptc_mutex;
299 mutex = cond->ptc_mutex;
pthread_types.h 178 pthread_mutex_t *ptc_mutex; /* Current mutex */ member in struct:__pthread_cond_st

Completed in 40 milliseconds