Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 816 → Rev 817

/shark/trunk/ports/first/include/posixstar.h
21,11 → 21,11
 
/**
------------
CVS : $Id: posixstar.h,v 1.1 2003-09-10 15:56:28 giacomo Exp $
CVS : $Id: posixstar.h,v 1.2 2004-09-06 11:51:36 trimarchi Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2003-09-10 15:56:28 $
Revision: $Revision: 1.2 $
Last update: $Date: 2004-09-06 11:51:36 $
------------
 
This file contains the scheduling module compatible with POSIX
145,6 → 145,11
/*+ this functions sets paramaters of a task +*/
int POSIXSTAR_setschedparam(LEVEL l, PID p, int policy, int priority);
 
 
void POSIXSTAR_set_nopreemtive_current(LEVEL l);
 
void POSIXSTAR_unset_nopreemtive_current(LEVEL l);
#endif
 
/*