Home
last modified time | relevance | path

Searched refs:stack1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c414 uint8_t *stack1, *stack2; in test_clone() local
417 stack1 = malloc(STACK_SIZE); in test_clone()
418 pid1 = chk_error(clone(thread1_func, stack1 + STACK_SIZE, in test_clone()
430 free(stack1); in test_clone()