1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +00:00
serenity/Libraries/LibPthread
Andreas Kling 1670ee5aba LibPthread: Condition variables should use CLOCK_MONOTONIC by default
It's the only clock we have at the moment, so it's a logical choice :^)
2019-12-07 16:07:48 +01:00
..
install.sh LibPthread: Start working on a POSIX threading library 2019-11-13 21:49:24 +01:00
Makefile LibPthread: Start working on a POSIX threading library 2019-11-13 21:49:24 +01:00
pthread.cpp LibPthread: Condition variables should use CLOCK_MONOTONIC by default 2019-12-07 16:07:48 +01:00
pthread.h LibPthread: Add stubs for pthread_{get,set}schedparam() 2019-12-07 15:32:48 +01:00