Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_thread.cc102 const int kInitStackSize = 8; in OnStarted() local
104 kInitStackSize * sizeof(uptr)); in OnStarted()
106 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize; in OnStarted()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc104 const int kInitStackSize = 8; in OnStarted() local
106 kInitStackSize * sizeof(uptr)); in OnStarted()
108 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize; in OnStarted()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl.cpp159 const int kInitStackSize = 8; in ThreadState() local
160 shadow_stack = (uptr *)Alloc(kInitStackSize * sizeof(uptr)); in ThreadState()
162 shadow_stack_end = shadow_stack + kInitStackSize; in ThreadState()