Searched refs:kMaxThreadStackSize (Results 1 – 3 of 3) sorted by relevance
148 if (stacksize > kMaxThreadStackSize) in GetThreadStackTopAndBottom()149 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
423 if (rl.rlim_cur < kMaxThreadStackSize) { in GetThreadStackTopAndBottom()426 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
45 const uptr kMaxThreadStackSize = 1 << 30; // 1Gb variable