Searched defs:stack_size (Results 1 – 14 of 14) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | pthread_attr.cpp | 130 int pthread_attr_setstacksize(pthread_attr_t* attr, size_t stack_size) { in pthread_attr_setstacksize() 139 int pthread_attr_getstacksize(const pthread_attr_t* attr, size_t* stack_size) { in pthread_attr_getstacksize() 145 int pthread_attr_setstack(pthread_attr_t* attr, void* stack_base, size_t stack_size) { in pthread_attr_setstack() 187 static int __pthread_attr_getstack_main_thread(void** stack_base, size_t* stack_size) { in __pthread_attr_getstack_main_thread() 225 int pthread_attr_getstack(const pthread_attr_t* attr, void** stack_base, size_t* stack_size) { in pthread_attr_getstack()
|
H A D | pthread_create.cpp | 201 ThreadMapping __allocate_thread_mapping(size_t stack_size, size_t stack_guard_size) { in __allocate_thread_mapping()
|
/aosp12/bionic/libc/include/bits/ |
H A D | pthread_types.h | 37 size_t stack_size; member
|
/aosp12/system/extras/simpleperf/ |
H A D | RecordReadThread_test.cpp | 98 uint64_t stack_size; in TEST() local 148 size_t stack_size, in CreateFakeRecords() 413 size_t stack_size = 1024; in TEST_F() local
|
H A D | OfflineUnwinder.cpp | 243 const char* stack, size_t stack_size, in UnwindCallChain()
|
H A D | RecordReadThread.cpp | 526 uint64_t stack_size; in PushRecordToRecordBuffer() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | sched.h | 58 __aligned_u64 stack_size; member
|
/aosp12/art/runtime/native/ |
H A D | java_lang_Thread.cc | 50 static void Thread_nativeCreate(JNIEnv* env, jclass, jobject java_thread, jlong stack_size, in Thread_nativeCreate()
|
/aosp12/art/runtime/ |
H A D | thread_pool.cc | 50 size_t stack_size) in ThreadPoolWorker()
|
H A 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()
|
H A D | thread.h | 1743 size_t stack_size; in PACKED() local
|
/aosp12/system/unwinding/libbacktrace/include/backtrace/ |
H A D | Backtrace.h | 89 size_t stack_size; // The size of the stack, zero indicate an unknown stack size. member
|
/aosp12/bionic/tests/ |
H A D | pthread_test.cpp | 166 size_t stack_size = 640 * 1024; in TEST() local 708 size_t stack_size = 640*1024; in TEST() local 812 size_t stack_size; in TEST() local 1729 size_t stack_size; in TEST() local 1820 size_t stack_size; in getstack_signal_handler() local 1881 size_t stack_size; in pthread_attr_getstack_18908062_helper() local
|
/aosp12/art/openjdkjvm/ |
H A D | OpenjdkJvm.cc | 349 JNIEXPORT void JVM_StartThread(JNIEnv* env, jobject jthread, jlong stack_size, jboolean daemon) { in JVM_StartThread()
|