[Mammoth] Add a user-space semaphore object.

This commit is contained in:
Drew Galbraith 2023-11-22 10:55:40 -08:00
parent da3901e104
commit 4c2492e985
3 changed files with 27 additions and 0 deletions

View file

@ -10,6 +10,7 @@ add_library(mammoth STATIC
src/process.cpp
src/port_client.cpp
src/port_server.cpp
src/semaphore.cpp
src/thread.cpp
)