Home
last modified time | relevance | path

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

/third_party/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
/third_party/flutter/skia/third_party/externals/sdl/src/thread/
DSDL_thread.c310 const char *name, const size_t stacksize, void *data, in SDL_CreateThreadWithStackSize()
406 size_t stacksize = 0; in SDL_CreateThread() local
428 const size_t stacksize, void *data) { in SDL_CreateThreadInternal()
DSDL_thread_c.h62 size_t stacksize; /* 0 for default, >0 for user-specified stack size. */ member
/third_party/boost/libs/coroutine/src/windows/
Dstack_traits.cpp61 std::size_t page_count( std::size_t stacksize) in page_count()
/third_party/ltp/testcases/kernel/sched/pthreads/
Dpth_str02.c115 size_t stacksize = 1046528; in thread() local
/third_party/python/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
/third_party/ltp/testcases/misc/math/float/
Dmain.c110 size_t stacksize = 2093056; in main() local
/third_party/lwip/test/unit/arch/
Dsys_arch.c197 sys_thread_new(const char *name, lwip_thread_fn function, void *arg, int stacksize, int prio) in sys_thread_new()
/third_party/re2/re2/
Donepass.cc404 int stacksize = inst_count(kInstCapture) + in IsOnePass() local
/third_party/python/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
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h107 size_t stacksize; member
/third_party/glib/glib/pcre/
Dpcre_jit_compile.c241 int stacksize; member
4668 int stacksize; in compile_bracket_trypath() local
5113 int stacksize; in compile_bracketpos_trypath() local
6156 int stacksize; in compile_bracket_backtrackpath() local
/third_party/grpc/third_party/upb/upb/pb/
Ddecoder.c72 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize() function
/third_party/Linux_Kernel/include/linux/netfilter/
Dx_tables.h226 unsigned int stacksize; member
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_audio.c1406 const size_t stacksize = is_internal_thread ? 64 * 1024 : 0; in open_audio_device() local
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h547 size_t stacksize; member
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c7002 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize() function