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.cc103 const int kInitStackSize = 8; in OnStarted() local
105 kInitStackSize * sizeof(uptr)); in OnStarted()
107 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize; in OnStarted()