pike.git/
src/
threads.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-02
1998-01-02 08:18:43 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
a2db6be47775e7b599c3c17e9d1d6ea86020f376 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfixes
Rev: src/configure.in:1.146
Rev: src/threads.c:1.49
Rev: src/threads.h:1.23
1:
#include "global.h"
-
RCSID("$Id: threads.c,v 1.
48
1998/01/02
01
:
05
:
54
hubbe Exp $");
+
RCSID("$Id: threads.c,v 1.
49
1998/01/02
08
:
18
:
43
hubbe Exp $");
int num_threads = 1; int threads_disabled = 0;
532:
set_gc_mark_callback(thread_was_marked); #endif set_init_callback(init_thread_obj);
-
set_
init
_callback(exit_thread_obj);
+
set_
exit
_callback(exit_thread_obj);
thread_id_prog=end_program(); if(!mutex_key) fatal("Failed to initialize thread program!\n");