2018-04-01 23:43:22 +00:00
|
|
|
libc {
|
2023-03-18 09:58:26 +00:00
|
|
|
|
|
|
|
|
GLIBC_2.12 {
|
2025-11-13 20:13:53 +00:00
|
|
|
flockfile; ftrylockfile; funlockfile;
|
2023-03-18 09:58:26 +00:00
|
|
|
pthread_self;
|
2025-07-06 09:01:19 +00:00
|
|
|
__pthread_get_cleanup_stack;
|
2025-06-13 18:43:48 +00:00
|
|
|
__pthread_key_create;
|
2025-08-15 18:14:51 +00:00
|
|
|
__pthread_kill;
|
2025-08-15 18:14:54 +00:00
|
|
|
__pthread_mutex_transfer_np;
|
2023-03-18 09:58:26 +00:00
|
|
|
__pthread_self;
|
2024-07-17 00:03:13 +00:00
|
|
|
pthread_attr_getdetachstate;
|
|
|
|
|
pthread_attr_getinheritsched;
|
|
|
|
|
pthread_attr_getschedparam;
|
|
|
|
|
pthread_attr_getschedpolicy;
|
|
|
|
|
pthread_attr_setdetachstate;
|
|
|
|
|
pthread_attr_setinheritsched;
|
|
|
|
|
pthread_attr_setschedpolicy;
|
|
|
|
|
pthread_equal;
|
|
|
|
|
pthread_getschedparam;
|
2025-06-13 18:43:48 +00:00
|
|
|
pthread_getspecific;
|
2025-08-15 18:14:47 +00:00
|
|
|
pthread_getcpuclockid;
|
2024-07-17 00:03:13 +00:00
|
|
|
pthread_setschedparam;
|
2024-11-18 11:21:33 +00:00
|
|
|
pthread_attr_destroy;
|
2024-11-18 11:21:35 +00:00
|
|
|
pthread_attr_getguardsize;
|
2024-11-18 11:21:36 +00:00
|
|
|
pthread_attr_getscope;
|
2024-11-18 11:21:37 +00:00
|
|
|
pthread_attr_getstacksize;
|
2024-11-18 11:21:38 +00:00
|
|
|
pthread_attr_getstackaddr;
|
2024-11-18 11:21:39 +00:00
|
|
|
pthread_attr_getstack;
|
2024-11-18 11:21:44 +00:00
|
|
|
pthread_attr_setguardsize;
|
2024-11-18 11:21:40 +00:00
|
|
|
pthread_attr_setstacksize;
|
2024-11-18 11:21:41 +00:00
|
|
|
pthread_attr_setstackaddr;
|
|
|
|
|
pthread_attr_setstack;
|
2024-11-18 11:21:42 +00:00
|
|
|
pthread_attr_setscope;
|
2024-11-18 11:21:43 +00:00
|
|
|
pthread_attr_setschedparam;
|
2024-11-18 11:21:45 +00:00
|
|
|
pthread_attr_init;
|
2025-02-09 20:01:05 +00:00
|
|
|
pthread_barrier_destroy;
|
2025-02-09 20:01:06 +00:00
|
|
|
pthread_barrier_init;
|
2025-02-09 20:01:07 +00:00
|
|
|
pthread_barrier_wait;
|
2025-02-09 20:01:02 +00:00
|
|
|
pthread_barrierattr_destroy;
|
2025-02-09 20:01:04 +00:00
|
|
|
pthread_barrierattr_getpshared;
|
2025-02-09 20:01:03 +00:00
|
|
|
pthread_barrierattr_init;
|
2025-02-09 20:01:04 +00:00
|
|
|
pthread_barrierattr_setpshared;
|
2025-08-15 18:14:50 +00:00
|
|
|
pthread_cancel;
|
2024-12-19 20:37:23 +00:00
|
|
|
pthread_cond_broadcast;
|
2024-12-19 20:37:22 +00:00
|
|
|
pthread_cond_destroy;
|
2024-12-19 20:37:20 +00:00
|
|
|
pthread_cond_init;
|
2024-12-19 20:37:24 +00:00
|
|
|
pthread_cond_signal;
|
2024-12-19 20:37:27 +00:00
|
|
|
pthread_cond_timedwait;
|
|
|
|
|
pthread_cond_wait;
|
2024-11-26 20:53:25 +00:00
|
|
|
pthread_condattr_getclock;
|
2024-11-26 20:53:27 +00:00
|
|
|
pthread_condattr_init;
|
2024-11-26 20:53:23 +00:00
|
|
|
pthread_condattr_destroy;
|
2024-11-26 20:53:26 +00:00
|
|
|
pthread_condattr_getpshared;
|
2024-11-26 20:53:28 +00:00
|
|
|
pthread_condattr_setclock;
|
2024-11-26 20:53:29 +00:00
|
|
|
pthread_condattr_setpshared;
|
2025-08-15 18:14:56 +00:00
|
|
|
pthread_detach;
|
2025-08-15 18:14:53 +00:00
|
|
|
pthread_getattr_np;
|
2025-08-15 18:14:43 +00:00
|
|
|
pthread_getconcurrency;
|
2025-08-15 18:14:58 +00:00
|
|
|
pthread_join;
|
2025-06-13 18:43:48 +00:00
|
|
|
pthread_key_create;
|
|
|
|
|
pthread_key_delete;
|
2025-08-15 18:14:51 +00:00
|
|
|
pthread_kill;
|
2025-08-15 18:14:57 +00:00
|
|
|
pthread_exit;
|
2025-01-03 10:37:48 +00:00
|
|
|
pthread_mutex_destroy;
|
2025-01-03 10:37:47 +00:00
|
|
|
pthread_mutex_getprioceiling;
|
2025-01-03 10:37:45 +00:00
|
|
|
pthread_mutex_init;
|
2025-01-03 10:37:46 +00:00
|
|
|
pthread_mutex_lock;
|
2025-01-03 10:37:47 +00:00
|
|
|
pthread_mutex_setprioceiling;
|
2025-01-03 10:37:46 +00:00
|
|
|
pthread_mutex_timedlock;
|
2025-08-15 18:14:54 +00:00
|
|
|
pthread_mutex_transfer_np;
|
2025-01-03 10:37:46 +00:00
|
|
|
pthread_mutex_trylock;
|
|
|
|
|
pthread_mutex_unlock;
|
2024-12-31 13:49:03 +00:00
|
|
|
pthread_mutexattr_destroy;
|
2024-12-31 13:49:09 +00:00
|
|
|
pthread_mutexattr_getprioceiling;
|
2024-12-31 13:49:04 +00:00
|
|
|
pthread_mutexattr_getprotocol;
|
2024-12-31 13:49:07 +00:00
|
|
|
pthread_mutexattr_getpshared;
|
2024-12-31 13:49:06 +00:00
|
|
|
pthread_mutexattr_gettype;
|
2024-12-31 13:49:02 +00:00
|
|
|
pthread_mutexattr_init;
|
2024-12-31 13:49:09 +00:00
|
|
|
pthread_mutexattr_setprioceiling;
|
2025-01-01 22:51:53 +00:00
|
|
|
pthread_mutexattr_setprotocol;
|
2024-12-31 13:49:07 +00:00
|
|
|
pthread_mutexattr_setpshared;
|
2024-12-31 13:49:06 +00:00
|
|
|
pthread_mutexattr_settype;
|
2025-03-02 14:16:45 +00:00
|
|
|
pthread_once;
|
2025-02-16 14:54:32 +00:00
|
|
|
pthread_rwlock_destroy;
|
2025-02-16 14:54:33 +00:00
|
|
|
pthread_rwlock_init;
|
2025-02-16 14:54:31 +00:00
|
|
|
pthread_rwlock_rdlock;
|
|
|
|
|
pthread_rwlock_timedrdlock;
|
|
|
|
|
pthread_rwlock_timedwrlock;
|
2025-02-16 14:54:29 +00:00
|
|
|
pthread_rwlock_tryrdlock;
|
|
|
|
|
pthread_rwlock_trywrlock;
|
2025-02-16 14:54:30 +00:00
|
|
|
pthread_rwlock_unlock;
|
2025-02-16 14:54:31 +00:00
|
|
|
pthread_rwlock_wrlock;
|
2025-02-16 14:54:27 +00:00
|
|
|
pthread_rwlockattr_destroy;
|
2025-02-16 14:54:28 +00:00
|
|
|
pthread_rwlockattr_getpshared;
|
2025-02-16 14:54:26 +00:00
|
|
|
pthread_rwlockattr_init;
|
2025-02-16 14:54:28 +00:00
|
|
|
pthread_rwlockattr_setpshared;
|
2025-02-01 08:02:02 +00:00
|
|
|
pthread_setcancelstate;
|
2025-01-03 10:37:50 +00:00
|
|
|
pthread_setcanceltype;
|
2025-08-15 18:14:43 +00:00
|
|
|
pthread_setconcurrency;
|
2025-08-15 18:14:42 +00:00
|
|
|
pthread_setschedprio;
|
2025-06-13 18:43:48 +00:00
|
|
|
pthread_setspecific;
|
2024-12-12 22:06:12 +00:00
|
|
|
pthread_sigmask;
|
2025-08-15 18:14:52 +00:00
|
|
|
pthread_testcancel;
|
2025-08-15 18:14:48 +00:00
|
|
|
pthread_yield;
|
2025-08-17 10:40:19 +00:00
|
|
|
sem_close;
|
2025-08-17 10:40:16 +00:00
|
|
|
sem_destroy;
|
2025-08-17 10:40:17 +00:00
|
|
|
sem_getvalue;
|
2025-08-17 10:40:18 +00:00
|
|
|
sem_init;
|
2025-08-17 10:40:19 +00:00
|
|
|
sem_open;
|
2025-08-17 10:40:20 +00:00
|
|
|
sem_post;
|
2025-08-17 10:40:21 +00:00
|
|
|
sem_timedwait;
|
|
|
|
|
sem_trywait;
|
2025-08-17 10:40:22 +00:00
|
|
|
sem_unlink;
|
2025-08-17 10:40:21 +00:00
|
|
|
sem_wait;
|
2023-03-18 09:58:26 +00:00
|
|
|
}
|
|
|
|
|
|
2018-04-01 23:43:22 +00:00
|
|
|
GLIBC_2.21 {
|
|
|
|
|
pthread_attr_destroy; pthread_attr_getdetachstate;
|
|
|
|
|
pthread_attr_getinheritsched; pthread_attr_getschedparam;
|
|
|
|
|
pthread_attr_getschedpolicy; pthread_attr_getscope; pthread_attr_init;
|
|
|
|
|
pthread_attr_setdetachstate; pthread_attr_setinheritsched;
|
|
|
|
|
pthread_attr_setschedparam; pthread_attr_setschedpolicy;
|
|
|
|
|
pthread_attr_setscope;
|
|
|
|
|
pthread_condattr_destroy; pthread_condattr_init;
|
|
|
|
|
pthread_cond_broadcast; pthread_cond_destroy;
|
|
|
|
|
pthread_cond_init; pthread_cond_signal; pthread_cond_wait;
|
|
|
|
|
pthread_cond_timedwait;
|
|
|
|
|
pthread_equal;
|
|
|
|
|
pthread_exit; pthread_getschedparam; pthread_setschedparam;
|
|
|
|
|
pthread_mutex_destroy; pthread_mutex_init;
|
2025-01-03 10:37:46 +00:00
|
|
|
pthread_mutex_lock; pthread_mutex_unlock;
|
2018-04-01 23:43:22 +00:00
|
|
|
pthread_self; pthread_setcancelstate; pthread_setcanceltype;
|
|
|
|
|
__pthread_get_cleanup_stack;
|
|
|
|
|
}
|
|
|
|
|
GLIBC_2.22 {
|
|
|
|
|
__register_atfork;
|
|
|
|
|
}
|
2020-01-13 19:58:28 +00:00
|
|
|
|
|
|
|
|
# C11 thread symbols.
|
|
|
|
|
GLIBC_2.32 {
|
|
|
|
|
thrd_current; thrd_equal; thrd_sleep; thrd_yield;
|
2024-12-19 20:37:27 +00:00
|
|
|
|
|
|
|
|
pthread_cond_clockwait;
|
2025-08-15 18:14:58 +00:00
|
|
|
pthread_clockjoin_np;
|
2024-12-31 13:49:08 +00:00
|
|
|
|
2025-01-03 10:37:46 +00:00
|
|
|
pthread_mutex_clocklock;
|
|
|
|
|
|
2025-01-03 10:37:49 +00:00
|
|
|
pthread_mutex_consistent; pthread_mutex_consistent_np;
|
|
|
|
|
|
2024-12-31 13:49:08 +00:00
|
|
|
pthread_mutexattr_getrobust; pthread_mutexattr_getrobust_np;
|
|
|
|
|
pthread_mutexattr_setrobust; pthread_mutexattr_setrobust_np;
|
2025-02-16 14:54:31 +00:00
|
|
|
|
|
|
|
|
pthread_rwlock_clockrdlock; pthread_rwlock_clockwrlock;
|
2025-08-15 18:14:58 +00:00
|
|
|
pthread_timedjoin_np; pthread_tryjoin_np;
|
2025-08-17 10:40:21 +00:00
|
|
|
|
|
|
|
|
sem_clockwait;
|
2020-01-13 19:58:28 +00:00
|
|
|
}
|
|
|
|
|
|
2024-11-18 11:21:35 +00:00
|
|
|
GLIBC_2.41 {
|
|
|
|
|
pthread_attr_getguardsize;
|
2024-11-18 11:21:37 +00:00
|
|
|
pthread_attr_getstacksize;
|
2024-11-18 11:21:38 +00:00
|
|
|
pthread_attr_getstackaddr;
|
2024-11-18 11:21:39 +00:00
|
|
|
pthread_attr_getstack;
|
2024-11-18 11:21:40 +00:00
|
|
|
pthread_attr_setstacksize;
|
2024-11-18 11:21:41 +00:00
|
|
|
pthread_attr_setstackaddr;
|
|
|
|
|
pthread_attr_setstack;
|
2024-11-18 11:21:44 +00:00
|
|
|
pthread_attr_setguardsize;
|
2024-11-26 20:53:25 +00:00
|
|
|
pthread_condattr_getclock;
|
2024-11-26 20:53:26 +00:00
|
|
|
pthread_condattr_getpshared;
|
2024-11-26 20:53:28 +00:00
|
|
|
pthread_condattr_setclock;
|
2024-11-26 20:53:29 +00:00
|
|
|
pthread_condattr_setpshared;
|
2024-12-31 13:49:09 +00:00
|
|
|
pthread_mutexattr_getprioceiling;
|
2024-12-31 13:49:04 +00:00
|
|
|
pthread_mutexattr_getprotocol;
|
2024-12-31 13:49:07 +00:00
|
|
|
pthread_mutexattr_getpshared;
|
2024-12-31 13:49:08 +00:00
|
|
|
pthread_mutexattr_getrobust; pthread_mutexattr_getrobust_np;
|
2024-12-31 13:49:06 +00:00
|
|
|
pthread_mutexattr_gettype;
|
2024-12-31 13:49:09 +00:00
|
|
|
pthread_mutexattr_setprioceiling;
|
2025-01-01 22:51:53 +00:00
|
|
|
pthread_mutexattr_setprotocol;
|
2024-12-31 13:49:07 +00:00
|
|
|
pthread_mutexattr_setpshared;
|
2024-12-31 13:49:08 +00:00
|
|
|
pthread_mutexattr_setrobust; pthread_mutexattr_setrobust_np;
|
2024-12-31 13:49:06 +00:00
|
|
|
pthread_mutexattr_settype;
|
2024-12-12 22:06:12 +00:00
|
|
|
pthread_sigmask;
|
2024-11-18 11:21:35 +00:00
|
|
|
}
|
|
|
|
|
|
2025-01-03 10:37:46 +00:00
|
|
|
GLIBC_2.42 {
|
2025-02-09 20:01:05 +00:00
|
|
|
pthread_barrier_destroy;
|
2025-02-09 20:01:06 +00:00
|
|
|
pthread_barrier_init;
|
2025-02-09 20:01:07 +00:00
|
|
|
pthread_barrier_wait;
|
2025-02-09 20:01:02 +00:00
|
|
|
pthread_barrierattr_destroy;
|
2025-02-09 20:01:04 +00:00
|
|
|
pthread_barrierattr_getpshared;
|
2025-02-09 20:01:03 +00:00
|
|
|
pthread_barrierattr_init;
|
2025-02-09 20:01:04 +00:00
|
|
|
pthread_barrierattr_setpshared;
|
2025-06-13 18:43:48 +00:00
|
|
|
pthread_getspecific;
|
|
|
|
|
pthread_key_create;
|
|
|
|
|
pthread_key_delete;
|
2025-01-03 10:37:49 +00:00
|
|
|
pthread_mutex_consistent; pthread_mutex_consistent_np;
|
2025-01-03 10:37:47 +00:00
|
|
|
pthread_mutex_getprioceiling;
|
|
|
|
|
pthread_mutex_setprioceiling;
|
2025-02-16 14:54:32 +00:00
|
|
|
pthread_rwlock_destroy;
|
2025-01-03 10:37:46 +00:00
|
|
|
pthread_mutex_trylock;
|
2025-03-02 14:16:45 +00:00
|
|
|
pthread_once;
|
2025-02-16 14:54:31 +00:00
|
|
|
pthread_rwlock_clockrdlock;
|
|
|
|
|
pthread_rwlock_clockwrlock;
|
2025-02-16 14:54:33 +00:00
|
|
|
pthread_rwlock_init;
|
2025-02-16 14:54:31 +00:00
|
|
|
pthread_rwlock_rdlock;
|
|
|
|
|
pthread_rwlock_timedrdlock;
|
|
|
|
|
pthread_rwlock_timedwrlock;
|
|
|
|
|
pthread_rwlock_wrlock;
|
2025-02-16 14:54:29 +00:00
|
|
|
pthread_rwlock_tryrdlock;
|
|
|
|
|
pthread_rwlock_trywrlock;
|
2025-02-16 14:54:30 +00:00
|
|
|
pthread_rwlock_unlock;
|
2025-02-16 14:54:27 +00:00
|
|
|
pthread_rwlockattr_destroy;
|
2025-02-16 14:54:28 +00:00
|
|
|
pthread_rwlockattr_getpshared;
|
2025-02-16 14:54:26 +00:00
|
|
|
pthread_rwlockattr_init;
|
2025-02-16 14:54:28 +00:00
|
|
|
pthread_rwlockattr_setpshared;
|
2025-06-13 18:43:48 +00:00
|
|
|
pthread_setspecific;
|
2025-01-03 10:37:46 +00:00
|
|
|
}
|
2024-11-18 11:21:35 +00:00
|
|
|
|
2025-08-15 18:14:42 +00:00
|
|
|
GLIBC_2.43 {
|
2025-08-15 18:14:50 +00:00
|
|
|
pthread_cancel;
|
2025-08-15 18:14:58 +00:00
|
|
|
pthread_clockjoin_np;
|
2025-08-15 18:14:56 +00:00
|
|
|
pthread_detach;
|
2025-08-15 18:14:53 +00:00
|
|
|
pthread_getattr_np;
|
2025-08-15 18:14:43 +00:00
|
|
|
pthread_getconcurrency;
|
2025-08-15 18:14:47 +00:00
|
|
|
pthread_getcpuclockid;
|
2025-08-15 18:14:58 +00:00
|
|
|
pthread_join;
|
2025-08-15 18:14:51 +00:00
|
|
|
pthread_kill;
|
2025-08-15 18:14:54 +00:00
|
|
|
pthread_mutex_transfer_np;
|
2025-08-15 18:14:43 +00:00
|
|
|
pthread_setconcurrency;
|
2025-08-15 18:14:42 +00:00
|
|
|
pthread_setschedprio;
|
2025-08-15 18:14:52 +00:00
|
|
|
pthread_testcancel;
|
2025-08-15 18:14:58 +00:00
|
|
|
pthread_timedjoin_np;
|
|
|
|
|
pthread_tryjoin_np;
|
2025-08-15 18:14:48 +00:00
|
|
|
pthread_yield;
|
2025-08-17 10:40:21 +00:00
|
|
|
sem_clockwait;
|
2025-08-17 10:40:19 +00:00
|
|
|
sem_close;
|
2025-08-17 10:40:16 +00:00
|
|
|
sem_destroy;
|
2025-08-17 10:40:17 +00:00
|
|
|
sem_getvalue;
|
2025-08-17 10:40:18 +00:00
|
|
|
sem_init;
|
2025-08-17 10:40:19 +00:00
|
|
|
sem_open;
|
2025-08-17 10:40:20 +00:00
|
|
|
sem_post;
|
2025-08-17 10:40:21 +00:00
|
|
|
sem_timedwait;
|
|
|
|
|
sem_trywait;
|
2025-08-17 10:40:22 +00:00
|
|
|
sem_unlink;
|
2025-08-17 10:40:21 +00:00
|
|
|
sem_wait;
|
2025-08-15 18:14:42 +00:00
|
|
|
}
|
|
|
|
|
|
2018-04-01 23:43:22 +00:00
|
|
|
GLIBC_PRIVATE {
|
|
|
|
|
__libc_alloca_cutoff;
|
2023-03-18 09:58:24 +00:00
|
|
|
__pthread_total;
|
2023-03-18 09:58:25 +00:00
|
|
|
___pthread_self;
|
2025-08-15 18:14:44 +00:00
|
|
|
__pthread_alloc;
|
2024-12-19 20:37:25 +00:00
|
|
|
__pthread_block;
|
|
|
|
|
__pthread_block_intr;
|
2024-07-17 12:06:25 +00:00
|
|
|
__pthread_init_thread;
|
2025-08-15 18:14:44 +00:00
|
|
|
__pthread_init_static_tls;
|
2024-11-18 11:21:34 +00:00
|
|
|
__pthread_default_attr;
|
2024-11-18 11:21:45 +00:00
|
|
|
__pthread_attr_init;
|
2024-11-18 11:21:37 +00:00
|
|
|
__pthread_attr_getstacksize;
|
2024-11-18 11:21:38 +00:00
|
|
|
__pthread_attr_getstackaddr;
|
2024-11-18 11:21:39 +00:00
|
|
|
__pthread_attr_getstack;
|
2024-11-18 11:21:40 +00:00
|
|
|
__pthread_attr_setstacksize;
|
2024-11-18 11:21:41 +00:00
|
|
|
__pthread_attr_setstackaddr;
|
|
|
|
|
__pthread_attr_setstack;
|
2025-08-15 18:14:44 +00:00
|
|
|
__pthread_dealloc;
|
|
|
|
|
__pthread_dealloc_finish;
|
2025-02-01 08:02:02 +00:00
|
|
|
__pthread_setcancelstate;
|
2024-12-19 20:37:23 +00:00
|
|
|
__pthread_cond_broadcast;
|
2024-12-19 20:37:22 +00:00
|
|
|
__pthread_cond_destroy;
|
2024-12-19 20:37:20 +00:00
|
|
|
__pthread_cond_init;
|
2024-12-19 20:37:27 +00:00
|
|
|
__pthread_cond_clockwait;
|
2024-12-19 20:37:24 +00:00
|
|
|
__pthread_cond_signal;
|
2024-12-19 20:37:27 +00:00
|
|
|
__pthread_cond_timedwait;
|
|
|
|
|
__pthread_cond_wait;
|
2024-11-26 20:53:27 +00:00
|
|
|
__pthread_condattr_init;
|
2024-11-26 20:53:24 +00:00
|
|
|
__pthread_default_condattr;
|
2025-06-13 18:43:48 +00:00
|
|
|
__pthread_destroy_specific;
|
2025-08-15 18:14:57 +00:00
|
|
|
__pthread_exit;
|
2025-06-13 18:43:48 +00:00
|
|
|
__pthread_getspecific;
|
2025-08-15 18:14:58 +00:00
|
|
|
__pthread_join;
|
2025-06-13 18:43:48 +00:00
|
|
|
__pthread_key_delete;
|
2025-08-15 18:14:44 +00:00
|
|
|
__pthread_max_threads;
|
2024-12-19 20:37:26 +00:00
|
|
|
__pthread_mutex_checklocked;
|
2025-01-03 10:37:48 +00:00
|
|
|
__pthread_mutex_destroy;
|
2025-01-03 10:37:45 +00:00
|
|
|
__pthread_mutex_init;
|
2025-01-03 10:37:46 +00:00
|
|
|
__pthread_mutex_lock;
|
|
|
|
|
__pthread_mutex_timedlock;
|
|
|
|
|
__pthread_mutex_trylock;
|
|
|
|
|
__pthread_mutex_unlock;
|
2024-12-31 13:49:03 +00:00
|
|
|
__pthread_mutexattr_destroy;
|
2024-12-31 13:49:02 +00:00
|
|
|
__pthread_mutexattr_init;
|
2024-12-31 13:49:06 +00:00
|
|
|
__pthread_mutexattr_settype;
|
2025-03-02 14:16:45 +00:00
|
|
|
__pthread_once;
|
2025-06-13 18:43:48 +00:00
|
|
|
__pthread_setspecific;
|
2025-08-15 18:14:59 +00:00
|
|
|
__pthread_setup;
|
2025-08-15 18:14:55 +00:00
|
|
|
__pthread_sigstate_init;
|
2024-12-12 22:06:11 +00:00
|
|
|
__pthread_sigstate;
|
2024-12-12 22:06:10 +00:00
|
|
|
__pthread_sigstate_destroy;
|
2024-12-12 22:06:12 +00:00
|
|
|
__pthread_sigmask;
|
2025-08-15 18:14:45 +00:00
|
|
|
__pthread_stack_alloc;
|
2025-08-15 18:15:00 +00:00
|
|
|
__pthread_startup;
|
2025-08-15 18:14:52 +00:00
|
|
|
__pthread_testcancel;
|
2024-12-19 20:37:25 +00:00
|
|
|
__pthread_timedblock;
|
|
|
|
|
__pthread_timedblock_intr;
|
2025-08-15 18:14:46 +00:00
|
|
|
__pthread_thread_alloc;
|
|
|
|
|
__pthread_thread_start;
|
|
|
|
|
__pthread_thread_terminate;
|
2024-12-19 20:37:21 +00:00
|
|
|
__pthread_wakeup;
|
2025-08-15 18:14:49 +00:00
|
|
|
__thread_set_pcsptp;
|
2018-04-01 23:43:22 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
libpthread {
|
|
|
|
|
GLIBC_2.2.6 {
|
2020-01-04 18:37:53 +00:00
|
|
|
__errno_location; __h_errno_location;
|
2018-04-01 23:43:22 +00:00
|
|
|
}
|
|
|
|
|
GLIBC_2.12 {
|
|
|
|
|
pthread_atfork;
|
|
|
|
|
|
2025-08-15 18:14:57 +00:00
|
|
|
pthread_create;
|
2018-04-01 23:43:22 +00:00
|
|
|
|
|
|
|
|
pthread_spin_destroy; pthread_spin_init; pthread_spin_lock;
|
|
|
|
|
pthread_spin_trylock; pthread_spin_unlock;
|
|
|
|
|
__pthread_spin_destroy; __pthread_spin_init;
|
|
|
|
|
__pthread_spin_lock; __pthread_spin_trylock; __pthread_spin_unlock;
|
|
|
|
|
_pthread_spin_lock;
|
|
|
|
|
}
|
|
|
|
|
GLIBC_2.21 {
|
|
|
|
|
pthread_hurd_cond_wait_np;
|
|
|
|
|
pthread_hurd_cond_timedwait_np;
|
|
|
|
|
}
|
2020-01-13 19:58:28 +00:00
|
|
|
|
|
|
|
|
GLIBC_2.32 {
|
2020-06-07 01:12:36 +00:00
|
|
|
# C11 thread symbols.
|
2020-01-13 19:58:28 +00:00
|
|
|
thrd_create; thrd_detach; thrd_exit; thrd_join;
|
|
|
|
|
mtx_init; mtx_lock; mtx_timedlock; mtx_trylock; mtx_unlock; mtx_destroy;
|
|
|
|
|
call_once;
|
|
|
|
|
cnd_broadcast; cnd_destroy; cnd_init; cnd_signal; cnd_timedwait; cnd_wait;
|
|
|
|
|
tss_create; tss_delete; tss_get; tss_set;
|
|
|
|
|
}
|
|
|
|
|
|
2024-07-11 22:37:35 +00:00
|
|
|
GLIBC_2.40 {
|
|
|
|
|
pthread_getname_np;
|
|
|
|
|
pthread_setname_np;
|
|
|
|
|
}
|
|
|
|
|
|
2018-04-01 23:43:22 +00:00
|
|
|
GLIBC_PRIVATE {
|
2020-11-11 10:35:10 +00:00
|
|
|
__pthread_initialize_minimal;
|
|
|
|
|
|
2020-12-03 09:48:27 +00:00
|
|
|
__pthread_create;
|
2020-02-09 22:23:52 +00:00
|
|
|
__pthread_enable_asynccancel;
|
|
|
|
|
__pthread_disable_asynccancel;
|
2018-04-01 23:43:22 +00:00
|
|
|
}
|
|
|
|
|
}
|