pike.git/
src/
threads.c
Branch:
Tag:
Non-build tags
All tags
No tags
2010-09-28
2010-09-28 16:20:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a76b31ba43a64e6bebbfed577b9812c046ca0c1e (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed prototype for pike_thread_yield().
Rev: src/threads.c:1.284
Rev: src/threads.h:1.138
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: threads.c,v 1.
283
2010/09/28 16:
06
:
34
mast
Exp $
+
|| $Id: threads.c,v 1.
284
2010/09/28 16:
20
:
57
grubba
Exp $
*/ #include "global.h"
975:
pike_thread_yield(); }
-
PMOD_EXPORT void pike_thread_yield()
+
PMOD_EXPORT void pike_thread_yield(
void
)
{ DEBUG_CHECK_THREAD();