Lines Matching refs:dlvsym

400   ptr = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.0");
407 ptr = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.0");
422 ptr = dlvsym (dlflag, "pthread_mutex_unlock", "GLIBC_2.0");
430 ptr = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.3.2");
438 ptr = dlvsym (dlflag, "pthread_cond_timedwait", "GLIBC_2.3.2");
446 ptr = dlvsym (dlflag, "pthread_join", "GLIBC_2.0");
454 ptr = dlvsym (dlflag, "sem_wait", "GLIBC_2.1");
466 ptr = dlvsym (dlflag, "sem_wait", "GLIBC_2.0");
474 ptr = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.0");
482 ptr = dlvsym (dlflag, "pthread_cond_timedwait", "GLIBC_2.0");
498 __real_pthread_mutex_lock = dlvsym(dlflag, "pthread_mutex_lock", GLIBC_N);
499 __real_pthread_mutex_unlock = dlvsym(dlflag, "pthread_mutex_unlock", GLIBC_N);
500 __real_pthread_cond_wait = dlvsym(dlflag, "pthread_cond_wait", GLIBC_N);
501 __real_pthread_cond_timedwait = dlvsym(dlflag, "pthread_cond_timedwait", GLIBC_N);
502 __real_pthread_join = dlvsym(dlflag, "pthread_join", GLIBC_N);
503 __real_sem_wait = dlvsym(dlflag, "sem_wait", GLIBC_N);
507 ptr = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.2.5");
514 ptr = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.2.5");
528 ptr = dlvsym (dlflag, "pthread_mutex_unlock", "GLIBC_2.2.5");
536 ptr = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.3.2");
544 ptr = dlvsym (dlflag, "pthread_cond_timedwait", "GLIBC_2.3.2");
552 ptr = dlvsym (dlflag, "pthread_join", "GLIBC_2.2.5");
560 ptr = dlvsym (dlflag, "sem_wait", "GLIBC_2.2.5");
568 ptr = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.2.5");
576 ptr = dlvsym (dlflag, "pthread_cond_timedwait", "GLIBC_2.2.5");
587 ptr = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.2");
594 ptr = dlvsym (dlflag, "pthread_mutex_lock", "GLIBC_2.2");
608 ptr = dlvsym (dlflag, "pthread_mutex_unlock", "GLIBC_2.2");
616 ptr = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.3.2");
624 ptr = dlvsym (dlflag, "pthread_cond_timedwait", "GLIBC_2.3.2");
632 ptr = dlvsym (dlflag, "pthread_join", "GLIBC_2.2");
640 ptr = dlvsym (dlflag, "sem_wait", "GLIBC_2.2");
648 ptr = dlvsym (dlflag, "pthread_cond_wait", "GLIBC_2.2");
656 ptr = dlvsym (dlflag, "pthread_cond_timedwait", "GLIBC_2.2");