Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c43 struct start_args { struct
50 struct start_args *args = (struct start_args *)p; in start() argument
57 struct start_args *args = (struct start_args *)p; in start_c11()
163 stack -= sizeof(struct start_args); in __pthread_create()
164 struct start_args *args = (void *)stack; in __pthread_create()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c178 struct start_args { struct
187 struct start_args *args = (struct start_args *)p; in start() argument
195 struct start_args *args = (struct start_args *)p; in start_c11()
321 stack -= sizeof(struct start_args); in __pthread_create()
322 struct start_args *args = (void *)stack; in __pthread_create()
/third_party/musl/src/time/
Dtimer_create.c14 struct start_args { struct
39 struct start_args *args = arg; in start() argument
66 struct start_args args; in timer_create()
/third_party/musl/porting/linux/user/src/time/
Dtimer_create.c14 struct start_args { struct
41 struct start_args *args = arg; in start()
68 struct start_args args; in timer_create()
/third_party/musl/src/thread/
Dpthread_create.c192 struct start_args { struct
201 struct start_args *args = p; in start() argument
218 struct start_args *args = p; in start_c11()
340 stack -= sizeof(struct start_args); in __pthread_create()
341 struct start_args *args = (void *)stack; in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c272 struct start_args { struct
281 struct start_args *args = p; in start() argument
304 struct start_args *args = p; in start_c11()
437 stack -= sizeof(struct start_args); in __pthread_create()
438 struct start_args *args = (void *)stack; in __pthread_create()