Home
last modified time | relevance | path

Searched defs:stack_size (Results 1 – 25 of 67) sorted by relevance

123

/external/linux-kselftest/tools/testing/selftests/powerpc/include/
Dgpr_asm.h55 #define PUSH_NVREGS(stack_size) \ argument
59 #define PUSH_NVREGS_BELOW_FPU(stack_size) \ argument
62 #define POP_NVREGS(stack_size) \ argument
66 #define POP_NVREGS_BELOW_FPU(stack_size) \ argument
Dfpu_asm.h14 #define PUSH_FPU(stack_size) \ argument
34 #define POP_FPU(stack_size) \ argument
/external/ltp/lib/
Dcloner.c66 size_t stack_size, void *stack, pid_t *ptid, void *tls, pid_t *ctid) in ltp_clone_()
94 size_t stack_size, void *stack) in ltp_clone()
100 size_t stack_size, void *stack, ...) in ltp_clone7()
126 size_t stack_size) in ltp_clone_malloc()
154 size_t stack_size = getpagesize() * 6; in ltp_clone_quick() local
/external/libchrome/base/threading/
Dplatform_thread_posix.cc80 bool CreateThread(size_t stack_size, in CreateThread()
187 bool PlatformThread::CreateWithPriority(size_t stack_size, Delegate* delegate, in CreateWithPriority()
195 bool PlatformThread::CreateNonJoinable(size_t stack_size, Delegate* delegate) { in CreateNonJoinable()
Dplatform_thread.h160 static bool Create(size_t stack_size, in Create()
/external/syslinux/com32/lib/sys/
Dcfarcall.c7 int __cfarcall(uint16_t cs, uint16_t ip, const void *stack, uint32_t stack_size) in __cfarcall()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/
D1-1.c33 size_t stack_size; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstack/
D1-1.c34 size_t stack_size; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
D7-1.c33 size_t stack_size; variable
D6-1.c32 size_t stack_size; variable
D1-1.c33 size_t stack_size; variable
D4-1.c35 size_t stack_size; variable
D2-1.c36 size_t stack_size; variable
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
D4-1.c41 size_t stack_size; in main() local
D1-1.c42 size_t stack_size = PTHREAD_STACK_MIN; in main() local
D2-1.c35 size_t stack_size; variable
/external/valgrind/none/tests/linux/
Dclonev.c23 long stack_size = sysconf(_SC_THREAD_STACK_MIN) + page_size; in main() local
Dpthread-stack.c89 const size_t stack_size = 256 * 1024; in main() local
/external/ltp/testcases/kdump/lib/kprobes/
Dkprobes.c15 struct pt_regs *regs, unsigned long stack_size, in jdo_fork()
/external/v8/src/
Dbackground-parsing-task.cc20 int stack_size, Isolate* isolate) in BackgroundParsingTask()
/external/syslinux/core/thread/
Dstart_thread.c13 struct thread *start_thread(const char *name, size_t stack_size, int prio, in start_thread()
/external/compiler-rt/lib/asan/tests/
Dasan_fake_stack_test.cc48 uptr stack_size = 1UL << stack_size_log; in TEST() local
95 const uptr stack_size = 1 << stack_size_log; in TEST() local
/external/compiler-rt/lib/msan/
Dmsan_thread.cc24 uptr stack_size = 0; in SetThreadStackAndTls() local
/external/libchrome/base/debug/
Dstack_trace.cc67 size_t stack_size = 0; in GetStackEnd() local
/external/valgrind/none/tests/solaris/
Dpthread-stack.c83 const size_t stack_size = 256 * 1024; in main() local

123