Searched refs:stack2 (Results 1 – 1 of 1) sorted by relevance
414 uint8_t *stack1, *stack2; in test_clone() local423 stack2 = malloc(STACK_SIZE); in test_clone()424 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE, in test_clone()432 free(stack2); in test_clone()