summaryrefslogtreecommitdiff
path: root/test/sys/test_pthread.rs
AgeCommit message (Collapse)Author
2022-08-09remove deprecated itemsSteveLauC
2022-07-10Clippy cleanup in the tests.Alan Somers
* Remove a redundant closure. * Comparison with null * Manual implementation of find * Suppress a false positive
2021-07-24Add pthread_killMartin Kröning
2020-05-17Remove more unsupported functions and make it possible to run testsXavier L'Heureux
2019-06-06Fix an "unused use statement" warning on non-musl platformsAlan Somers
This was an oversight from 974320d09fbd1fae79da537383c2144ed9aa4967
2019-06-02Fix test_pthread_self on muslAlan Somers
On musl, pthread_t is a pointer type.
2017-07-20fix some tests for AndroidNicolas Dusart
2017-06-04Add pthread_selfking6cong