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
133
struct mutex_info* const
mutex_p
= DRD_(mutex_get)(arg[1]);
local
134
if (
mutex_p
&&
mutex_p
->mutex_type == mutex_type_spinlock)
143
struct mutex_info* const
mutex_p
= DRD_(mutex_get)(arg[1]);
local
144
if (
mutex_p
&&
mutex_p
->mutex_type == mutex_type_spinlock)
153
struct mutex_info* const
mutex_p
= DRD_(mutex_get)(arg[1]);
local
154
if (
mutex_p
&&
mutex_p
->mutex_type == mutex_type_spinlock)
173
struct mutex_info* const
mutex_p
= DRD_(mutex_get)(arg[1])
local
[
all
...]
drd_mutex.c
455
struct mutex_info*
mutex_p
= DRD_(mutex_get)(spinlock);
local
456
if (
mutex_p
)
Completed in 151 milliseconds