HomeSort by relevance Sort by last modified time
    Searched defs:SYS_ARCH_PROTECT (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/include/arch/
sys_arch.h 82 #define SYS_ARCH_PROTECT(VAR) VAR = irq_save()
  /external/syslinux/core/lwip/src/include/lwip/
sys.h 239 #ifndef SYS_ARCH_PROTECT
253 /** SYS_ARCH_PROTECT
256 * mutex. The implementation should allow calling SYS_ARCH_PROTECT when
258 * "lev". This macro will default to calling the sys_arch_protect() function
262 #define SYS_ARCH_PROTECT(lev) lev = sys_arch_protect()
272 sys_prot_t sys_arch_protect(void);
278 #define SYS_ARCH_PROTECT(lev)
283 #endif /* SYS_ARCH_PROTECT */
293 SYS_ARCH_PROTECT(old_level);
    [all...]

Completed in 331 milliseconds