Home | History | Annotate | Download | only in drd

Lines Matching full:once_control

580 int pthread_once_intercept(pthread_once_t *once_control,
591 DRD_IGNORE_VAR(*once_control);
593 CALL_FN_W_WW(ret, fn, once_control, init_routine);
595 DRD_STOP_IGNORING_VAR(*once_control);
600 (pthread_once_t *once_control, void (*init_routine)(void)),
601 (once_control, init_routine));