Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c160 static int (*pthread_atfork_func)(void (*prepare)(void), void (*parent)(void), variable
1476 pthread_atfork_func = dlsym(pthread_lib, "pthread_atfork"); in LSAPI_Init()
3269 if (pthread_atfork_func) in lsapi_prefork_server_accept()
3270 (*pthread_atfork_func)(NULL, NULL, set_skip_write); in lsapi_prefork_server_accept()
3356 if (pthread_atfork_func) in LSAPI_Postfork_Child()
3357 (*pthread_atfork_func)(NULL, NULL, set_skip_write); in LSAPI_Postfork_Child()

Completed in 14 milliseconds