OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dp_mutex
(Results
1 - 1
of
1
) sorted by null
/external/blktrace/
blktrace.c
105
*
dp_mutex
& dp_entries variables above.
125
* can then signal the main thread using <dp_cond,
dp_mutex
> and
303
static pthread_mutex_t
dp_mutex
= PTHREAD_MUTEX_INITIALIZER;
variable
1186
pthread_mutex_lock(&
dp_mutex
);
1190
pthread_mutex_unlock(&
dp_mutex
);
1195
pthread_mutex_lock(&
dp_mutex
);
1197
pthread_mutex_unlock(&
dp_mutex
);
1202
pthread_mutex_lock(&
dp_mutex
);
1204
t_pthread_cond_wait(&dp_cond, &
dp_mutex
);
1205
pthread_mutex_unlock(&
dp_mutex
);
[
all
...]
Completed in 37 milliseconds