/external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
D | gpr_asm.h | 55 #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
|
D | fpu_asm.h | 14 #define PUSH_FPU(stack_size) \ argument 34 #define POP_FPU(stack_size) \ argument
|
/external/ltp/lib/ |
D | cloner.c | 66 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/ |
D | platform_thread_posix.cc | 80 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()
|
D | platform_thread.h | 160 static bool Create(size_t stack_size, in Create()
|
/external/syslinux/com32/lib/sys/ |
D | cfarcall.c | 7 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/ |
D | 1-1.c | 33 size_t stack_size; in main() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstack/ |
D | 1-1.c | 34 size_t stack_size; in main() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/ |
D | 7-1.c | 33 size_t stack_size; variable
|
D | 6-1.c | 32 size_t stack_size; variable
|
D | 1-1.c | 33 size_t stack_size; variable
|
D | 4-1.c | 35 size_t stack_size; variable
|
D | 2-1.c | 36 size_t stack_size; variable
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/ |
D | 4-1.c | 41 size_t stack_size; in main() local
|
D | 1-1.c | 42 size_t stack_size = PTHREAD_STACK_MIN; in main() local
|
D | 2-1.c | 35 size_t stack_size; variable
|
/external/valgrind/none/tests/linux/ |
D | clonev.c | 23 long stack_size = sysconf(_SC_THREAD_STACK_MIN) + page_size; in main() local
|
D | pthread-stack.c | 89 const size_t stack_size = 256 * 1024; in main() local
|
/external/ltp/testcases/kdump/lib/kprobes/ |
D | kprobes.c | 15 struct pt_regs *regs, unsigned long stack_size, in jdo_fork()
|
/external/v8/src/ |
D | background-parsing-task.cc | 20 int stack_size, Isolate* isolate) in BackgroundParsingTask()
|
/external/syslinux/core/thread/ |
D | start_thread.c | 13 struct thread *start_thread(const char *name, size_t stack_size, int prio, in start_thread()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_fake_stack_test.cc | 48 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/ |
D | msan_thread.cc | 24 uptr stack_size = 0; in SetThreadStackAndTls() local
|
/external/libchrome/base/debug/ |
D | stack_trace.cc | 67 size_t stack_size = 0; in GetStackEnd() local
|
/external/valgrind/none/tests/solaris/ |
D | pthread-stack.c | 83 const size_t stack_size = 256 * 1024; in main() local
|