Searched refs:local_t (Results 1 - 3 of 3) sorted by relevance
/development/ndk/platforms/android-9/arch-x86/include/asm/ | ||
H A D | local_32.h | 29 } local_t; typedef in typeref:struct:__anon605 46 #define cpu_local_wrap_v(l) ({ local_t res__; preempt_disable(); res__ = (l); preempt_enable(); res__; }) |
/development/ndk/platforms/android-9/arch-mips/include/asm/ | ||
H A D | local.h | 31 } local_t; typedef in typeref:struct:__anon484 59 #define cpu_local_wrap_v(l) ({ local_t res__; preempt_disable(); res__ = (l); preempt_enable(); res__; }) |
/development/ndk/platforms/android-3/include/asm-generic/ | ||
H A D | local.h | 23 } local_t; typedef in typeref:struct:__anon104 |
Completed in 4 milliseconds