Home
last modified time | relevance | path

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

/third_party/musl/src/process/
Dposix_spawn.c30 static int child(void *args_vp) in child() argument
34 struct args *args = args_vp; in child()
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c31 static int child(void *args_vp) in child() argument
35 struct args *args = args_vp; in child()