Home
last modified time | relevance | path

Searched refs:SYS_ARCH_LOCKED (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dsys.h546 #ifndef SYS_ARCH_LOCKED
547 #define SYS_ARCH_LOCKED(code) do { \ macro
/third_party/lwip/src/core/
Dmem.c74 #define MEM_STATS_INC_LOCKED(x) SYS_ARCH_LOCKED(MEM_STATS_INC(x))
75 #define MEM_STATS_INC_USED_LOCKED(x, y) SYS_ARCH_LOCKED(MEM_STATS_INC_USED(x, y))
76 #define MEM_STATS_DEC_USED_LOCKED(x, y) SYS_ARCH_LOCKED(MEM_STATS_DEC_USED(x, y))
/third_party/lwip/src/api/
Dapi_msg.c949 SYS_ARCH_LOCKED(num_waiting = conn->mbox_threads_waiting);