mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-09 03:22:19 +08:00
sptests/spmutex01: refactor and add deadlock test
This commit is contained in:
committed by
Gedare Bloom
parent
a5c1b2be0c
commit
fc027be4f9
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,10 @@ test set name: spmutex01
|
||||
|
||||
directives:
|
||||
|
||||
- mtx_lock()
|
||||
- mtx_unlock()
|
||||
- pthread_mutex_lock()
|
||||
- pthread_mutex_unlock()
|
||||
- rtems_semaphore_create()
|
||||
- rtems_semaphore_obtain()
|
||||
- rtems_semaphore_release()
|
||||
@@ -12,3 +16,4 @@ concepts:
|
||||
|
||||
- Ensure that priority inheritance mechanism works.
|
||||
- Ensure that thread priority queueing discipline works.
|
||||
- Ensure that deadlock detection works in various combinations.
|
||||
|
||||
Reference in New Issue
Block a user