Back to home page

LXR

 
 

    


Warning, /testsuites/sptests/spmutex01/spmutex01.doc is written in an unsupported language. File is not indexed.

0001 This file describes the directives and concepts tested by this test set.
0002 
0003 test set name: spmutex01
0004 
0005 directives:
0006 
0007   - mtx_lock()
0008   - mtx_unlock()
0009   - pthread_mutex_lock()
0010   - pthread_mutex_unlock()
0011   - rtems_semaphore_create()
0012   - rtems_semaphore_obtain()
0013   - rtems_semaphore_release()
0014 
0015 concepts:
0016 
0017   - Ensure that priority inheritance mechanism works.
0018   - Ensure that thread priority queueing discipline works.
0019   - Ensure that deadlock detection works in various combinations.