예제 #1
0
// Return the process tuple.
Process::ProcessTuple ProcessB::process()
{
	return ProcessTuple( PROCESS_B, LOW, 0 );
}
예제 #2
0
Process::ProcessTuple ProcessCCI::process()
{
	return ProcessTuple( PROCESS_CCI, HIGH, 0 );
}
예제 #3
0
// Return the process tuple.
Process::ProcessTuple IProcessCRT::process()
{
	return ProcessTuple( I_PROCESS_CRT, INVALID_PROCESS_PRIORITY, ( 1 << RSIGCRTW ) | ( 1 << RSIGCRTR ) );
}
예제 #4
0
Process::ProcessTuple ProcessWelcome::process()
{
	return ProcessTuple( PROCESS_WELCOME, HIGH, 0 );
}
예제 #5
0
// Return the process tuple.
Process::ProcessTuple IProcessTimer::process()
{
	return ProcessTuple( I_PROCESS_TIMER, INVALID_PROCESS_PRIORITY, ( 1 << RSIGTIMER ) );
}