Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1041 → Rev 1043

/shark/trunk/modules/sem/sem.c
20,11 → 20,11
 
/**
------------
CVS : $Id: sem.c,v 1.2 2006-06-12 12:26:17 tullio Exp $
CVS : $Id: sem.c,v 1.3 2006-06-12 12:29:34 tullio Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2006-06-12 12:26:17 $
Revision: $Revision: 1.3 $
Last update: $Date: 2006-06-12 12:29:34 $
------------
 
This file contains the Hartik 3.3.1 Semaphore functions
620,7 → 620,7
}
/* tracer */
TRACER_LOGEVENT(FTrace_EVT_set_mutex_lock,(unsigned short int)proc_table[exec_shadow].context,(unsigned int)*s);
TRACER_LOGEVENT(FTrace_EVT_set_mutex_post,(unsigned short int)proc_table[exec_shadow].context,(unsigned int)*s);
/* Preempt if necessary */
if (fl) event_need_reschedule();
650,7 → 650,7
}
/* tracer */
TRACER_LOGEVENT(FTrace_EVT_set_mutex_lock,(unsigned short int)proc_table[exec_shadow].context,(unsigned int)*s);
TRACER_LOGEVENT(FTrace_EVT_set_mutex_post,(unsigned short int)proc_table[exec_shadow].context,(unsigned int)*s);
/* Preempt if necessary */
if (fl) scheduler();