Searched defs:stack_size (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | thread_pool.cc | 29 size_t stack_size) in ThreadPoolWorker() 203 size_t stack_size) in WorkStealingWorker()
|
D | thread.cc | 207 static size_t FixStackSize(size_t stack_size) { in FixStackSize() 288 void Thread::CreateNativeThread(JNIEnv* env, jobject java_peer, size_t stack_size, bool is_daemon) { in CreateNativeThread()
|
D | thread.h | 1069 size_t stack_size; member
|
D | utils.cc | 85 void GetThreadStack(pthread_t thread, void** stack_base, size_t* stack_size, size_t* guard_size) { in GetThreadStack()
|
/art/runtime/native/ |
D | java_lang_Thread.cc | 47 static void Thread_nativeCreate(JNIEnv* env, jclass, jobject java_thread, jlong stack_size, in Thread_nativeCreate()
|