Searched refs:kMaxThreadStackSize (Results 1 – 7 of 7) sorted by relevance
125 if (stacksize > kMaxThreadStackSize) in GetThreadStackTopAndBottom() 126 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
313 if (rl.rlim_cur < kMaxThreadStackSize) { in GetThreadStackTopAndBottom()316 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
46 const uptr kMaxThreadStackSize = 1 << 30; // 1Gb variable
298 if (rl.rlim_cur < kMaxThreadStackSize) { in GetThreadStackTopAndBottom()301 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
44 const uptr kMaxThreadStackSize = 1 << 30; // 1Gb variable
420 if (rl.rlim_cur < kMaxThreadStackSize) { in GetThreadStackTopAndBottom()423 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
45 const uptr kMaxThreadStackSize = 1 << 30; // 1Gb variable