Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 657 → Rev 656

/shark/trunk/include/kernel/descr.h
21,11 → 21,11
 
/**
------------
CVS : $Id: descr.h,v 1.5 2004-05-17 15:03:50 anton Exp $
CVS : $Id: descr.h,v 1.4 2003-03-13 13:36:27 pj Exp $
 
File: $File$
Revision: $Revision: 1.5 $
Last update: $Date: 2004-05-17 15:03:50 $
Revision: $Revision: 1.4 $
Last update: $Date: 2003-03-13 13:36:27 $
------------
 
Kernel main data structures
255,7 → 255,7
void (*public_epilogue )(LEVEL l, PID p);
A task has been preempted (or its capacity is exausted).
 
void (*public_activate )(LEVEL l, PID p, struct timespec *t);
void (*public_activate )(LEVEL l, PID p);
A task has been activated.
 
void (*public_unblock )(LEVEL l, PID p);
291,7 → 291,7
int (*public_eligible )(LEVEL l, PID p);
void (*public_dispatch )(LEVEL l, PID p, int nostop);
void (*public_epilogue )(LEVEL l, PID p);
void (*public_activate )(LEVEL l, PID p, struct timespec *t);
void (*public_activate )(LEVEL l, PID p);
void (*public_unblock )(LEVEL l, PID p);
void (*public_block )(LEVEL l, PID p);
int (*public_message )(LEVEL l, PID p, void *m);