Home
last modified time | relevance | path

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

/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c158 static int (*pthread_atfork_func)(void (*prepare)(void), void (*parent)(void), variable
1455 pthread_atfork_func = dlsym(pthread_lib, "pthread_atfork"); in LSAPI_Init()
3292 if (pthread_atfork_func) in lsapi_prefork_server_accept()
3293 (*pthread_atfork_func)(NULL, NULL, set_skip_write); in lsapi_prefork_server_accept()
3379 if (pthread_atfork_func) in LSAPI_Postfork_Child()
3380 (*pthread_atfork_func)(NULL, NULL, set_skip_write); in LSAPI_Postfork_Child()

Completed in 19 milliseconds