]> git.corax.cc Git - corax/commit
Add a fixed-length wait queue to mutexes, to speed up locking and unlocking operation...
authorMatthias Kruk <m@m10k.eu>
Mon, 25 Nov 2019 07:23:15 +0000 (16:23 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 25 Nov 2019 07:23:15 +0000 (16:23 +0900)
commit81d8e3894e7092996ffefd3f6e09db20e2ebcb36
treec87a7e7e4c457da6909b91a179faec53c72ff688
parent7986a66c03205b3b445b77d1a712c2f0e1f7c3ff
Add a fixed-length wait queue to mutexes, to speed up locking and unlocking operations; make use of sched_task_suspend() and sched_task_resume() in mutex implementation
config.h
kernel/klibc/mutex.c