pike.git/
src/
threads.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-10
2000-02-10 18:03:29 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
c273694604e3238a03d4deb03e004b599b6dca2e (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
bugfix for recursive mutex locks
Rev: src/threads.c:1.110
1:
#include "global.h"
-
RCSID("$Id: threads.c,v 1.
109
2000/02/
06
19
:
19
:
07
mast
Exp $");
+
RCSID("$Id: threads.c,v 1.
110
2000/02/
10
18
:
03
:
29
hubbe
Exp $");
int num_threads = 1; int threads_disabled = 0;
766:
pop_n_elems(args); push_int(0);
+
return;
} case 1: break;