mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
nptl: Move pthread_getconcurrency, pthread_setconcurrency into libc
The symbols were moved using scripts/move-symbol-to-libc.py, in one commit due to their dependency on the internal __concurrency_level variable. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -1865,6 +1865,7 @@ GLIBC_2.2 pthread_barrierattr_init F
|
||||
GLIBC_2.2 pthread_barrierattr_setpshared F
|
||||
GLIBC_2.2 pthread_condattr_getpshared F
|
||||
GLIBC_2.2 pthread_condattr_setpshared F
|
||||
GLIBC_2.2 pthread_getconcurrency F
|
||||
GLIBC_2.2 pthread_mutex_timedlock F
|
||||
GLIBC_2.2 pthread_mutexattr_getpshared F
|
||||
GLIBC_2.2 pthread_mutexattr_gettype F
|
||||
@ -1885,6 +1886,7 @@ GLIBC_2.2 pthread_rwlockattr_getpshared F
|
||||
GLIBC_2.2 pthread_rwlockattr_init F
|
||||
GLIBC_2.2 pthread_rwlockattr_setkind_np F
|
||||
GLIBC_2.2 pthread_rwlockattr_setpshared F
|
||||
GLIBC_2.2 pthread_setconcurrency F
|
||||
GLIBC_2.2 pthread_spin_destroy F
|
||||
GLIBC_2.2 pthread_spin_init F
|
||||
GLIBC_2.2 pthread_spin_lock F
|
||||
@ -2348,6 +2350,7 @@ GLIBC_2.34 pthread_condattr_getpshared F
|
||||
GLIBC_2.34 pthread_condattr_setclock F
|
||||
GLIBC_2.34 pthread_condattr_setpshared F
|
||||
GLIBC_2.34 pthread_detach F
|
||||
GLIBC_2.34 pthread_getconcurrency F
|
||||
GLIBC_2.34 pthread_getspecific F
|
||||
GLIBC_2.34 pthread_join F
|
||||
GLIBC_2.34 pthread_key_create F
|
||||
@ -2390,6 +2393,7 @@ GLIBC_2.34 pthread_rwlockattr_init F
|
||||
GLIBC_2.34 pthread_rwlockattr_setkind_np F
|
||||
GLIBC_2.34 pthread_rwlockattr_setpshared F
|
||||
GLIBC_2.34 pthread_setattr_default_np F
|
||||
GLIBC_2.34 pthread_setconcurrency F
|
||||
GLIBC_2.34 pthread_setspecific F
|
||||
GLIBC_2.34 pthread_spin_destroy F
|
||||
GLIBC_2.34 pthread_spin_init F
|
||||
|
@ -5,9 +5,7 @@ GLIBC_2.12 pthread_getname_np F
|
||||
GLIBC_2.12 pthread_setname_np F
|
||||
GLIBC_2.18 pthread_getattr_default_np F
|
||||
GLIBC_2.2 pthread_create F
|
||||
GLIBC_2.2 pthread_getconcurrency F
|
||||
GLIBC_2.2 pthread_getcpuclockid F
|
||||
GLIBC_2.2 pthread_setconcurrency F
|
||||
GLIBC_2.2.3 __libpthread_version_placeholder F
|
||||
GLIBC_2.2.6 __libpthread_version_placeholder F
|
||||
GLIBC_2.28 thrd_create F
|
||||
|
@ -1863,6 +1863,7 @@ GLIBC_2.2 pthread_barrierattr_init F
|
||||
GLIBC_2.2 pthread_barrierattr_setpshared F
|
||||
GLIBC_2.2 pthread_condattr_getpshared F
|
||||
GLIBC_2.2 pthread_condattr_setpshared F
|
||||
GLIBC_2.2 pthread_getconcurrency F
|
||||
GLIBC_2.2 pthread_mutex_timedlock F
|
||||
GLIBC_2.2 pthread_mutexattr_getpshared F
|
||||
GLIBC_2.2 pthread_mutexattr_gettype F
|
||||
@ -1883,6 +1884,7 @@ GLIBC_2.2 pthread_rwlockattr_getpshared F
|
||||
GLIBC_2.2 pthread_rwlockattr_init F
|
||||
GLIBC_2.2 pthread_rwlockattr_setkind_np F
|
||||
GLIBC_2.2 pthread_rwlockattr_setpshared F
|
||||
GLIBC_2.2 pthread_setconcurrency F
|
||||
GLIBC_2.2 pthread_spin_destroy F
|
||||
GLIBC_2.2 pthread_spin_init F
|
||||
GLIBC_2.2 pthread_spin_lock F
|
||||
@ -2346,6 +2348,7 @@ GLIBC_2.34 pthread_condattr_getpshared F
|
||||
GLIBC_2.34 pthread_condattr_setclock F
|
||||
GLIBC_2.34 pthread_condattr_setpshared F
|
||||
GLIBC_2.34 pthread_detach F
|
||||
GLIBC_2.34 pthread_getconcurrency F
|
||||
GLIBC_2.34 pthread_getspecific F
|
||||
GLIBC_2.34 pthread_join F
|
||||
GLIBC_2.34 pthread_key_create F
|
||||
@ -2388,6 +2391,7 @@ GLIBC_2.34 pthread_rwlockattr_init F
|
||||
GLIBC_2.34 pthread_rwlockattr_setkind_np F
|
||||
GLIBC_2.34 pthread_rwlockattr_setpshared F
|
||||
GLIBC_2.34 pthread_setattr_default_np F
|
||||
GLIBC_2.34 pthread_setconcurrency F
|
||||
GLIBC_2.34 pthread_setspecific F
|
||||
GLIBC_2.34 pthread_spin_destroy F
|
||||
GLIBC_2.34 pthread_spin_init F
|
||||
|
@ -5,9 +5,7 @@ GLIBC_2.12 pthread_getname_np F
|
||||
GLIBC_2.12 pthread_setname_np F
|
||||
GLIBC_2.18 pthread_getattr_default_np F
|
||||
GLIBC_2.2 pthread_create F
|
||||
GLIBC_2.2 pthread_getconcurrency F
|
||||
GLIBC_2.2 pthread_getcpuclockid F
|
||||
GLIBC_2.2 pthread_setconcurrency F
|
||||
GLIBC_2.2.3 __libpthread_version_placeholder F
|
||||
GLIBC_2.2.6 __libpthread_version_placeholder F
|
||||
GLIBC_2.28 thrd_create F
|
||||
|
@ -1863,6 +1863,7 @@ GLIBC_2.2 pthread_barrierattr_init F
|
||||
GLIBC_2.2 pthread_barrierattr_setpshared F
|
||||
GLIBC_2.2 pthread_condattr_getpshared F
|
||||
GLIBC_2.2 pthread_condattr_setpshared F
|
||||
GLIBC_2.2 pthread_getconcurrency F
|
||||
GLIBC_2.2 pthread_mutex_timedlock F
|
||||
GLIBC_2.2 pthread_mutexattr_getpshared F
|
||||
GLIBC_2.2 pthread_mutexattr_gettype F
|
||||
@ -1883,6 +1884,7 @@ GLIBC_2.2 pthread_rwlockattr_getpshared F
|
||||
GLIBC_2.2 pthread_rwlockattr_init F
|
||||
GLIBC_2.2 pthread_rwlockattr_setkind_np F
|
||||
GLIBC_2.2 pthread_rwlockattr_setpshared F
|
||||
GLIBC_2.2 pthread_setconcurrency F
|
||||
GLIBC_2.2 pthread_spin_destroy F
|
||||
GLIBC_2.2 pthread_spin_init F
|
||||
GLIBC_2.2 pthread_spin_lock F
|
||||
@ -2354,6 +2356,7 @@ GLIBC_2.34 pthread_condattr_getpshared F
|
||||
GLIBC_2.34 pthread_condattr_setclock F
|
||||
GLIBC_2.34 pthread_condattr_setpshared F
|
||||
GLIBC_2.34 pthread_detach F
|
||||
GLIBC_2.34 pthread_getconcurrency F
|
||||
GLIBC_2.34 pthread_getspecific F
|
||||
GLIBC_2.34 pthread_join F
|
||||
GLIBC_2.34 pthread_key_create F
|
||||
@ -2396,6 +2399,7 @@ GLIBC_2.34 pthread_rwlockattr_init F
|
||||
GLIBC_2.34 pthread_rwlockattr_setkind_np F
|
||||
GLIBC_2.34 pthread_rwlockattr_setpshared F
|
||||
GLIBC_2.34 pthread_setattr_default_np F
|
||||
GLIBC_2.34 pthread_setconcurrency F
|
||||
GLIBC_2.34 pthread_setspecific F
|
||||
GLIBC_2.34 pthread_spin_destroy F
|
||||
GLIBC_2.34 pthread_spin_init F
|
||||
|
@ -1859,6 +1859,7 @@ GLIBC_2.2 pthread_barrierattr_init F
|
||||
GLIBC_2.2 pthread_barrierattr_setpshared F
|
||||
GLIBC_2.2 pthread_condattr_getpshared F
|
||||
GLIBC_2.2 pthread_condattr_setpshared F
|
||||
GLIBC_2.2 pthread_getconcurrency F
|
||||
GLIBC_2.2 pthread_mutex_timedlock F
|
||||
GLIBC_2.2 pthread_mutexattr_getpshared F
|
||||
GLIBC_2.2 pthread_mutexattr_gettype F
|
||||
@ -1879,6 +1880,7 @@ GLIBC_2.2 pthread_rwlockattr_getpshared F
|
||||
GLIBC_2.2 pthread_rwlockattr_init F
|
||||
GLIBC_2.2 pthread_rwlockattr_setkind_np F
|
||||
GLIBC_2.2 pthread_rwlockattr_setpshared F
|
||||
GLIBC_2.2 pthread_setconcurrency F
|
||||
GLIBC_2.2 pthread_spin_destroy F
|
||||
GLIBC_2.2 pthread_spin_init F
|
||||
GLIBC_2.2 pthread_spin_lock F
|
||||
@ -2348,6 +2350,7 @@ GLIBC_2.34 pthread_condattr_getpshared F
|
||||
GLIBC_2.34 pthread_condattr_setclock F
|
||||
GLIBC_2.34 pthread_condattr_setpshared F
|
||||
GLIBC_2.34 pthread_detach F
|
||||
GLIBC_2.34 pthread_getconcurrency F
|
||||
GLIBC_2.34 pthread_getspecific F
|
||||
GLIBC_2.34 pthread_join F
|
||||
GLIBC_2.34 pthread_key_create F
|
||||
@ -2390,6 +2393,7 @@ GLIBC_2.34 pthread_rwlockattr_init F
|
||||
GLIBC_2.34 pthread_rwlockattr_setkind_np F
|
||||
GLIBC_2.34 pthread_rwlockattr_setpshared F
|
||||
GLIBC_2.34 pthread_setattr_default_np F
|
||||
GLIBC_2.34 pthread_setconcurrency F
|
||||
GLIBC_2.34 pthread_setspecific F
|
||||
GLIBC_2.34 pthread_spin_destroy F
|
||||
GLIBC_2.34 pthread_spin_init F
|
||||
|
Reference in New Issue
Block a user