]> git.ipfire.org Git - thirdparty/glibc.git/blob - htl/libpthread_syms.a
Use C11 atomics instead of atomic_decrement(_val)
[thirdparty/glibc.git] / htl / libpthread_syms.a
1 /* pthread initializer is weak in glibc. It must be included if glibc
2 is to start threading. */
3 EXTERN(__pthread_initialize_minimal)
4
5 /* Weak references in glibc that must be filled if glibc is to be
6 thread safe. */
7 EXTERN(cthread_detach)
8 EXTERN(cthread_fork)
9 EXTERN(cthread_keycreate)
10 EXTERN(cthread_getspecific)
11 EXTERN(cthread_setspecific)
12 EXTERN(__mutex_lock_solid)
13 EXTERN(__mutex_unlock_solid)
14 /* For libio stream locking. */
15 EXTERN(_cthreads_flockfile)
16 EXTERN(_cthreads_funlockfile)
17 EXTERN(_cthreads_ftrylockfile)
18 /* To create the sigthread and get its stack layout on fork */
19 EXTERN(pthread_create)
20 EXTERN(pthread_detach)
21 EXTERN(pthread_getattr_np)
22 EXTERN(pthread_attr_getstack)
23 EXTERN(__pthread_enable_asynccancel)