blob: 67a3eb01c178f7f44d85777aaa62afd1f70859be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# kit
- Unit-testing
- Lower bound
- Move back
- 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
|