Home
last modified time | relevance | path

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

/third_party/lwip/test/fuzz/
H A Dlwipopts.h39 #define SYS_LIGHTWEIGHT_PROT 0 macro
/third_party/lwip/test/unit/
H A Dlwipopts.h45 #define SYS_LIGHTWEIGHT_PROT 0 macro
/third_party/lwip/src/include/lwip/
H A Dsys.h454 /** SYS_LIGHTWEIGHT_PROT
455 * define SYS_LIGHTWEIGHT_PROT in lwipopts.h if you want inter-task protection
459 #if SYS_LIGHTWEIGHT_PROT
501 #endif /* SYS_LIGHTWEIGHT_PROT */
H A Dopt.h206 * SYS_LIGHTWEIGHT_PROT==1: enable inter-task protection (and task-vs-interrupt
212 #if !defined SYS_LIGHTWEIGHT_PROT || defined __DOXYGEN__
213 #define SYS_LIGHTWEIGHT_PROT 1 macro

Completed in 6 milliseconds