Home
last modified time | relevance | path

Searched refs:UCF_SWAPPED (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/sys/
H A Ducontext.h40 #define UCF_SWAPPED 0x00000001 /* Used by swapcontext(3). */ macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cpp415 const int UCF_SWAPPED = 0x80000000; in TSAN_INTERCEPTOR() local
416 oucp->uc_onstack &= ~UCF_SWAPPED; in TSAN_INTERCEPTOR()
419 if (!(oucp->uc_onstack & UCF_SWAPPED)) { in TSAN_INTERCEPTOR()
422 oucp->uc_onstack |= UCF_SWAPPED; in TSAN_INTERCEPTOR()