Home
last modified time | relevance | path

Searched refs:stack2 (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
423 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()