Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 272 → Rev 273

/shark/trunk/ports/first/include/cbsstar.h
21,11 → 21,11
 
/*
------------
CVS : $Id: cbsstar.h,v 1.1 2003-09-10 15:56:28 giacomo Exp $
CVS : $Id: cbsstar.h,v 1.2 2003-10-07 10:49:54 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2003-09-10 15:56:28 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-10-07 10:49:54 $
------------
 
This file contains the budget support for the multiapplication
179,4 → 179,6
 
int CBSSTAR_get_local_scheduler_id_from_pid(LEVEL l, PID p);
 
int CBSSTAR_get_last_reclaiming(LEVEL l);
 
#endif
/shark/trunk/ports/first/include/fsf_server.h
14,6 → 14,7
#define SERVER_get_local_scheduler_level_from_budget CBSSTAR_get_local_scheduler_level_from_budget
#define SERVER_get_local_scheduler_level_from_pid CBSSTAR_get_local_scheduler_level_from_pid
#define SERVER_getbudgetinfo CBSSTAR_getbudgetinfo
#define SERVER_get_last_reclaiming CBSSTAR_get_last_reclaiming
 
#endif
 
28,6 → 29,7
#define SERVER_get_local_scheduler_level_from_budget GRUBSTAR_get_local_scheduler_level_from_budget
#define SERVER_get_local_scheduler_level_from_pid GRUBSTAR_get_local_scheduler_level_from_pid
#define SERVER_getbudgetinfo GRUBSTAR_getbudgetinfo
#define SERVER_get_last_reclaiming GRUBSTAR_get_last_reclaiming
 
#endif
 
/shark/trunk/ports/first/include/edfstar.h
20,11 → 20,11
 
/**
------------
CVS : $Id: edfstar.h,v 1.1 2003-09-10 15:56:28 giacomo Exp $
CVS : $Id: edfstar.h,v 1.2 2003-10-07 10:49:54 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2003-09-10 15:56:28 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-10-07 10:49:54 $
------------
 
Title:
140,6 → 140,7
 
int EDFSTAR_getbudget(LEVEL l, PID p);
int EDFSTAR_setbudget(LEVEL l, PID p, int budget);
int EDFSTAR_budget_has_thread(LEVEL l, int budget);
 
#endif