Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 29 → Rev 949

/shark/tags/rel_0_2/kernel/join.c
18,11 → 18,11
 
/**
------------
CVS : $Id: join.c,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: join.c,v 1.2 2002-11-11 08:34:08 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-03-29 14:12:51 $
Revision: $Revision: 1.2 $
Last update: $Date: 2002-11-11 08:34:08 $
------------
 
task join and related primitives
188,7 → 188,7
queue */
proc_table[p].control &= ~WAIT_FOR_JOIN;
if (proc_table[p].control & DESCRIPTOR_DISCARDED)
q_insertfirst(p, &freedesc);
iq_insertfirst(p, &freedesc);
 
if (value)
*value = proc_table[p].return_value;