OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mt_mutex
(Results
1 - 1
of
1
) sorted by null
/external/blktrace/
blktrace.c
310
static pthread_mutex_t
mt_mutex
= PTHREAD_MUTEX_INITIALIZER;
variable
532
pthread_mutex_lock(&
mt_mutex
);
535
pthread_mutex_unlock(&
mt_mutex
);
540
pthread_mutex_lock(&
mt_mutex
);
542
pthread_cond_wait(&mt_cond, &
mt_mutex
);
543
pthread_mutex_unlock(&
mt_mutex
);
550
pthread_mutex_lock(&
mt_mutex
);
561
pthread_mutex_unlock(&
mt_mutex
);
566
pthread_mutex_lock(&
mt_mutex
);
568
t_pthread_cond_wait(&mt_cond, &
mt_mutex
);
[
all
...]
Completed in 197 milliseconds