Home
last modified time | relevance | path

Searched defs:sys_sem_valid (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/contrib/ports/unix/port/include/arch/
Dsys_arch.h46 #define sys_sem_valid(sem) (((sem) != NULL) && (*(sem) != NULL)) macro
/third_party/lwip/test/unit/arch/
Dsys_arch.h36 #define sys_sem_valid(sema) ((sema) != NULL) macro
/third_party/lwip/contrib/ports/freertos/include/arch/
Dsys_arch.h70 #define sys_sem_valid(sema) (((sema) != NULL) && sys_sem_valid_val(*(sema))) macro
/third_party/lwip/contrib/ports/win32/include/arch/
Dsys_arch.h41 #define sys_sem_valid(sema) (((sema) != NULL) && sys_sem_valid_val(*(sema))) macro
/third_party/lwip/src/include/lwip/
Dsys.h59 #define sys_sem_valid(s) 0 macro