Changeset 0b47781 in mainline for uspace/lib/futil/include/futil.h

Timestamp:
2025-04-10T17:23:30Z (6 days ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
c626117
Parents:
a78b0a0
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-10 16:29:50)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-10 17:23:30)
Message:

Extend kernel condvar_t to work with spinlocks

MUTEX_ACTIVE is a poor copy of the spinlock, made solely to allow
using condvars with it. Solve that issue the other way around,
by making condvar_wait() generic, so that we can get rid of that
hack.

(No files)

Note: See TracChangeset for help on using the changeset viewer.