Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-5.c104 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
D3-2.c112 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
/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/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
Dsanitizer_mac.cc251 uptr stacksize = pthread_get_stacksize_np(pthread_self()); in GetThreadStackTopAndBottom() 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/python/cpython3/Objects/
Dcodeobject.c107 int nlocals, int stacksize, int flags, in PyCode_NewWithPosOnlyArgs()
247 int nlocals, int stacksize, int flags, in PyCode_New()
430 int stacksize; in code_new() 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/ltp/testcases/misc/math/float/
Dmain.c110 size_t stacksize = 2093056; in main() local
/external/perfetto/src/profiling/memory/
Dclient.cc108 size_t stacksize; in GetThreadStackBase() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc220 size_t stacksize; in thread_descriptor_size_test_func() local
/external/python/cpython3/Python/
Dthread_nt.h198 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0; in PyThread_start_new_thread() local
Dthread_pthread.h258 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0; in PyThread_start_new_thread() local
Dmarshal.c1329 int stacksize; in r_object() local
/external/lua/src/
Dlstate.h195 int stacksize; member
/external/pcre/dist2/src/
Dpcre2_jit_compile.c286 int stacksize; member
10162 int stacksize; in match_once_common() local
10207 static SLJIT_INLINE int match_capture_common(compiler_common *common, int stacksize, int offset, in… in match_capture_common()
10328 int i, stacksize; in compile_bracket_matchingpath() local
10878 int stacksize; in compile_bracketpos_matchingpath() local
12396 int opcode, stacksize, alt_count, alt_max; in compile_bracket_backtrackingpath() local
/external/python/cpython2/Python/
Dmarshal.c1007 int stacksize; in r_object() local
/external/llvm/include/llvm/Support/
DMachO.h879 uint64_t stacksize; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h887 uint64_t stacksize; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h913 uint64_t stacksize; member
/external/protobuf/php/ext/google/protobuf/
Dupb.c6794 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c10561 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize() function