From 5f80c8b54d011580383810597aa68565ddfb8f3c Mon Sep 17 00:00:00 2001 From: Mitya Selivanov <0x7fffff@guattari.ru> Date: Thu, 18 Aug 2022 06:50:13 +0400 Subject: [test] thread, mutex, condition variable --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 83935bf..0e59887 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ # kit + - Unit-testing -- Async function - Lower bound - Dynamic array - Input buffer - Random number generation +- Async function +- Atomic +- Condition variable +- Mutual exclusion +- Thread + +Condition variables, mutual exclusions and threads implementation was forked from [Mesa][mesa_link] source code. + +[mesa_link]: https://gitlab.freedesktop.org/mesa/mesa -- cgit v1.2.3