OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stats_lock
(Results
1 - 3
of
3
) sorted by null
/external/kernel-headers/original/linux/
taskstats_kern.h
26
spin_lock_init(&sig->
stats_lock
);
39
spin_lock_irqsave(&sig->
stats_lock
, flags);
44
spin_unlock_irqrestore(&sig->
stats_lock
, flags);
55
spin_lock_irqsave(&sig->
stats_lock
, flags);
60
spin_unlock_irqrestore(&sig->
stats_lock
, flags);
sched.h
467
spinlock_t
stats_lock
;
member in struct:signal_struct
[
all
...]
/art/compiler/driver/
compiler_driver.cc
138
#define
STATS_LOCK
() MutexLock mu(Thread::Current(), stats_lock_)
140
#define
STATS_LOCK
()
144
STATS_LOCK
();
149
STATS_LOCK
();
154
STATS_LOCK
();
159
STATS_LOCK
();
164
STATS_LOCK
();
169
STATS_LOCK
();
174
STATS_LOCK
();
179
STATS_LOCK
();
[
all
...]
Completed in 220 milliseconds