Searched refs:kMaxThreadStackSize (Results 1 – 6 of 6) sorted by relevance
106 if (stacksize > kMaxThreadStackSize) in GetThreadStackTopAndBottom()107 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()120 CHECK_LE(stacksize, kMaxThreadStackSize); // Sanity check. in GetThreadStackTopAndBottom()
260 if (rl.rlim_cur < kMaxThreadStackSize) { in GetThreadStackTopAndBottom()263 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
47 const uptr kMaxThreadStackSize = 1 << 30; // 1Gb variable
127 if (stacksize > kMaxThreadStackSize) in GetThreadStackTopAndBottom()128 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
399 if (rl.rlim_cur < kMaxThreadStackSize) { in GetThreadStackTopAndBottom()402 stacksize = kMaxThreadStackSize; in GetThreadStackTopAndBottom()
45 const uptr kMaxThreadStackSize = 1 << 30; // 1Gb variable