Searched refs:STACK_SIZE (Results 1 – 2 of 2) sorted by relevance
13 #define STACK_SIZE 0x8000 macro19 larl %r15,stack + STACK_SIZE - STACK_FRAME_SIZE /* Set up stack */133 .space STACK_SIZE134 .size stack,STACK_SIZE
45 #define STACK_SIZE 16384 macro412 stack1 = malloc(STACK_SIZE); in test_clone()413 pid1 = chk_error(clone(thread1_func, stack1 + STACK_SIZE, in test_clone()418 stack2 = malloc(STACK_SIZE); in test_clone()419 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE, in test_clone()