Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/musl/src/thread/
Dpthread_atfork.c5 static struct atfork_funcs { struct
9 struct atfork_funcs *prev, *next; argument
16 struct atfork_funcs *p; in __fork_handler()
36 struct atfork_funcs *new = malloc(sizeof *new); in pthread_atfork()
/aosp_15_r20/external/musl/src/thread/
H A Dpthread_atfork.c11 static struct atfork_funcs { struct
15 struct atfork_funcs *prev, *next; argument
22 struct atfork_funcs *p; in __fork_handler()
42 struct atfork_funcs *new = malloc(sizeof *new); in pthread_atfork()