Searched refs:mutex_switch_lock (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/debug/strace/
H A Dmutex.cpp80 Syscall *mutex_switch_lock = get_syscall("_kern_mutex_switch_lock"); local
81 mutex_switch_lock->GetParameter("fromMutex")->SetHandler(new MutexTypeHandler());
82 mutex_switch_lock->GetParameter("toMutex")->SetHandler(new MutexTypeHandler());
/haiku/headers/private/kernel/
H A Dlock.h159 extern status_t mutex_switch_lock(mutex* from, mutex* to);
165 // Like mutex_switch_lock(), just for switching from a read-locked rw_lock.
/haiku/headers/private/kernel/vm/
H A DVMCache.h270 return mutex_switch_lock(from, &fLock) == B_OK;
/haiku/src/system/kernel/locks/
H A Dlock.cpp175 status_t status = mutex_switch_lock(&from->lock, &to->lock);
210 status_t status = mutex_switch_lock(from, &to->lock);
911 mutex_switch_lock(mutex* from, mutex* to) function
915 panic("mutex_switch_lock(): called with interrupts disabled "
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlock.cpp649 mutex_switch_lock(mutex* from, mutex* to) function

Completed in 75 milliseconds