Home
last modified time | relevance | path

Searched defs:__clone_args (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/linux/
Dclone.c10 struct __clone_args { struct
19 int (*func)(void *) = ((struct __clone_args *)clone_args)->func; in __start_child() argument
/third_party/musl/src/linux/liteos_a/
Dclone.c25 struct __clone_args { struct
34 int (*func)(void *) = ((struct __clone_args *)clone_args)->func; in __start_child() argument
/third_party/musl/porting/linux/user/src/linux/
Dclone.c11 struct __clone_args { struct
31 int (*func)(void *) = ((struct __clone_args *)clone_args)->func; in __start_child() argument
/third_party/musl/src/linux/linux/
Dclone.c26 struct __clone_args { struct
46 int (*func)(void *) = ((struct __clone_args *)clone_args)->func; in __start_child() argument