Searched refs:pthread_lib_handle (Results 1 – 1 of 1) sorted by relevance
260 void *pthread_lib_handle = NULL; in LSCRIU_load_liblscapi() local275 !(psem_open = dlsym(pthread_lib_handle, last = "sem_open")) || in LSCRIU_load_liblscapi()276 !(psem_post = dlsym(pthread_lib_handle, last = "sem_post")) || in LSCRIU_load_liblscapi()277 !(psem_close = dlsym(pthread_lib_handle, last = "sem_close"))) in LSCRIU_load_liblscapi()286 if (pthread_lib_handle) in LSCRIU_load_liblscapi()287 dlclose(pthread_lib_handle); in LSCRIU_load_liblscapi()
Completed in 6 milliseconds