summaryrefslogtreecommitdiff
path: root/src/init/tests/semaphore.c
AgeCommit message (Collapse)Author
2022-07-10init/tests: semaphore pipe-based testdzwdz
2022-07-10init/lib: implement "evil semaphores"dzwdz
I started implementing native semaphores in the kernel, but then I've realized that I can implement them in userland using pipes. Thus, this hot garbage was born.