The file extension indicates a "Microkernel DEFinitions" file, and no longer reflects the obsolete VxMicro/Viper branding. Change-Id: Ib95b271404a4a4737e851d603c371244fa609e4d Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
15 lines
476 B
Plaintext
15 lines
476 B
Plaintext
% Application : kernel task level device interrupt test
|
|
|
|
% TASK NAME PRIO ENTRY STACK GROUPS
|
|
% ===================================================
|
|
TASK MONITORTASK 10 MonitorTaskEntry 1024 [EXE]
|
|
TASK tTaskAMain 11 taskAMain 1024 [EXE]
|
|
TASK tTaskBMain 12 taskBMain 1024 [EXE]
|
|
TASK tRegisterWait 13 registerWait 1024 [EXE]
|
|
|
|
% SEMA NAME
|
|
% =================
|
|
SEMA SEM_TASKDONE
|
|
SEMA SEM_TASKFAIL
|
|
SEMA SEM_RDY
|