]> sourceware.org Git - glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 5 Apr 2003 05:21:15 +0000 (05:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 5 Apr 2003 05:21:15 +0000 (05:21 +0000)
commitb22d701bb72b928526efff83c019b912f469af72
tree4474c99dbe6f90a380c378817307646f6f8eff5c
parent3242201746d74bfbccb8267f8b2e81a9478bf78b
Update.

2003-04-04  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/pthread/createthread.c (create_thread): Add some more
comments explaining when to set multiple_threads and when not.

* pthreadP.h: Define THREAD_ATOMIC_CMPXCHG_VAL and
THREAD_ATOMIC_BIT_SET if not already defined.
* sysdeps/i386/tls.h: Define THREAD_ATOMIC_CMPXCHG_VAL and
THREAD_ATOMIC_BIT_SET:
* sysdeps/x86_64/tls.h: Likewise.
* cleanup_defer.c (_pthread_cleanup_push_defer): Rewrite to use
THREAD_ATOMIC_CMPXCHG_VAL.
(_pthread_cleanup_pop_restore): Likewise.
* cancellation.c (__pthread_enable_asynccancel): Likewise.
(__pthread_enable_asynccancel_2): Likewise.
(__pthread_disable_asynccancel): Likewise.
* libc-cancellation.c (__libc_enable_asynccancel): Likewise.
(__libc_disable_asynccancel): Likewise.
* init.c (sigcancel_handler): Likewise.
* pthread_setcancelstate.c (__pthread_setcancelstate): Likewise.
* pthread_setcanceltype.c (__pthread_setcanceltype): Likewise.
nptl/ChangeLog
nptl/cancellation.c
nptl/cleanup_defer.c
nptl/init.c
nptl/libc-cancellation.c
nptl/pthread_setcancelstate.c
nptl/pthread_setcanceltype.c
nptl/sysdeps/i386/tls.h
nptl/sysdeps/pthread/createthread.c
nptl/sysdeps/x86_64/tls.h
This page took 0.091883 seconds and 5 git commands to generate.