Home
last modified time | relevance | path

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

/qemu/linux-user/
H A Dsyscall.c6512 static void *clone_func(void *arg) in clone_func() function
6631 ret = pthread_create(&info.thread, &attr, clone_func, &info); in do_fork()