pike.git/
src/
threads.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-09
1998-04-09 02:48:40 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
22ca07a2bcefd74bf244034065bd52cca20e47cf (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
warning removed
Rev: src/pike_types.c:1.37
Rev: src/threads.c:1.67
1:
#include "global.h"
-
RCSID("$Id: threads.c,v 1.
66
1998/04/
06
04
:
12
:
05
hubbe Exp $");
+
RCSID("$Id: threads.c,v 1.
67
1998/04/
09
02
:
48
:
40
hubbe Exp $");
int num_threads = 1; int threads_disabled = 0;
179:
static struct thread_state *thread_table_chains[THREAD_TABLE_SIZE];
-
void thread_table_init()
+
void thread_table_init(
void
)
{ INT32 x; for(x=0; x<THREAD_TABLE_SIZE; x++)
885:
} while(1); }
-
int th_num_idle_farmers()
+
int th_num_idle_farmers(
void
)
{ int q = 0; struct farmer *f = farmers;