Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / gdb / thread.h
CommitLineData
25286543
SG
1/************************************************************
2(C) Copyright 1987-1992
3Lynx Real-Time Systems, Inc.
4Los Gatos, CA
5All rights reserved.
6
7$Date$
8$Revision$
9
10************************************************************/
11
12#ifndef THREAD_H
13#define THREAD_H
14
15extern void init_thread_list PARAMS ((void));
16
17extern void add_thread PARAMS ((int));
18
19extern int in_thread_list PARAMS ((int));
20
21#if 0
22#ifdef __STDC__
23struct _bfd;
24#endif
25
26extern void bfd_get_core_threads PARAMS ((struct _bfd *));
27#endif
28
29#endif /* THREAD_H */
This page took 0.035392 seconds and 4 git commands to generate.