Searched refs:DECLARE_MUTEX (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/asm-arm/
H A Dsemaphore.h30 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/external/kernel-headers/original/asm-x86/
H A Dsemaphore_32.h61 #define DECLARE_MUTEX(name) __DECLARE_SEMAPHORE_GENERIC(name,1) macro
/external/oprofile/module/
H A Dcompat22.h113 #define DECLARE_MUTEX(foo) struct semaphore foo = MUTEX macro
H A Doprofile.c496 static DECLARE_MUTEX(sysctlsem);

Completed in 69 milliseconds