pike.git/
src/
threads.c
Branch:
Tag:
Non-build tags
All tags
No tags
2006-04-25
2006-04-25 18:22:53 by David Hedbor <david@hedbor.org>
a20b1bde5a560123f07dd7f0ebe88a02b4b96fc4 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed invalid argument sent to co_broadcast in exit_cond_obj.
Rev: src/threads.c:1.250
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.
249
2006/04/
07
05
:
46
:
01
mast
Exp $
+
|| $Id: threads.c,v 1.
250
2006/04/
25
18
:
22
:
53
neotron
Exp $
*/ #ifndef CONFIGURE_TEST
1642:
* /grubba 2006-01-29 */ while (THIS_COND->wait_count) {
-
co_broadcast(THIS_COND);
+
co_broadcast(
&(
THIS_COND
->cond
)
)
;
THREADS_ALLOW(); #ifdef HAVE_NO_YIELD