Home
last modified time | relevance | path

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

/PHP-8.1/sapi/litespeed/
H A Dlsapilib.c158 static int (*pthread_atfork_func)(void (*prepare)(void), void (*parent)(void), variable
1485 pthread_atfork_func = dlsym(pthread_lib, "pthread_atfork"); in LSAPI_Init()
3322 if (pthread_atfork_func) in lsapi_prefork_server_accept()
3323 (*pthread_atfork_func)(NULL, NULL, set_skip_write); in lsapi_prefork_server_accept()
3409 if (pthread_atfork_func) in LSAPI_Postfork_Child()
3410 (*pthread_atfork_func)(NULL, NULL, set_skip_write); in LSAPI_Postfork_Child()

Completed in 18 milliseconds