Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c1474 void *pthread_lib = dlopen("libpthread.so", RTLD_LAZY); in LSAPI_Init() local
1475 if (pthread_lib) in LSAPI_Init()
1476 pthread_atfork_func = dlsym(pthread_lib, "pthread_atfork"); in LSAPI_Init()

Completed in 18 milliseconds