mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 14:20:13 +00:00
Update from main line.
This commit is contained in:
parent
89dbd0a12f
commit
4acca10a2e
35
linuxthreads/events.c
Normal file
35
linuxthreads/events.c
Normal file
@ -0,0 +1,35 @@
|
||||
/* Event functions used while debugging.
|
||||
Copyright (C) 1999 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Library General Public License as
|
||||
published by the Free Software Foundation; either version 2 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
The GNU C Library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Library General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with the GNU C Library; see the file COPYING.LIB. If not,
|
||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
/* The functions contained here do nothing, they just return. */
|
||||
|
||||
void
|
||||
__linuxthreads_create_event (void)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
__linuxthreads_death_event (void)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
__linuxthreads_reap_event (void)
|
||||
{
|
||||
}
|
1
linuxthreads/sysdeps/pthread/Subdirs
Normal file
1
linuxthreads/sysdeps/pthread/Subdirs
Normal file
@ -0,0 +1 @@
|
||||
linuxthreads_db
|
15
linuxthreads_db/Versions
Normal file
15
linuxthreads_db/Versions
Normal file
@ -0,0 +1,15 @@
|
||||
libthread_db {
|
||||
GLIBC_2.1.3 {
|
||||
# t*
|
||||
td_init; td_log; td_ta_clear_event; td_ta_delete; td_ta_enable_stats;
|
||||
td_ta_event_addr; td_ta_event_getmsg; td_ta_get_nthreads; td_ta_get_ph;
|
||||
td_ta_get_stats; td_ta_map_id2thr; td_ta_map_lwp2thr; td_ta_new;
|
||||
td_ta_reset_stats; td_ta_set_event; td_ta_setconcurrency;
|
||||
td_ta_thr_iter; td_ta_tsd_iter; td_thr_clear_event; td_thr_dbresume;
|
||||
td_thr_dbsuspend; td_thr_event_enable; td_thr_event_getmsg;
|
||||
td_thr_get_info; td_thr_getfpregs; td_thr_getgregs; td_thr_getxregs;
|
||||
td_thr_getxregsize; td_thr_set_event; td_thr_setfpregs; td_thr_setgregs;
|
||||
td_thr_setprio; td_thr_setsigpending; td_thr_setxregs; td_thr_sigsetmask;
|
||||
td_thr_tsd; td_thr_validate;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user