Home
last modified time | relevance | path

Searched refs:__weak_reference (Results 1 – 25 of 234) sorted by relevance

12345678910

/freebsd-14.2/lib/libthr/thread/
H A Dthr_attr.c109 __weak_reference(_thr_attr_destroy, _pthread_attr_destroy);
110 __weak_reference(_thr_attr_destroy, pthread_attr_destroy);
125 __weak_reference(_thr_attr_get_np, pthread_attr_get_np);
126 __weak_reference(_thr_attr_get_np, _pthread_attr_get_np);
257 __weak_reference(_thr_attr_getscope, pthread_attr_getscope);
258 __weak_reference(_thr_attr_getscope, _pthread_attr_getscope);
318 __weak_reference(_thr_attr_init, pthread_attr_init);
319 __weak_reference(_thr_attr_init, _pthread_attr_init);
336 __weak_reference(_pthread_attr_setcreatesuspend_np, \
446 __weak_reference(_thr_attr_setscope, pthread_attr_setscope);
[all …]
H A Dthr_mutexattr.c72 __weak_reference(_thr_mutexattr_init, pthread_mutexattr_init);
73 __weak_reference(_thr_mutexattr_init, _pthread_mutexattr_init);
76 __weak_reference(_pthread_mutexattr_gettype, pthread_mutexattr_gettype);
77 __weak_reference(_thr_mutexattr_settype, pthread_mutexattr_settype);
78 __weak_reference(_thr_mutexattr_settype, _pthread_mutexattr_settype);
79 __weak_reference(_thr_mutexattr_destroy, pthread_mutexattr_destroy);
80 __weak_reference(_thr_mutexattr_destroy, _pthread_mutexattr_destroy);
85 __weak_reference(_pthread_mutexattr_getprioceiling,
87 __weak_reference(_pthread_mutexattr_setprioceiling,
89 __weak_reference(_thr_mutexattr_getrobust, pthread_mutexattr_getrobust);
[all …]
H A Dthr_cancel.c35 __weak_reference(_thr_cancel, pthread_cancel);
36 __weak_reference(_thr_cancel, _pthread_cancel);
37 __weak_reference(_thr_setcancelstate, pthread_setcancelstate);
38 __weak_reference(_thr_setcancelstate, _pthread_setcancelstate);
39 __weak_reference(_thr_setcanceltype, pthread_setcanceltype);
40 __weak_reference(_thr_setcanceltype, _pthread_setcanceltype);
41 __weak_reference(_Tthr_testcancel, pthread_testcancel);
42 __weak_reference(_Tthr_testcancel, _pthread_testcancel);
43 __weak_reference(_Tthr_cancel_enter, _pthread_cancel_enter);
44 __weak_reference(_Tthr_cancel_leave, _pthread_cancel_leave);
H A Dthr_rwlock.c42 __weak_reference(_thr_rwlock_destroy, pthread_rwlock_destroy);
43 __weak_reference(_thr_rwlock_destroy, _pthread_rwlock_destroy);
44 __weak_reference(_thr_rwlock_init, pthread_rwlock_init);
45 __weak_reference(_thr_rwlock_init, _pthread_rwlock_init);
46 __weak_reference(_Tthr_rwlock_rdlock, pthread_rwlock_rdlock);
47 __weak_reference(_Tthr_rwlock_rdlock, _pthread_rwlock_rdlock);
49 __weak_reference(_Tthr_rwlock_tryrdlock, pthread_rwlock_tryrdlock);
53 __weak_reference(_Tthr_rwlock_unlock, pthread_rwlock_unlock);
54 __weak_reference(_Tthr_rwlock_unlock, _pthread_rwlock_unlock);
55 __weak_reference(_Tthr_rwlock_wrlock, pthread_rwlock_wrlock);
[all …]
H A Dthr_clean.c46 __weak_reference(_thr_cleanup_pop, pthread_cleanup_pop);
47 __weak_reference(_thr_cleanup_pop, _pthread_cleanup_pop);
48 __weak_reference(_thr_cleanup_push, pthread_cleanup_push);
49 __weak_reference(_thr_cleanup_push, _pthread_cleanup_push);
52 __weak_reference(__thr_cleanup_push_imp, __pthread_cleanup_push_imp);
53 __weak_reference(__thr_cleanup_pop_imp, __pthread_cleanup_pop_imp);
H A Dthr_condattr.c41 __weak_reference(_pthread_condattr_init, pthread_condattr_init);
42 __weak_reference(_pthread_condattr_destroy, pthread_condattr_destroy);
43 __weak_reference(_pthread_condattr_getclock, pthread_condattr_getclock);
44 __weak_reference(_pthread_condattr_setclock, pthread_condattr_setclock);
45 __weak_reference(_pthread_condattr_getpshared, pthread_condattr_getpshared);
46 __weak_reference(_pthread_condattr_setpshared, pthread_condattr_setpshared);
H A Dthr_spec.c47 __weak_reference(_thr_key_create, pthread_key_create);
48 __weak_reference(_thr_key_create, _pthread_key_create);
49 __weak_reference(_thr_key_delete, pthread_key_delete);
50 __weak_reference(_thr_key_delete, _pthread_key_delete);
51 __weak_reference(_thr_getspecific, pthread_getspecific);
52 __weak_reference(_thr_getspecific, _pthread_getspecific);
53 __weak_reference(_thr_setspecific, pthread_setspecific);
54 __weak_reference(_thr_setspecific, _pthread_setspecific);
H A Dthr_barrierattr.c39 __weak_reference(_pthread_barrierattr_destroy, pthread_barrierattr_destroy);
40 __weak_reference(_pthread_barrierattr_init, pthread_barrierattr_init);
41 __weak_reference(_pthread_barrierattr_setpshared,
43 __weak_reference(_pthread_barrierattr_getpshared,
H A Dthr_rwlockattr.c37 __weak_reference(_pthread_rwlockattr_destroy, pthread_rwlockattr_destroy);
38 __weak_reference(_pthread_rwlockattr_getpshared, pthread_rwlockattr_getpshared);
39 __weak_reference(_pthread_rwlockattr_init, pthread_rwlockattr_init);
40 __weak_reference(_pthread_rwlockattr_setpshared, pthread_rwlockattr_setpshared);
H A Dthr_info.c56 __weak_reference(_pthread_setname_np, pthread_setname_np);
99 __weak_reference(_pthread_set_name_np, pthread_set_name_np);
116 __weak_reference(_thr_getname_np, pthread_getname_np);
117 __weak_reference(_thr_getname_np, _pthread_getname_np);
146 __weak_reference(_pthread_get_name_np, pthread_get_name_np);
H A Dthr_pspinlock.c46 __weak_reference(_pthread_spin_init, pthread_spin_init);
47 __weak_reference(_pthread_spin_destroy, pthread_spin_destroy);
48 __weak_reference(_pthread_spin_trylock, pthread_spin_trylock);
49 __weak_reference(_pthread_spin_lock, pthread_spin_lock);
50 __weak_reference(_pthread_spin_unlock, pthread_spin_unlock);
H A Dthr_cond.c62 __weak_reference(__thr_cond_wait, pthread_cond_wait);
63 __weak_reference(__thr_cond_wait, __pthread_cond_wait);
64 __weak_reference(_thr_cond_wait, _pthread_cond_wait);
66 __weak_reference(_thr_cond_init, pthread_cond_init);
67 __weak_reference(_thr_cond_init, _pthread_cond_init);
68 __weak_reference(_thr_cond_destroy, pthread_cond_destroy);
69 __weak_reference(_thr_cond_destroy, _pthread_cond_destroy);
70 __weak_reference(_thr_cond_signal, pthread_cond_signal);
71 __weak_reference(_thr_cond_signal, _pthread_cond_signal);
72 __weak_reference(_thr_cond_broadcast, pthread_cond_broadcast);
[all …]
H A Dthr_mutex.c85 __weak_reference(__Tthr_mutex_init, pthread_mutex_init);
86 __weak_reference(__Tthr_mutex_init, __pthread_mutex_init);
88 __weak_reference(__Tthr_mutex_lock, pthread_mutex_lock);
89 __weak_reference(__Tthr_mutex_lock, __pthread_mutex_lock);
93 __weak_reference(__Tthr_mutex_trylock, pthread_mutex_trylock);
94 __weak_reference(__Tthr_mutex_trylock, __pthread_mutex_trylock);
96 __weak_reference(_Tthr_mutex_consistent, pthread_mutex_consistent);
102 __weak_reference(_thr_mutex_destroy, pthread_mutex_destroy);
103 __weak_reference(_thr_mutex_destroy, _pthread_mutex_destroy);
104 __weak_reference(_thr_mutex_unlock, pthread_mutex_unlock);
[all …]
H A Dthr_join.c41 __weak_reference(_thr_join, pthread_join);
42 __weak_reference(_thr_join, _pthread_join);
43 __weak_reference(_pthread_timedjoin_np, pthread_timedjoin_np);
44 __weak_reference(_pthread_peekjoin_np, pthread_peekjoin_np);
/freebsd-14.2/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h172 __weak_reference(__malloc, malloc);
173 __weak_reference(__calloc, calloc);
176 __weak_reference(__realloc, realloc);
177 __weak_reference(__free, free);
179 __weak_reference(__mallocx, mallocx);
180 __weak_reference(__rallocx, rallocx);
181 __weak_reference(__xallocx, xallocx);
182 __weak_reference(__sallocx, sallocx);
183 __weak_reference(__dallocx, dallocx);
185 __weak_reference(__nallocx, nallocx);
[all …]
/freebsd-14.2/lib/librt/
H A Dmq.c61 __weak_reference(__mq_open, mq_open);
62 __weak_reference(__mq_open, _mq_open);
63 __weak_reference(__mq_close, mq_close);
64 __weak_reference(__mq_close, _mq_close);
65 __weak_reference(__mq_notify, mq_notify);
66 __weak_reference(__mq_notify, _mq_notify);
67 __weak_reference(__mq_getattr, mq_getattr);
69 __weak_reference(__mq_setattr, mq_setattr);
75 __weak_reference(__mq_unlink, mq_unlink);
76 __weak_reference(__mq_unlink, _mq_unlink);
[all …]
H A Dtimer.c56 __weak_reference(__timer_create, timer_create);
57 __weak_reference(__timer_create, _timer_create);
58 __weak_reference(__timer_delete, timer_delete);
59 __weak_reference(__timer_delete, _timer_delete);
60 __weak_reference(__timer_gettime, timer_gettime);
61 __weak_reference(__timer_gettime, _timer_gettime);
62 __weak_reference(__timer_settime, timer_settime);
63 __weak_reference(__timer_settime, _timer_settime);
64 __weak_reference(__timer_getoverrun, timer_getoverrun);
65 __weak_reference(__timer_getoverrun, _timer_getoverrun);
H A Daio.c42 __weak_reference(__aio_read, aio_read);
43 __weak_reference(__aio_readv, aio_readv);
44 __weak_reference(__aio_write, aio_write);
45 __weak_reference(__aio_writev, aio_writev);
46 __weak_reference(__aio_return, aio_return);
47 __weak_reference(__aio_waitcomplete, aio_waitcomplete);
48 __weak_reference(__aio_fsync, aio_fsync);
49 __weak_reference(__lio_listio, lio_listio);
/freebsd-14.2/sys/crypto/sha2/
H A Dsha512c.c509 __weak_reference(_libmd_SHA512_Init, SHA512_Init);
511 __weak_reference(_libmd_SHA512_Update, SHA512_Update);
513 __weak_reference(_libmd_SHA512_Final, SHA512_Final);
515 __weak_reference(_libmd_SHA512_Transform, SHA512_Transform);
518 __weak_reference(_libmd_SHA512_224_Init, SHA512_224_Init);
522 __weak_reference(_libmd_SHA512_224_Final, SHA512_224_Final);
525 __weak_reference(_libmd_SHA512_256_Init, SHA512_256_Init);
529 __weak_reference(_libmd_SHA512_256_Final, SHA512_256_Final);
532 __weak_reference(_libmd_SHA384_Init, SHA384_Init);
534 __weak_reference(_libmd_SHA384_Update, SHA384_Update);
[all …]
H A Dsha256c.c389 __weak_reference(_libmd_SHA256_Init, SHA256_Init);
391 __weak_reference(_libmd_SHA256_Update, SHA256_Update);
393 __weak_reference(_libmd_SHA256_Final, SHA256_Final);
395 __weak_reference(_libmd_SHA256_Transform, SHA256_Transform);
398 __weak_reference(_libmd_SHA224_Init, SHA224_Init);
400 __weak_reference(_libmd_SHA224_Update, SHA224_Update);
402 __weak_reference(_libmd_SHA224_Final, SHA224_Final);
/freebsd-14.2/lib/libc/gen/
H A Dsem_new.c53 __weak_reference(_sem_close, sem_close);
54 __weak_reference(_sem_destroy, sem_destroy);
55 __weak_reference(_sem_getvalue, sem_getvalue);
56 __weak_reference(_sem_init, sem_init);
57 __weak_reference(_sem_open, sem_open);
58 __weak_reference(_sem_post, sem_post);
59 __weak_reference(_sem_timedwait, sem_timedwait);
60 __weak_reference(_sem_clockwait_np, sem_clockwait_np);
61 __weak_reference(_sem_trywait, sem_trywait);
62 __weak_reference(_sem_unlink, sem_unlink);
[all …]
/freebsd-14.2/lib/libc/resolv/
H A Dres_data.c316 __weak_reference(__res_init, res_init);
318 __weak_reference(__p_query, p_query);
320 __weak_reference(__res_mkquery, res_mkquery);
322 __weak_reference(__res_query, res_query);
324 __weak_reference(__res_send, res_send);
326 __weak_reference(__res_close, _res_close);
328 __weak_reference(__res_search, res_search);
330 __weak_reference(__res_querydomain, res_querydomain);
/freebsd-14.2/contrib/jemalloc/
H A DFREEBSD-diffs327 +__weak_reference(__malloc, malloc);
328 +__weak_reference(__calloc, calloc);
331 +__weak_reference(__realloc, realloc);
332 +__weak_reference(__free, free);
334 +__weak_reference(__mallocx, mallocx);
335 +__weak_reference(__rallocx, rallocx);
336 +__weak_reference(__xallocx, xallocx);
337 +__weak_reference(__sallocx, sallocx);
338 +__weak_reference(__dallocx, dallocx);
340 +__weak_reference(__nallocx, nallocx);
[all …]
/freebsd-14.2/lib/libc/stdio/
H A D_flock_stub.c52 __weak_reference(_flockfile, flockfile);
53 __weak_reference(_flockfile_debug_stub, _flockfile_debug);
54 __weak_reference(_ftrylockfile, ftrylockfile);
55 __weak_reference(_funlockfile, funlockfile);
/freebsd-14.2/lib/libmd/
H A DmdXhl.c129 __weak_reference(_libmd_MDXEnd, MDXEnd);
131 __weak_reference(_libmd_MDXFile, MDXFile);
133 __weak_reference(_libmd_MDXFileChunk, MDXFileChunk);
135 __weak_reference(_libmd_MDXData, MDXData);

12345678910