Home
last modified time | relevance | path

Searched defs:stacksize (Results 1 – 25 of 94) sorted by relevance

1234

/aosp_15_r20/external/llvm-libc/test/integration/src/pthread/
H A Dpthread_create_test.cpp137 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 Dthread.cpp84 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 Dpthread_attr_test.cpp83 size_t stacksize; in TEST() local
102 size_t stacksize; in TEST() local
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_pthread.cpp250 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 DCtNewWrappedMethod.java68 int stacksize = makeBody0(clazz, classfile, wrappedBody, isStatic, in makeBody() local
92 int stacksize = compileParameterList(code, parameters, in makeBody0() local
H A DCtClassType.java1641 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 DCtField.java1051 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 DCtNewWrappedConstructor.java59 int stacksize, stacksize2; in makeBody() local
/aosp_15_r20/external/libaom/aom_util/
H A Daom_pthread.h76 size_t *stacksize) { in pthread_attr_getstacksize()
83 size_t stacksize) { in pthread_attr_setstacksize()
H A Daom_thread.c163 size_t stacksize; in reset() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc100 uptr stacksize = rl.rlim_cur; in GetThreadStackTopAndBottom() local
115 uptr stacksize = 0; in GetThreadStackTopAndBottom() local
/aosp_15_r20/external/python/cpython2/Objects/
Dcodeobject.c93 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 Dpthread_create.cpp45 size_t stacksize, guardsize; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D1-5.c103 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
H A D3-2.c113 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 Dpth_str02.c115 size_t stacksize = 1046528; in thread() local
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c499 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 Dapr_arch_threadproc.h31 apr_size_t stacksize; member
/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dcodeobject.c.h31 int stacksize; in code_new() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_arch_threadproc.h39 apr_size_t stacksize; member
/aosp_15_r20/external/ltp/testcases/misc/math/float/
H A Dmain.c110 size_t stacksize = 2093056; in main() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/
H A Dthread.c55 apr_size_t stacksize) in apr_threadattr_stacksize_set()
/aosp_15_r20/external/python/cpython3/Python/
Dthread_pthread_stubs.h116 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 Dthread.c63 apr_size_t stacksize) in apr_threadattr_stacksize_set()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/
H A Dthread.c54 apr_size_t stacksize) in apr_threadattr_stacksize_set()

1234