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

/barrelfish-master/include/lwip/
H A Dlwipopts.h44 #define SYS_LIGHTWEIGHT_PROT 0 macro
/barrelfish-master/include/lwip2/
H A Dlwipopts.h64 #define SYS_LIGHTWEIGHT_PROT 0 macro
99 * SYS_LIGHTWEIGHT_PROT==1: if you want inter-task protection for certain
103 #define SYS_LIGHTWEIGHT_PROT 0 macro
/barrelfish-master/include/lwip/lwip/
H A Dopt.h55 * SYS_LIGHTWEIGHT_PROT==1: if you want inter-task protection for certain
59 #ifndef SYS_LIGHTWEIGHT_PROT
60 #define SYS_LIGHTWEIGHT_PROT 0 macro
H A Dsys.h155 /** SYS_LIGHTWEIGHT_PROT
156 * define SYS_LIGHTWEIGHT_PROT in lwipopts.h if you want inter-task protection
160 #if SYS_LIGHTWEIGHT_PROT
196 #endif /* SYS_LIGHTWEIGHT_PROT */
/barrelfish-master/include/lwip2/lwip/
H A Dsys.h358 /** SYS_LIGHTWEIGHT_PROT
359 * define SYS_LIGHTWEIGHT_PROT in lwipopts.h if you want inter-task protection
363 #if SYS_LIGHTWEIGHT_PROT
405 #endif /* SYS_LIGHTWEIGHT_PROT */
H A Dopt.h197 * SYS_LIGHTWEIGHT_PROT==1: enable inter-task protection (and task-vs-interrupt
203 #if !defined SYS_LIGHTWEIGHT_PROT || defined __DOXYGEN__
204 #define SYS_LIGHTWEIGHT_PROT 1 macro
/barrelfish-master/lib/lwip/src/
H A Dsys_arch.c71 #if SYS_LIGHTWEIGHT_PROT
88 #endif // SYS_LIGHTWEIGHT_PROT
/barrelfish-master/lib/lwip2/src/
H A Dsys_arch.c81 #if SYS_LIGHTWEIGHT_PROT
98 #endif // SYS_LIGHTWEIGHT_PROT

Completed in 174 milliseconds