OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:local_t
(Results
51 - 52
of
52
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
local.h
31
}
local_t
;
typedef in typeref:struct:__anon54609
59
#define cpu_local_wrap_v(l) ({
local_t
res__; preempt_disable(); res__ = (l); preempt_enable(); res__; })
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
local.h
31
}
local_t
;
typedef in typeref:struct:__anon71339
59
#define cpu_local_wrap_v(l) ({
local_t
res__; preempt_disable(); res__ = (l); preempt_enable(); res__; })
Completed in 147 milliseconds
1
2
3