summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-threads/mutex_errors.reference
blob: 7e8285bfb5349e911a04d18e158c0309ffaf60e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---- Self deadlock
Acquiring mutex
Acquiring mutex again
Error reported
Releasing mutex
Acquiring mutex from another thread
Success
---- Unlock twice
Acquiring mutex
Releasing mutex
Releasing mutex again
Error reported
Releasing mutex one more time
Error reported
---- Unlock in other thread
Acquiring mutex
Releasing mutex from another thread
Error reported
Releasing mutex from another thread (again)
Error reported