Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/musl/src/thread/
H A Dclone.c4 int __clone(int (*func)(void *), void *stack, int flags, void *arg, ...) in __clone() argument
H A Dpthread_setattr_default_np.c17 unsigned stack = MIN(attrp->_a_stacksize, DEFAULT_STACK_MAX); in pthread_setattr_default_np() local
H A D__unmapself.c19 char *stack = shared_stack + sizeof shared_stack; in __unmapself() local
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dmacros.rs58 macro_rules! stack { macros
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_stack.c32 OPENSSL_STACK *stack; in OPENSSL_sk_new() local
70 OPENSSL_sk_free(OPENSSL_STACK *stack) OPENSSL_sk_free() argument
[all...]
/third_party/musl/libc-test/src/regression/
H A Dsigaltstack.c15 static char stack[SIGSTKSZ]; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DMatrixStack.hpp55 Matrix *stack; member in sw::MatrixStack
/base/hiviewdfx/hiview/interfaces/innerkits/xpower_event/src/
H A Dxpower_event.cpp30 std::string stack = ""; in ReportXPowerStackSysEvent() local
H A Dxpower_event_js.cpp40 std::string stack = ""; in ReportXPowerJsStackSysEvent() local
58 std::string stack = ""; in ReportXPowerJsStackSysEvent() local
/third_party/node/deps/v8/src/torque/
H A Dtorque-code-generator.cc27 EmitInstruction(const Instruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
47 EmitInstruction(const PeekInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
52 EmitInstruction(const PokeInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
58 EmitInstruction( const DeleteRangeInstruction& instruction, Stack<std::string>* stack) EmitInstruction() argument
[all...]
/third_party/musl/Benchmark/musl/
H A Dlibc_sched.cpp38 void *stack = malloc(MALLOC_SIZE); in Bm_function_Clone() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_attr_getstack.c32 void *stack = NULL; in pthread_attr_getstack_0100() local
49 void *stack = malloc(STACK_SIZE); in pthread_attr_getstack_0200() local
H A Dpthread_getattr_np.c41 void *stack = NULL; in pthread_getattr_np_0100() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_aarch64.c27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_arm.c27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_mips64.c27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_ppc64.c27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_x64.c29 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_x86.c27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
/third_party/selinux/libsepol/cil/src/
H A Dcil_stack.h34 struct cil_stack_item *stack; member
[all...]
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler_api.cpp35 int ThreadSamplerCollect(char* stack, size_t size, int treeFormat) in ThreadSamplerCollect() argument
/base/update/packaging_tools/
H A Dgigraph_process.py186 def stack(self): member in TopoLogical
/third_party/libunwind/libunwind/tests/
H A DGtest-exc.c110 long stack; in a() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_callstack.cpp84 r600_stack_info& stack in update_max_depth() local
[all...]
/third_party/musl/src/unistd/
H A Dfaccessat.c39 char stack[1024]; in faccessat() local

Completed in 5 milliseconds

12345678910>>...14