Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_getstack.c33 size_t stacksize; in pthread_attr_getstack_0100() local
52 size_t stacksize; in pthread_attr_getstack_0200() local
H A Dpthread_getattr_np.c42 size_t stacksize; in pthread_getattr_np_0100() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D1-5.c103 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow() local
H A 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/
H A Dpth_str02.c115 size_t stacksize = 1046528; in thread() local
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A D_pthreadtypes.h66 size_t stacksize; member
/third_party/python/Python/
H A Dthread_pthread_stubs.h115 pthread_attr_setstacksize( pthread_attr_t *attr, size_t stacksize) pthread_attr_setstacksize() argument
H A Dthread_nt.h202 size_t stacksize = tstate ? tstate->interp->threads.stacksize : 0; in PyThread_start_new_thread() local
H A Dthread_pthread.h267 size_t stacksize = tstate ? tstate->interp->threads.stacksize : 0; in PyThread_start_new_thread() local
H A Dmarshal.c1358 int stacksize; in r_object() local
/third_party/ltp/testcases/misc/math/float/
H A Dmain.c110 size_t stacksize = 2093056; in main() local
/third_party/lwip/test/unit/arch/
H A Dsys_arch.c197 sys_thread_new(const char *name, lwip_thread_fn function, void *arg, int stacksize, int prio) in sys_thread_new() argument
/third_party/python/Objects/clinic/
H A Dcodeobject.c.h31 int stacksize; in code_new() local
/third_party/python/Include/internal/
H A Dpycore_interp.h92 size_t stacksize; member
H A Dpycore_code.h195 int stacksize; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dalltypes.h367 size_t stacksize; member
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dalltypes.h107 size_t stacksize; member
/third_party/skia/third_party/externals/dng_sdk/source/
H A 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() argument
298 int dng_pthread_attr_getstacksize(const dng_pthread_attr_t *attr, size_t *stacksize) in dng_pthread_attr_getstacksize() argument
325 size_t stacksize in dng_pthread_create() local
[all...]
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dalltypes.h416 size_t stacksize; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h416 size_t stacksize; member
/third_party/python/Objects/
H A Dcodeobject.c498 PyCode_NewWithPosOnlyArgs(int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_NewWithPosOnlyArgs() argument
622 PyCode_New(int argcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *freevars, PyObject *cellvars, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable) PyCode_New() argument
1522 code_new_impl(PyTypeObject *type, int argcount, int posonlyargcount, int kwonlyargcount, int nlocals, int stacksize, int flags, PyObject *code, PyObject *consts, PyObject *names, PyObject *varnames, PyObject *filename, PyObject *name, PyObject *qualname, int firstlineno, PyObject *linetable, PyObject *exceptiontable, PyObject *freevars, PyObject *cellvars) code_new_impl() argument
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c289 int stacksize; member
10286 int stacksize; in match_once_common() local
10331 static SLJIT_INLINE int match_capture_common(compiler_common *common, int stacksize, int offset, int private_data_ptr) in match_capture_common() argument
10452 int i, stacksize; compile_bracket_matchingpath() local
11015 int stacksize; compile_bracketpos_matchingpath() local
12662 int opcode, stacksize, alt_count, alt_max; compile_bracket_backtrackingpath() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h887 uint64_t stacksize; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMachO.h922 uint64_t stacksize; member
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c7002 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize() function

Completed in 54 milliseconds