Home
last modified time | relevance | path

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

/third_party/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()