sptests/spmutex01: refactor and add deadlock test

This commit is contained in:
Sebastian Huber
2016-07-26 10:34:21 +02:00
committed by Gedare Bloom
parent a5c1b2be0c
commit fc027be4f9
2 changed files with 377 additions and 37 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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.