pike.git/
src/
threads.h
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-25
2000-03-25 20:58:46 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
c82d3b1da02b37f2e0906fca222b68d14eaddf96 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix
Rev: src/threads.h:1.76
1:
/*
-
* $Id: threads.h,v 1.
75
2000/03/
24
01
:
24
:
52
hubbe Exp $
+
* $Id: threads.h,v 1.
76
2000/03/
25
20
:
58
:
46
hubbe Exp $
*/ #ifndef THREADS_H #define THREADS_H
391:
(_tmp)->swapped=1; \ (_tmp)->Pike_evaluator_stack=Pike_evaluator_stack;\ (_tmp)->evaluator_stack_malloced=evaluator_stack_malloced;\
-
debug_malloc_
touch
( (_tmp)->Pike_fp=Pike_fp );\
+
debug_malloc_
pass
( (_tmp)->Pike_fp=Pike_fp );\
(_tmp)->Pike_mark_sp=Pike_mark_sp;\ (_tmp)->Pike_mark_stack=Pike_mark_stack;\ (_tmp)->mark_stack_malloced=mark_stack_malloced;\
409:
(_tmp)->swapped=0; \ Pike_evaluator_stack=(_tmp)->Pike_evaluator_stack;\ evaluator_stack_malloced=(_tmp)->evaluator_stack_malloced;\
-
debug_malloc_
touch
( Pike_fp=(_tmp)->Pike_fp );\
+
debug_malloc_
pass
( Pike_fp=(_tmp)->Pike_fp );\
Pike_mark_sp=(_tmp)->Pike_mark_sp;\ Pike_mark_stack=(_tmp)->Pike_mark_stack;\ mark_stack_malloced=(_tmp)->mark_stack_malloced;\