OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mutex_p
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/drd/
drd_clientreq.c
171
struct mutex_info* const
mutex_p
= DRD_(mutex_get)(arg[1]);
local
172
if (
mutex_p
&&
mutex_p
->mutex_type == mutex_type_spinlock)
181
struct mutex_info* const
mutex_p
= DRD_(mutex_get)(arg[1]);
local
182
if (
mutex_p
&&
mutex_p
->mutex_type == mutex_type_spinlock)
191
struct mutex_info* const
mutex_p
= DRD_(mutex_get)(arg[1]);
local
192
if (
mutex_p
&&
mutex_p
->mutex_type == mutex_type_spinlock)
211
struct mutex_info* const
mutex_p
= DRD_(mutex_get)(arg[1])
local
[
all
...]
drd_mutex.c
437
struct mutex_info*
mutex_p
= DRD_(mutex_get)(spinlock);
local
438
if (
mutex_p
)
Completed in 29 milliseconds