1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:08:10 +00:00
serenity/Userland/Tests/LibPthread
Brian Gianforcaro f5c676fd86 Tests: Add unit tests for the pthread_spinlock_t API.
This change establishes a new set of LibTest based tests for validating
the functionality of our pthread implementation. The first tests added
validate the error handling for the pthread spinlock API:
 * pthread_spin_init
 * pthread_spin_lock
 * pthread_spin_try_lock
 * pthread_spin_unlock
 * pthread_spin_destroy
2021-05-02 20:59:38 +02:00
..
CMakeLists.txt Tests: Add unit tests for the pthread_spinlock_t API. 2021-05-02 20:59:38 +02:00
TestLibPthreadSpinLocks.cpp Tests: Add unit tests for the pthread_spinlock_t API. 2021-05-02 20:59:38 +02:00