Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_attr_getstack.c33 size_t stacksize; in pthread_attr_getstack_0100() local
52 size_t stacksize; in pthread_attr_getstack_0200() local
Dpthread_getattr_np.c42 size_t stacksize; in pthread_getattr_np_0100() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-5.c103 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
D3-2.c113 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
/third_party/ltp/testcases/kernel/sched/pthreads/
Dpth_str02.c115 size_t stacksize = 1046528; in thread() local
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
D_pthreadtypes.h66 size_t stacksize; member
/third_party/skia/third_party/externals/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
/third_party/skia/m133/third_party/externals/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
/third_party/python/Objects/clinic/
Dcodeobject.c.h31 int stacksize; in code_new() local
/third_party/ltp/testcases/misc/math/float/
Dmain.c110 size_t stacksize = 2093056; in main() local
/third_party/python/Python/
Dthread_pthread_stubs.h116 pthread_attr_t *attr, size_t stacksize) in pthread_attr_setstacksize()
Dthread_nt.h202 size_t stacksize = tstate ? tstate->interp->threads.stacksize : 0; in PyThread_start_new_thread() local
Dthread_pthread.h267 size_t stacksize = tstate ? tstate->interp->threads.stacksize : 0; in PyThread_start_new_thread() 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.cc403 int stacksize = inst_count(kInstCapture) + in IsOnePass() local
/third_party/lwip/contrib/ports/freertos/
Dsys_arch.c462 sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int prio) in sys_thread_new()
/third_party/python/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()
/third_party/lwip/contrib/ports/win32/
Dsys_arch.c448 sys_thread_new(const char *name, lwip_thread_fn function, void *arg, int stacksize, int prio) in sys_thread_new()
/third_party/python/Include/internal/
Dpycore_interp.h92 size_t stacksize; member
Dpycore_code.h195 int stacksize; member
/third_party/lwip/contrib/ports/unix/port/
Dsys_arch.c191 sys_thread_new(const char *name, lwip_thread_fn function, void *arg, int stacksize, int prio) in sys_thread_new()
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dalltypes.h107 size_t stacksize; member
/third_party/rust/rust/library/std/src/sys/unix/
Dthread.rs780 let mut stacksize = 0; in get_stack_start() localVariable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dalltypes.h367 size_t stacksize; member
/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c304 int stacksize; member
10636 int stacksize; in match_once_common() local
10681 static SLJIT_INLINE int match_capture_common(compiler_common *common, int stacksize, int offset, in… in match_capture_common()
10802 int i, stacksize; in compile_bracket_matchingpath() local
11403 int stacksize; in compile_bracketpos_matchingpath() local
13051 int opcode, stacksize, alt_count, alt_max; in compile_bracket_backtrackingpath() local

12