Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc101 const int kInitStackSize = 8; in OnStarted() local
103 kInitStackSize * sizeof(uptr)); in OnStarted()
105 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize; in OnStarted()