/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | clone.c | 22 const int STACK_SIZE = 1024 * 8192; variable 36 void *stack = malloc(STACK_SIZE); in clone_0100() 38 …cpid = clone((int (*)(void *))test, (char *)stack + STACK_SIZE, CLONE_VM | CLONE_FS | CLONE_FILES … in clone_0100() 50 void *stack = malloc(STACK_SIZE); in clone_0200() 52 cpid = clone((int (*)(void *))test, (char *)stack + STACK_SIZE, 0, NULL); in clone_0200()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | pthread_attr_getstack.c | 21 const int32_t STACK_SIZE = 4 * 1024; variable 49 void *stack = malloc(STACK_SIZE); in pthread_attr_getstack_0200() 53 pthread_attr_setstack(&attr, stack, STACK_SIZE); in pthread_attr_getstack_0200() 57 EXPECT_EQ("pthread_attr_getstack_0200", stacksize, STACK_SIZE); in pthread_attr_getstack_0200()
|
D | pthread_attr_setstacksize.c | 21 const int32_t STACK_SIZE = 4 * 1024; variable 32 int32_t ret = pthread_attr_setstacksize(&attr, STACK_SIZE); in pthread_attr_setstacksize_0100()
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_ns01.c | 27 #define STACK_SIZE (1024 * 1024) macro 38 child_stack = ltp_alloc_stack(STACK_SIZE); in setup() 79 STACK_SIZE, child_stack) == -1) in run()
|
D | ioctl_ns06.c | 27 #define STACK_SIZE (1024 * 1024) macro 38 child_stack = ltp_alloc_stack(STACK_SIZE); in setup() 59 STACK_SIZE, child_stack); in run()
|
D | ioctl_ns05.c | 26 #define STACK_SIZE (1024 * 1024) macro 37 child_stack = ltp_alloc_stack(STACK_SIZE); in setup() 60 STACK_SIZE, child_stack); in run()
|
/third_party/ltp/testcases/kernel/syscalls/kcmp/ |
D | kcmp03.c | 26 #define STACK_SIZE (1024*1024) macro 44 stack = SAFE_MALLOC(STACK_SIZE); in setup() 79 STACK_SIZE, stack); in verify_kcmp()
|
/third_party/elfutils/tests/ |
D | run-readelf-n.sh | 189 STACK_SIZE 0x280000 199 STACK_SIZE 0x280000 215 STACK_SIZE 0x280000 225 STACK_SIZE 0x280000
|
/third_party/libunwind/libunwind/tests/ |
D | ia64-test-rbs.h | 3 #define STACK_SIZE (1 << STACK_SIZE_SHIFT) macro
|
D | ia64-test-stack.h | 3 #define STACK_SIZE (1 << STACK_SIZE_SHIFT) macro
|
D | ia64-test-stack-asm.S | 28 .common stackmem, NSTACKS*STACK_SIZE, 16 54 addl r3 = STACK_SIZE-FRAME_SIZE, r2 // r3 = &stackframe
|
D | ia64-test-rbs-asm.S | 28 .common stackmem, NSTACKS*STACK_SIZE, 16 60 addl r3 = STACK_SIZE-FRAME_SIZE, r2; /* r3 = &stackframe */ \
|
/third_party/selinux/libsepol/src/ |
D | kernel_to_common.h | 9 #define STACK_SIZE 16 macro
|
D | kernel_to_common.c | 412 return strs_init(stack, STACK_SIZE); in strs_stack_init()
|
D | module_to_cil.c | 67 #define STACK_SIZE 16 macro 435 s->stack = calloc(STACK_SIZE, sizeof(*s->stack)); in stack_init() 441 s->size = STACK_SIZE; in stack_init()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_intrinsics.py | 555 intrinsic("rt_resume", indices=[CALL_IDX, STACK_SIZE]) 561 intrinsic("rt_execute_callable", src_comp=[1, -1], indices=[CALL_IDX,STACK_SIZE]) 566 indices=[CALL_IDX, STACK_SIZE]) 1504 intrinsic("btd_stack_push_intel", indices=[STACK_SIZE])
|
/third_party/elfutils/libelf/ |
D | ChangeLog | 405 (GNU_BUILD_ATTRIBUTE_{VERSION,STACK_PROT,RELRO,STACK_SIZE,TOOL,ABI,
|