Changeset fc0756e in rtems for cpukit/score/Makefile.am

Timestamp:
04/14/15 15:01:05 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
5049dca
Parents:
0a73de2
git-author:
Joel Sherrill <joel.sherrill@…> (04/14/15 15:01:05)
git-committer:
Joel Sherrill <joel.sherrill@…> (04/14/15 16:17:10)
Message:

Add test assertion for allocator mutex being unlocked

The Allocator Mutex should not be locked outside a tested
service call. In an SMP test or heavily multithreaded test,
this is possible since another thread could have the lock
for an extended period of time but this is not the norm
for the tests.

updates 2319.

(No files)

Note: See TracChangeset for help on using the changeset viewer.