about summary refs log tree commit diff
path: root/linuxthreads_db/td_ta_thr_iter.c
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper1999-11-051-6/+22
| | | | | | 1999-11-03 Ulrich Drepper <drepper@cygnus.com> * Versions.def: Add version for libthread_db.
* Update.Ulrich Drepper1999-11-031-51/+59
| | | | | | | | * internals.h: Declare __pthread_last_event. * manager.c: Define __pthread_last_event. (pthread_handle_create): Set __pthread_last_event. (pthread_exited): Likewise. * join.c (pthread_exit): Likewise.
* Update.Ulrich Drepper1999-10-151-3/+9
| | | | | | | | 1999-10-14 Ulrich Drepper <drepper@cygnus.com> * manager.c (pthread_handle_create): Remove p_startfct initialization. * internals.h (_pthread_descr_struct): We don't need p_startfct field.
* Update.Ulrich Drepper1999-10-141-2/+16
| | | | | | | | | | | 1999-10-13 Ulrich Drepper <drepper@cygnus.com> * td_ta_thr_iter.c: Use size of descriptor from *TA. Don't return manager thread before it's actually running. Actually use state parameter to distingusih at least a few states. * td_thr_get_info.c: Handle manager thread special. Fill in ti_lid, ti_state fields, and ti_startfunc fields.
* Update.Ulrich Drepper1999-10-111-4/+0
| | | | | | | | 1999-10-11 Cristian Gafton <gafton@redhat.com> * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Declare SA_SIGINFO.
* Update.Ulrich Drepper1999-10-081-0/+73
1999-10-07 Ulrich Drepper <drepper@cygnus.com> * Implies: New file. * internals.h (struct _pthread_descr_struct): Add p_startfct. * manager.c (pthread_handle_create): Initialize p_startfct. * pthread.c: Define __linuxthread_pthread_sizeof_descr variable.