Searched refs:__strong_reference (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.0-release/lib/libkse/support/
H A Dthr_support.c37 __strong_reference(clock_gettime, _thr_clock_gettime);
38 __strong_reference(kse_exit, _thr_kse_exit);
39 __strong_reference(kse_wakeup, _thr_kse_wakeup);
40 __strong_reference(kse_create, _thr_kse_create);
41 __strong_reference(kse_thr_interrupt, _thr_kse_thr_interrupt);
42 __strong_reference(kse_release, _thr_kse_release);
43 __strong_reference(kse_switchin, _thr_kse_switchin);
45 __strong_reference(sigaction, _thr_sigaction);
46 __strong_reference(sigprocmask, _thr_sigprocmask);
47 __strong_reference(sigemptyse
[all...]
/freebsd-10.0-release/lib/libc/gen/
H A Derrlst.c162 __strong_reference(sys_errlist, __hidden_sys_errlist);
163 __strong_reference(sys_nerr, __hidden_sys_nerr);
/freebsd-10.0-release/lib/libc/stdlib/
H A Dptsname.c68 __strong_reference(__isptmaster, grantpt);
69 __strong_reference(__isptmaster, unlockpt);
/freebsd-10.0-release/sys/arm/arm/
H A Dstdatomic.c670 __strong_reference(__sync_lock_test_and_set_1_c, __sync_lock_test_and_set_1);
671 __strong_reference(__sync_lock_test_and_set_2_c, __sync_lock_test_and_set_2);
672 __strong_reference(__sync_lock_test_and_set_4_c, __sync_lock_test_and_set_4);
673 __strong_reference(__sync_val_compare_and_swap_1_c, __sync_val_compare_and_swap_1);
674 __strong_reference(__sync_val_compare_and_swap_2_c, __sync_val_compare_and_swap_2);
675 __strong_reference(__sync_val_compare_and_swap_4_c, __sync_val_compare_and_swap_4);
676 __strong_reference(__sync_fetch_and_add_1_c, __sync_fetch_and_add_1);
677 __strong_reference(__sync_fetch_and_add_2_c, __sync_fetch_and_add_2);
678 __strong_reference(__sync_fetch_and_add_4_c, __sync_fetch_and_add_4);
679 __strong_reference(__sync_fetch_and_and_1_
[all...]
H A Delf_trampoline.c730 __strong_reference(__aeabi_unwind_cpp_pr0, __aeabi_unwind_cpp_pr1);
731 __strong_reference(__aeabi_unwind_cpp_pr0, __aeabi_unwind_cpp_pr2);
/freebsd-10.0-release/lib/msun/src/
H A Ds_scalbnf.c58 __strong_reference(scalbnf, ldexpf);
H A Ds_scalbnl.c71 __strong_reference(scalbnl, ldexpl);
H A Ds_nextafterl.c80 __strong_reference(nextafterl, nexttowardl);
/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_rwlock.c224 __strong_reference(_pthread_rwlock_rdlock, _thr_rwlock_rdlock);
355 __strong_reference(_pthread_rwlock_unlock, _thr_rwlock_unlock);
412 __strong_reference(_pthread_rwlock_wrlock, _thr_rwlock_wrlock);
H A Dthr_cond.c356 __strong_reference(_pthread_cond_wait, _thr_cond_wait);
642 __strong_reference(_pthread_cond_signal, _thr_cond_signal);
709 __strong_reference(_pthread_cond_broadcast, _thr_cond_broadcast);
H A Dthr_mutex.c883 __strong_reference(__pthread_mutex_lock, _thr_mutex_lock);
964 __strong_reference(_pthread_mutex_unlock, _thr_mutex_unlock);
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_mutex.c100 __strong_reference(__pthread_mutex_init, _pthread_mutex_init);
102 __strong_reference(__pthread_mutex_lock, _pthread_mutex_lock);
104 __strong_reference(__pthread_mutex_timedlock, _pthread_mutex_timedlock);
106 __strong_reference(__pthread_mutex_trylock, _pthread_mutex_trylock);
117 __strong_reference(__pthread_mutex_setspinloops_np, _pthread_mutex_setspinloops_np);
121 __strong_reference(__pthread_mutex_setyieldloops_np, _pthread_mutex_setyieldloops_np);
/freebsd-10.0-release/sys/sys/
H A Dcdefs.h515 #define __strong_reference(sym,aliassym) \ macro

Completed in 112 milliseconds