Searched refs:pthread_atfork_func (Results 1 – 1 of 1) sorted by relevance
158 static int (*pthread_atfork_func)(void (*prepare)(void), void (*parent)(void), variable1475 pthread_atfork_func = dlsym(pthread_lib, "pthread_atfork"); in LSAPI_Init()3274 if (pthread_atfork_func) in lsapi_prefork_server_accept()3275 (*pthread_atfork_func)(NULL, NULL, set_skip_write); in lsapi_prefork_server_accept()3361 if (pthread_atfork_func) in LSAPI_Postfork_Child()3362 (*pthread_atfork_func)(NULL, NULL, set_skip_write); in LSAPI_Postfork_Child()
Completed in 15 milliseconds