Searched defs:stack_size (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | thread_pool.cc | 50 size_t stack_size) in ThreadPoolWorker()
|
D | thread.cc | 682 static size_t FixStackSize(size_t stack_size) { in FixStackSize() 822 void Thread::CreateNativeThread(JNIEnv* env, jobject java_peer, size_t stack_size, bool is_daemon) { in CreateNativeThread() 1241 size_t* stack_size, in GetThreadStack()
|
D | thread.h | 1740 size_t stack_size; in PACKED() local
|
/art/runtime/native/ |
D | java_lang_Thread.cc | 50 static void Thread_nativeCreate(JNIEnv* env, jclass, jobject java_thread, jlong stack_size, in Thread_nativeCreate()
|
/art/openjdkjvm/ |
D | OpenjdkJvm.cc | 349 JNIEXPORT void JVM_StartThread(JNIEnv* env, jobject jthread, jlong stack_size, jboolean daemon) { in JVM_StartThread()
|