Searched refs:pthread_lib_handle (Results 1 – 1 of 1) sorted by relevance
251 void *pthread_lib_handle = NULL; in LSCRIU_load_liblscapi() local265 !(psem_open = dlsym(pthread_lib_handle, last = "sem_open")) || in LSCRIU_load_liblscapi()266 !(psem_post = dlsym(pthread_lib_handle, last = "sem_post")) || in LSCRIU_load_liblscapi()267 !(psem_close = dlsym(pthread_lib_handle, last = "sem_close"))) in LSCRIU_load_liblscapi()276 if (pthread_lib_handle) in LSCRIU_load_liblscapi()277 dlclose(pthread_lib_handle); in LSCRIU_load_liblscapi()
Completed in 7 milliseconds