pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2020-05-20
2020-05-20 19:06:49 by Martin Nilsson <nilsson@fastmail.com>
72ae981968745dec59c24e6cb0c81527cf1492e4 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
IMUTEX_T isn't defined when compiling without threads.
4580:
#define MC_WQ_START_SIZE 1024
+
#ifdef PIKE_THREADS
static IMUTEX_T mc_mutex;
-
+
#endif
PMOD_EXPORT int mc_pass; PMOD_EXPORT size_t mc_counted_bytes;