/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 1-5.c | 104 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
|
D | 3-2.c | 112 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
|
/external/ltp/testcases/kernel/sched/pthreads/ |
D | pth_str02.c | 115 size_t stacksize = 1046528; in thread() local
|
/external/markdown/ |
D | test-markdown.py | 61 def stacksize(since=0.0): function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux_libcdep.cc | 100 uptr stacksize = rl.rlim_cur; in GetThreadStackTopAndBottom() local 115 uptr stacksize = 0; in GetThreadStackTopAndBottom() local
|
D | sanitizer_posix_libcdep.cc | 310 uptr stacksize = 0; in AdjustStackSize() local
|
D | sanitizer_mac.cc | 251 uptr stacksize = pthread_get_stacksize_np(pthread_self()); in GetThreadStackTopAndBottom() local
|
/external/dng_sdk/source/ |
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
|
/external/python/cpython3/Objects/ |
D | codeobject.c | 107 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/ |
D | codeobject.c | 93 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/ |
D | main.c | 110 size_t stacksize = 2093056; in main() local
|
/external/perfetto/src/profiling/memory/ |
D | client.cc | 108 size_t stacksize; in GetThreadStackBase() local
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_linux_test.cc | 220 size_t stacksize; in thread_descriptor_size_test_func() local
|
/external/python/cpython3/Python/ |
D | thread_nt.h | 198 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0; in PyThread_start_new_thread() local
|
D | thread_pthread.h | 258 size_t stacksize = tstate ? tstate->interp->pythread_stacksize : 0; in PyThread_start_new_thread() local
|
D | marshal.c | 1329 int stacksize; in r_object() local
|
/external/lua/src/ |
D | lstate.h | 195 int stacksize; member
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 286 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/ |
D | marshal.c | 1007 int stacksize; in r_object() local
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 879 uint64_t stacksize; member
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 887 uint64_t stacksize; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 913 uint64_t stacksize; member
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6794 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize() function
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 10561 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize() function
|