aboutsummaryrefslogtreecommitdiff
path: root/tools/lib/lockdep/tests
AgeCommit message (Collapse)AuthorFilesLines
2013-11-27liblockdep: Add pthread_rwlock_t test suiteSasha Levin1-0/+13
A simple test to make sure we handle rwlocks correctly. Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Peter Zijlstra <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
2013-11-27liblockdep: Add pthread_mutex_t test suiteSasha Levin9-0/+131
This is a rather simple and basic test suite to test common locking issues. Beyond tests, it also shows how to use the library. Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Peter Zijlstra <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>