Home
last modified time | relevance | path

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

12

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-5.c111 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
D3-2.c119 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
/external/javassist/src/main/javassist/
DCtNewWrappedMethod.java59 int stacksize = makeBody0(clazz, classfile, wrappedBody, isStatic, in makeBody() local
83 int stacksize = compileParameterList(code, parameters, in makeBody0() local
DCtNewWrappedConstructor.java55 int stacksize, stacksize2; in makeBody() local
DCtClassType.java1464 int stacksize = 0; in modifyClassConstructor() local
1482 int stacksize, int localsize) in modifyClassConstructor()
1549 int stacksize = makeFieldInitializer(init, params); in modifyConstructors() local
1562 int stacksize) in insertAuxInitializer()
1585 int stacksize = 0; in makeFieldInitializer() local
DCtField.java998 int stacksize; in compile() local
1046 int stacksize = 2; in compileIfStatic() local
1094 int stacksize; in compile() local
1139 int stacksize = 1; in compileIfStatic() local
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-amd64-darwin.c337 Addr stacksize, Addr flags, Addr sp) in pthread_hijack()
438 SizeT stacksize; in wqthread_hijack() local
Dsyswrap-x86-darwin.c277 Addr stacksize, Addr flags, Addr sp) in pthread_hijack()
386 SizeT stacksize; in wqthread_hijack() local
/external/valgrind/memcheck/tests/solaris/
Dthr_daemon_exit_standalone.c97 static void *allocate_stack(size_t stacksize) { in allocate_stack()
/external/ltp/testcases/kernel/sched/pthreads/
Dpth_str02.c115 size_t stacksize = 1046528; in thread() local
/external/markdown/
Dtest-markdown.py61 def stacksize(since=0.0): function
/external/syslinux/core/lwip/src/arch/
Dsys_arch.c127 void *arg, int stacksize, int prio) in sys_thread_new()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc100 uptr stacksize = rl.rlim_cur; in GetThreadStackTopAndBottom() local
115 uptr stacksize = 0; in GetThreadStackTopAndBottom() local
Dsanitizer_posix_libcdep.cc310 uptr stacksize = 0; in AdjustStackSize() local
/external/dng_sdk/source/
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
/external/ltp/testcases/misc/math/float/
Dmain.c110 size_t stacksize = 2093056; in main() local
/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
/external/valgrind/coregrind/m_initimg/
Dinitimg-darwin.c325 unsigned stacksize; /* total client stack size */ in setup_client_stack() local
Dinitimg-solaris.c392 SizeT stacksize; /* total client stack size */ in setup_client_stack() local
Dinitimg-linux.c406 unsigned stacksize; /* total client stack size */ in setup_client_stack() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc220 size_t stacksize; in thread_descriptor_size_test_func() local
/external/javassist/src/main/javassist/bytecode/
DBytecode.java138 public Bytecode(ConstPool cp, int stacksize, int localvars) { in Bytecode()
797 int stacksize = 0; in addLoadParameters() local
/external/valgrind/coregrind/m_ume/
Dmacho.c381 vki_size_t stacksize = VG_PGROUNDUP(default_stack_size()); in load_unixthread() local
/external/syslinux/core/fs/pxe/
Dpxe.h50 uint16_t stacksize; member
/external/skia/third_party/lua/src/
Dlstate.h163 int stacksize; member

12