Home
last modified time | relevance | path

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

/php-src/sapi/litespeed/
H A Dlscriu.c253 void *pthread_lib_handle = NULL; in LSCRIU_load_liblscapi() local
267 !(psem_open = dlsym(pthread_lib_handle, last = "sem_open")) || in LSCRIU_load_liblscapi()
268 !(psem_post = dlsym(pthread_lib_handle, last = "sem_post")) || in LSCRIU_load_liblscapi()
269 !(psem_close = dlsym(pthread_lib_handle, last = "sem_close"))) in LSCRIU_load_liblscapi()
278 if (pthread_lib_handle) in LSCRIU_load_liblscapi()
279 dlclose(pthread_lib_handle); in LSCRIU_load_liblscapi()

Completed in 8 milliseconds