Searched defs:read_stack_size (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc501 size_t read_stack_size; local
503 GetThreadStack(tlsPtr_.pthread_self, &read_stack_base, &read_stack_size, &read_guard_size);
508 PrettySize(read_stack_size).c_str(),
512 tlsPtr_.stack_size = read_stack_size;
520 if (read_stack_size <= min_stack) {
521 LOG(FATAL) << "Attempt to attach a thread with a too-small stack (" << read_stack_size
546 size_t old_stack_size = read_stack_size;

Completed in 26 milliseconds