]> sourceware.org Git - glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 28 Mar 2003 06:27:21 +0000 (06:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 28 Mar 2003 06:27:21 +0000 (06:27 +0000)
commit5f5004df21cecd0f842ba6ac5610a8f3f9fd9413
treeda43b7f57a0f7086cb42cd0f81b9341c02966e93
parentf07d234541c487e2e14ba83b03571179b4e32b1a
Update.

* sysdeps/unix/sysv/linux/kernel-posix-timers.h: Don't declare
__timer_helper_thread.  Declare __start_helper_thread, __helper_once,
and __helper_tid.
(struct timer): Remove th and bar field.
* sysdeps/unix/sysv/linux/timer_create.c (timer_create): Remove
debugging code.  Create only one helper thread.
* sysdeps/unix/sysv/linux/timer_delete.c (timer_delete): Don't kill
helper thread.
* sysdeps/unix/sysv/linux/timer_routines.c (timer_helper_thread):
Renamed.  Define statically.  Use thread info from siginfo.
(__helper_once): New variable.
(__helper_tid): New variable.
(__reset_helper_control): New function.
(__start_helper_thread): New function.
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/timer_create.c
nptl/sysdeps/unix/sysv/linux/timer_delete.c
nptl/sysdeps/unix/sysv/linux/timer_routines.c
This page took 0.094072 seconds and 5 git commands to generate.