David Cook
|
bb06a0cf0e
|
Restrict mutex static initializer test to Linux
On macOS, libc does not have a static initializer for recursive mutexes
|
2020-04-05 10:33:09 -05:00 |
|
David Cook
|
de29546414
|
Add and rearrange mutex tests
|
2020-04-05 10:27:39 -05:00 |
|
David Cook
|
d11315ebfb
|
Fix misleading function names
|
2020-04-05 10:05:34 -05:00 |
|
David Cook
|
5cc091bc6e
|
Add test of recursive mutex using libc FFI
|
2020-04-05 10:05:14 -05:00 |
|
David Cook
|
c773ca8614
|
Style fixes
|
2020-04-05 10:04:53 -05:00 |
|
David Cook
|
dd9896b0f8
|
Implement mutex and rwlock functions
|
2020-04-05 10:03:22 -05:00 |
|
David Cook
|
c2683dad34
|
Clean up test case
|
2020-04-05 09:25:21 -05:00 |
|
David Cook
|
88f319fb4c
|
Add failing tests for mutex and rwlock
|
2020-04-05 09:25:21 -05:00 |
|
David Cook
|
46679bc9ef
|
Add shims for RwLock::try_read/RwLock::try_write
|
2020-04-05 09:25:21 -05:00 |
|
Ralf Jung
|
e44d38e051
|
improve comment
|
2019-06-30 16:45:41 +02:00 |
|
Ralf Jung
|
db6283b884
|
better name for a test: threads -> sync
|
2019-06-30 16:44:25 +02:00 |
|