Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dasync-teardown.c22 #define CLONE_STACK_SIZE sysconf(_SC_THREAD_STACK_MIN) macro
24 #define CLONE_STACK_SIZE 16384 macro
84 size_t stack_size = CLONE_STACK_SIZE; in new_stack_for_clone()