/aosp_15_r20/external/llvm-libc/test/integration/src/pthread/ |
H A D | pthread_create_test.cpp | 137 size_t stacksize, bool customstack) { in run_success_config() 217 for (size_t stacksize : stacksizes) { in run_success_tests() local 269 static void run_failure_config(size_t guardsize, size_t stacksize) { in run_failure_config()
|
/aosp_15_r20/external/llvm-libc/src/__support/threads/linux/ |
H A D | thread.cpp | 84 LIBC_INLINE ErrorOr<void *> alloc_stack(size_t stacksize, size_t guardsize) { in alloc_stack() 124 free_stack(void *stack, size_t stacksize, size_t guardsize) { in free_stack() 199 size_t stacksize, size_t guardsize, bool detached) { in run()
|
/aosp_15_r20/external/llvm-libc/test/src/pthread/ |
H A D | pthread_attr_test.cpp | 83 size_t stacksize; in TEST() local 102 size_t stacksize; in TEST() local
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_pthread.cpp | 250 size_t stacksize; member 286 int dng_pthread_attr_setstacksize(dng_pthread_attr_t *attr, size_t stacksize) in dng_pthread_attr_setstacksize() 298 int dng_pthread_attr_getstacksize(const dng_pthread_attr_t *attr, size_t *stacksize) in dng_pthread_attr_getstacksize() 325 size_t stacksize = 0; in dng_pthread_create() local
|
/aosp_15_r20/external/javassist/src/main/javassist/ |
H A D | CtNewWrappedMethod.java | 68 int stacksize = makeBody0(clazz, classfile, wrappedBody, isStatic, in makeBody() local 92 int stacksize = compileParameterList(code, parameters, in makeBody0() local
|
H A D | CtClassType.java | 1641 int stacksize = 0; in modifyClassConstructor() local 1659 int stacksize, int localsize) in modifyClassConstructor() 1724 int stacksize = makeFieldInitializer(init, params); in modifyConstructors() local 1737 int stacksize) in insertAuxInitializer() 1760 int stacksize = 0; in makeFieldInitializer() local
|
H A D | CtField.java | 1051 int stacksize; in compile() local 1100 int stacksize = 2; in compileIfStatic() local 1149 int stacksize; in compile() local 1195 int stacksize = 1; in compileIfStatic() local
|
H A D | CtNewWrappedConstructor.java | 59 int stacksize, stacksize2; in makeBody() local
|
/aosp_15_r20/external/libaom/aom_util/ |
H A D | aom_pthread.h | 76 size_t *stacksize) { in pthread_attr_getstacksize() 83 size_t stacksize) { in pthread_attr_setstacksize()
|
H A D | aom_thread.c | 163 size_t stacksize; in reset() local
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux_libcdep.cc | 100 uptr stacksize = rl.rlim_cur; in GetThreadStackTopAndBottom() local 115 uptr stacksize = 0; in GetThreadStackTopAndBottom() local
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | codeobject.c | 93 PyCode_New(int argcount, int nlocals, int stacksize, int flags, in PyCode_New() 273 int stacksize; in code_new() local
|
/aosp_15_r20/external/llvm-libc/src/pthread/ |
H A D | pthread_create.cpp | 45 size_t stacksize, guardsize; variable
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 1-5.c | 103 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
|
H A D | 3-2.c | 113 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
|
/aosp_15_r20/external/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str02.c | 115 size_t stacksize = 1046528; in thread() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | codeobject.c | 499 int nlocals, int stacksize, int flags, in PyCode_NewWithPosOnlyArgs() 623 int nlocals, int stacksize, int flags, in PyCode_New() 1523 int kwonlyargcount, int nlocals, int stacksize, int flags, in code_new_impl()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/os2/ |
H A D | apr_arch_threadproc.h | 31 apr_size_t stacksize; member
|
/aosp_15_r20/external/python/cpython3/Objects/clinic/ |
D | codeobject.c.h | 31 int stacksize; in code_new() local
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/ |
H A D | apr_arch_threadproc.h | 39 apr_size_t stacksize; member
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/ |
H A D | main.c | 110 size_t stacksize = 2093056; in main() local
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/ |
H A D | thread.c | 55 apr_size_t stacksize) in apr_threadattr_stacksize_set()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | thread_pthread_stubs.h | 116 pthread_attr_t *attr, size_t stacksize) in pthread_attr_setstacksize()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/ |
H A D | thread.c | 63 apr_size_t stacksize) in apr_threadattr_stacksize_set()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/ |
H A D | thread.c | 54 apr_size_t stacksize) in apr_threadattr_stacksize_set()
|