HomeSort by: relevance | last modified time | path
    Searched defs:newprepare (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/gen/
pthread_atfork.c 172 struct atfork_callback *newprepare, *newparent, *newchild; local in function:pthread_atfork
192 newprepare = af_alloc((prepare != NULL) +
197 newparent = newprepare;
199 if (__predict_false(newprepare == NULL))
201 newprepare->fn = prepare;
226 SIMPLEQ_INSERT_HEAD(&prepareq, newprepare, next);
pthread_atfork.c 172 struct atfork_callback *newprepare, *newparent, *newchild; local in function:pthread_atfork
192 newprepare = af_alloc((prepare != NULL) +
197 newparent = newprepare;
199 if (__predict_false(newprepare == NULL))
201 newprepare->fn = prepare;
226 SIMPLEQ_INSERT_HEAD(&prepareq, newprepare, next);
pthread_atfork.c 172 struct atfork_callback *newprepare, *newparent, *newchild; local in function:pthread_atfork
192 newprepare = af_alloc((prepare != NULL) +
197 newparent = newprepare;
199 if (__predict_false(newprepare == NULL))
201 newprepare->fn = prepare;
226 SIMPLEQ_INSERT_HEAD(&prepareq, newprepare, next);

Completed in 32 milliseconds