pike.git/
src/
threads.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-20
2000-02-20 10:23:21 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
0e6f4b1af2d50b5d34d6aa802735d803f9bf5cd4 (
6
lines) (+
3
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
it is no longer required to hide xalloc and functions that may call xalloc
Rev: src/threads.h:1.74
1:
/*
-
* $Id: threads.h,v 1.
73
2000/02/
17
00
:
31
:
16
hubbe Exp $
+
* $Id: threads.h,v 1.
74
2000/02/
20
10
:
23
:
21
hubbe Exp $
*/ #ifndef THREADS_H #define THREADS_H
446:
int Pike_sp = 0, Pike_evaluator_stack = 0, Pike_mark_sp = 0, Pike_mark_stack = 0, Pike_fp = 0; \ void *evaluator_stack_malloced = NULL, *mark_stack_malloced = NULL; \ int recoveries = 0, thread_id = 0; \
-
int
error = 0, xalloc = 0, low_my_putchar = 0, low_my_binary_strcat = 0; \
-
int low_make_buf_space = 0,
pop_n_elems = 0; \
+
int pop_n_elems = 0; \
int push_sp_mark = 0, pop_sp_mark = 0, threads_disabled = 1 /* Note that the semi-colon below is needed to add an empty statement