ladybird/Libraries/LibThread
Muhammad Zahalqa 5fe6c13e5b
LibThread: Remove redundant r/w of atomic variable in Lock::lock() (#3013)
m_holder.compare_exchange_strong(expected, desired, ...)
will either successfully update the value to desired if == expected
or put the current value in expected otherwise.
2020-08-06 17:50:25 +02:00
..
BackgroundAction.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
BackgroundAction.h LibThread: Fix destroying background actions 2020-02-25 10:17:31 +01:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Lock.h LibThread: Remove redundant r/w of atomic variable in Lock::lock() (#3013) 2020-08-06 17:50:25 +02:00
Thread.cpp LibPThread: Make pthread_exit a noreturn function 2020-07-21 01:10:41 +02:00
Thread.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00