mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
f6fb29d22e
* htl/cthreads-compat.c (__cthread_detach): Call __pthread_detach instead of pthread_detach. (__cthread_fork): Call __pthread_create instead of pthread_create. (__cthread_keycreate): Call __pthread_key_create instead of pthread_key_create. (__cthread_getspecific): Call __pthread_getspecific instead of pthread_getspecific. (__cthread_setspecific): Call __pthread_setspecific instead of pthread_setspecific. * htl/pt-alloc.c (__pthread_alloc): Call __pthread_mutex_lock and __pthread_mutex_unlock instead of pthread_mutex_lock and pthread_mutex_unlock. * htl/pt-cleanup.c (__pthread_get_cleanup_stack): Rename to ___pthread_get_cleanup_stack. (__pthread_get_cleanup_stack): New strong alias. * htl/pt-create.c: Include <pthreadP.h>. (entry_point): Call __pthread_exit instead of pthread_exit. (pthread_create): Rename to __pthread_create. (pthread_create): New strong alias. * htl/pt-detach.c (pthread_detach): Rename to __pthread_detach. (pthread_detach): New strong alias. (__pthread_detach): Call __pthread_cond_broadcast instead of pthread_cond_broadcast. * htl/pt-exit.c (__pthread_exit): Call __pthread_setcancelstate instead of pthread_setcancelstate. * htl/pt-testcancel.c: Include <pthreadP.h>. (pthread_testcancel): Call __pthread_exit instead of pthread_exit. * sysdeps/htl/pt-attr-getstack.c: Include <pthreadP.h> (__pthread_attr_getstack): Call __pthread_attr_getstackaddr and __pthread_attr_getstacksize instead of pthread_attr_getstackaddr and pthread_attr_getstacksize. * sysdeps/htl/pt-attr-getstackaddr.c (pthread_attr_getstackaddr): Rename to __pthread_attr_getstackaddr. (pthread_attr_getstackaddr): New strong alias. * sysdeps/htl/pt-attr-getstacksize.c (pthread_attr_getstacksize): Rename to __pthread_attr_getstacksize. (pthread_attr_getstacksize): New strong alias. * sysdeps/htl/pt-attr-setstack.c: Include <pthreadP.h>. (pthread_attr_setstack): Rename to __pthread_attr_setstack. (pthread_attr_setstack): New strong alias. (__pthread_attr_setstack): Call __pthread_attr_getstacksize, __pthread_attr_setstacksize and __pthread_attr_setstackaddr instead of pthread_attr_getstacksize, pthread_attr_setstacksize and pthread_attr_setstackaddr. * sysdeps/htl/pt-attr-setstackaddr.c (pthread_attr_setstackaddr): Rename to __pthread_attr_setstackaddr. (pthread_attr_setstackaddr): New strong alias. * sysdeps/htl/pt-attr-setstacksize.c (pthread_attr_setstacksize): Rename to __pthread_attr_setstacksize. (pthread_attr_setstacksize): New strong alias. * sysdeps/htl/pt-cond-timedwait.c: Include <pthreadP.h>. (__pthread_cond_timedwait_internal): Use __pthread_exit instead of pthread_exit. * sysdeps/htl/pt-key-create.c: Include <pthreadP.h>. (__pthread_key_create): New hidden def. * sysdeps/htl/pt-key.h: Include <pthreadP.h>. * sysdeps/htl/pthreadP.h (_pthread_mutex_init, __pthread_cond_broadcast, __pthread_create, __pthread_detach, __pthread_exit, __pthread_key_create, __pthread_getspecific, __pthread_setspecific, __pthread_setcancelstate, __pthread_attr_getstackaddr, __pthread_attr_setstackaddr, __pthread_attr_getstacksize, __pthread_attr_setstacksize, __pthread_attr_setstack, ___pthread_get_cleanup_stack): New declarations. (__pthread_key_create, _pthread_mutex_init): New hidden declarations. * sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c (pthread_attr_setstackaddr): Rename to __pthread_attr_setstackaddr. (pthread_attr_setstackaddr): New strong alias. * sysdeps/mach/hurd/htl/pt-attr-setstacksize.c (pthread_attr_setstacksize): Rename to __pthread_attr_setstacksize. (pthread_attr_setstacksize): New strong alias. * sysdeps/mach/hurd/htl/pt-docancel.c: Include <pthreadP.h>. (call_exit): Call __pthread_exit instead of pthread_exit. * sysdeps/mach/hurd/htl/pt-mutex-init.c: Include <pthreadP.h>. (_pthread_mutex_init): New hidden definition. * sysdeps/mach/hurd/htl/pt-sysdep.c: Include <pthreadP.h>. (_init_routine): Call __pthread_attr_init and __pthread_attr_setstack instead of pthread_attr_init and pthread_attr_setstack. |
||
---|---|---|
.. | ||
bits | ||
flockfile.c | ||
fork.h | ||
ftrylockfile.c | ||
funlockfile.c | ||
Implies | ||
libc-lockP.h | ||
Makeconfig | ||
Makefile | ||
old_pt-atfork.c | ||
pt-atfork.c | ||
pt-attr-destroy.c | ||
pt-attr-getdetachstate.c | ||
pt-attr-getguardsize.c | ||
pt-attr-getinheritsched.c | ||
pt-attr-getschedparam.c | ||
pt-attr-getschedpolicy.c | ||
pt-attr-getscope.c | ||
pt-attr-getstack.c | ||
pt-attr-getstackaddr.c | ||
pt-attr-getstacksize.c | ||
pt-attr-init.c | ||
pt-attr-setdetachstate.c | ||
pt-attr-setguardsize.c | ||
pt-attr-setinheritsched.c | ||
pt-attr-setschedparam.c | ||
pt-attr-setschedpolicy.c | ||
pt-attr-setscope.c | ||
pt-attr-setstack.c | ||
pt-attr-setstackaddr.c | ||
pt-attr-setstacksize.c | ||
pt-attr.c | ||
pt-barrier-destroy.c | ||
pt-barrier-init.c | ||
pt-barrier-wait.c | ||
pt-barrier.c | ||
pt-barrierattr-destroy.c | ||
pt-barrierattr-getpshared.c | ||
pt-barrierattr-init.c | ||
pt-barrierattr-setpshared.c | ||
pt-cond-brdcast.c | ||
pt-cond-destroy.c | ||
pt-cond-init.c | ||
pt-cond-signal.c | ||
pt-cond-timedwait.c | ||
pt-cond-wait.c | ||
pt-cond.c | ||
pt-condattr-destroy.c | ||
pt-condattr-getclock.c | ||
pt-condattr-getpshared.c | ||
pt-condattr-init.c | ||
pt-condattr-setclock.c | ||
pt-condattr-setpshared.c | ||
pt-destroy-specific.c | ||
pt-equal.c | ||
pt-getconcurrency.c | ||
pt-getcpuclockid.c | ||
pt-getschedparam.c | ||
pt-getspecific.c | ||
pt-init-specific.c | ||
pt-key-create.c | ||
pt-key-delete.c | ||
pt-key.h | ||
pt-kill.c | ||
pt-mutex-destroy.c | ||
pt-mutex-getprioceiling.c | ||
pt-mutex-init.c | ||
pt-mutex-lock.c | ||
pt-mutex-setprioceiling.c | ||
pt-mutex-timedlock.c | ||
pt-mutex-transfer-np.c | ||
pt-mutex-trylock.c | ||
pt-mutex-unlock.c | ||
pt-mutexattr-destroy.c | ||
pt-mutexattr-getprioceiling.c | ||
pt-mutexattr-getprotocol.c | ||
pt-mutexattr-getpshared.c | ||
pt-mutexattr-gettype.c | ||
pt-mutexattr-init.c | ||
pt-mutexattr-setprioceiling.c | ||
pt-mutexattr-setprotocol.c | ||
pt-mutexattr-setpshared.c | ||
pt-mutexattr-settype.c | ||
pt-mutexattr.c | ||
pt-once.c | ||
pt-rwlock-attr.c | ||
pt-rwlock-destroy.c | ||
pt-rwlock-init.c | ||
pt-rwlock-rdlock.c | ||
pt-rwlock-timedrdlock.c | ||
pt-rwlock-timedwrlock.c | ||
pt-rwlock-tryrdlock.c | ||
pt-rwlock-trywrlock.c | ||
pt-rwlock-unlock.c | ||
pt-rwlock-wrlock.c | ||
pt-rwlockattr-destroy.c | ||
pt-rwlockattr-getpshared.c | ||
pt-rwlockattr-init.c | ||
pt-rwlockattr-setpshared.c | ||
pt-setconcurrency.c | ||
pt-setschedparam.c | ||
pt-setschedprio.c | ||
pt-setspecific.c | ||
pt-spin.c | ||
pt-startup.c | ||
pthread-functions.h | ||
pthread.h | ||
pthreadP.h | ||
raise.c | ||
sem-close.c | ||
sem-destroy.c | ||
sem-getvalue.c | ||
sem-init.c | ||
sem-open.c | ||
sem-post.c | ||
sem-timedwait.c | ||
sem-trywait.c | ||
sem-unlink.c | ||
sem-wait.c | ||
shm-directory.h | ||
Subdirs | ||
timer_routines.h | ||
Versions |