mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
Userland: Rename LibThread => LibThreading
Also rename the "LibThread" namespace to "Threading"
This commit is contained in:
parent
5729b4e9a5
commit
b5d73c834f
25 changed files with 69 additions and 69 deletions
|
@ -16,7 +16,7 @@ namespace AudioServer {
|
|||
|
||||
Mixer::Mixer()
|
||||
: m_device(Core::File::construct("/dev/audio", this))
|
||||
, m_sound_thread(LibThread::Thread::construct(
|
||||
, m_sound_thread(Threading::Thread::construct(
|
||||
[this] {
|
||||
mix();
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue