123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- libc {
- GLIBC_2.0 {
- pthread_attr_destroy
- pthread_attr_getinheritsched
- pthread_attr_getschedpolicy
- pthread_attr_setdetachstate
- pthread_attr_setschedparam
- pthread_attr_setscope
- pthread_cond_init
- pthread_condattr_destroy
- pthread_exit
- pthread_mutex_init
- pthread_mutexattr_getkind_np
- pthread_self
- pthread_setschedparam;
-
- __libc_internal_tsd_get
- }
- GLIBC_2.1 {
- pthread_attr_init;
- }
- }
- ld.so {
- GLIBC_2.0 {
-
- __libc_internal_tsd_get
- }
- }
- libpthread {
- GLIBC_2.0 {
-
- _pthread_cleanup_pop
- _pthread_cleanup_push_defer;
-
- __libc_internal_tsd_get
-
- accept
- nanosleep
- sendmsg
- waitpid; write;
- __close
- __write;
- _IO_flockfile
- vfork
-
- flockfile
-
- pthread_kill_other_threads_np
- pthread_mutexattr_setkind_np;
-
- pthread_atfork
- pthread_attr_getinheritsched
- pthread_attr_getschedpolicy
- pthread_attr_setdetachstate
- pthread_attr_setschedparam
- pthread_attr_setscope
- pthread_cond_destroy
- pthread_cond_timedwait
- pthread_condattr_init
- pthread_exit
- pthread_key_create
- pthread_mutex_destroy
- pthread_mutex_trylock
- pthread_mutexattr_init
- pthread_setcanceltype
- pthread_sigmask
- sem_destroy
- sigwait;
-
- __pthread_atfork
- __pthread_key_create
- __pthread_mutex_lock
- __pthread_mutexattr_destroy
- __pthread_mutexattr_settype
-
- __errno_location
- }
- GLIBC_2.1 {
-
- pthread_attr_init
-
- pthread_rwlock_init
- pthread_rwlock_tryrdlock
- pthread_rwlock_unlock
- pthread_rwlockattr_getpshared
- pthread_rwlockattr_getkind_np
- pthread_attr_getguardsize
- pthread_attr_getstackaddr
- pthread_attr_getstacksize
- pthread_getconcurrency
- pthread_mutexattr_gettype
- sem_destroy
-
- __libc_current_sigrtmin
- __libc_allocate_rtsig;
- }
- GLIBC_2.1.1 {
- sem_close
- }
- GLIBC_2.1.2 {
- __pthread_kill_other_threads_np;
- __vfork;
- }
- }
|