Home
last modified time | relevance | path

Searched defs:ASSERT_LOCKED (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defidebug.h80 #define ASSERT_LOCKED(l) if(!(l)->Lock) DBGASSERT(l not locked) macro
86 #define ASSERT_LOCKED(l) macro
/external/syslinux/efi32/include/efi/
Defidebug.h80 #define ASSERT_LOCKED(l) if(!(l)->Lock) DBGASSERT(l not locked) macro
86 #define ASSERT_LOCKED(l) macro
/external/syslinux/efi64/include/efi/
Defidebug.h80 #define ASSERT_LOCKED(l) if(!(l)->Lock) DBGASSERT(l not locked) macro
86 #define ASSERT_LOCKED(l) macro
/external/libevent/
Devdns.c417 #define ASSERT_LOCKED(base) _EVUTIL_NIL_STMT macro
423 #define ASSERT_LOCKED(base) \ macro