Home
last modified time | relevance | path

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

/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c158 static int (*pthread_atfork_func)(void (*prepare)(void), void (*parent)(void), variable
1475 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