Enhances the existing microkernel mutex test project to verify
that recursive mutex locking works properly. The implementation
utilizes the new in-file defined mutexes to demonstrate that
this capability also works.
[DL: Update the original patch from Allan Stephens
@ https://oic-review.01.org/gerrit/3256 to utilize
the new interface. Also updated the commit message. ]
Change-Id: Iaf8b4a5cd97d1dce53d6134a978cc565279d038c
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
20 lines
669 B
Plaintext
20 lines
669 B
Plaintext
% Application : test microkernel mutex APIs
|
|
|
|
% TASK NAME PRIO ENTRY STACK GROUPS
|
|
% ===================================================
|
|
TASK TASK10 10 Task10 2048 [EXE]
|
|
TASK TASK15 15 Task15 2048 [EXE]
|
|
TASK TASK20 20 Task20 2048 [EXE]
|
|
TASK TASK25 25 Task25 2048 [EXE]
|
|
TASK TASK30 30 Task30 2048 [EXE]
|
|
TASK TASK45 45 Task45 2048 [EXE]
|
|
TASK TASK50 50 Task50 2048 []
|
|
TASK REGRESSTASK 40 RegressionTask 2048 [EXE]
|
|
|
|
% MUTEX NAME
|
|
% ============
|
|
MUTEX Mutex1
|
|
MUTEX Mutex2
|
|
MUTEX Mutex3
|
|
MUTEX Mutex4
|