pike.git/
src/
threads.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-23
2014-08-23 14:48:40 by Arne Goedeke <el@laramies.com>
e8989c868350c66aac043891ffc225b0fd62ad0b (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
8.0
silence some warnings
432:
static unsigned LONGEST check_threads_calls = 0; static unsigned LONGEST check_threads_yields = 0; static unsigned LONGEST check_threads_swaps = 0;
-
static void f__thread_swaps (INT32 args)
+
static void f__thread_swaps (INT32
UNUSED(
args)
)
{push_ulongest (thread_swaps);}
-
static void f__check_threads_calls (INT32 args)
+
static void f__check_threads_calls (INT32
UNUSED(
args)
)
{push_ulongest (check_threads_calls);}
-
static void f__check_threads_yields (INT32 args)
+
static void f__check_threads_yields (INT32
UNUSED(
args)
)
{push_ulongest (check_threads_yields);}
-
static void f__check_threads_swaps (INT32 args)
+
static void f__check_threads_swaps (INT32
UNUSED(
args)
)
{push_ulongest (check_threads_swaps);} #else