Searched refs:recursive_lock_switch_lock (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/kernel/
H A Dlock.h133 extern status_t recursive_lock_switch_lock(recursive_lock* from,
141 // Like recursive_lock_switch_lock(), just for switching from a mutex.
144 // Like recursive_lock_switch_lock(), just for switching from a read-locked
/haiku/src/system/kernel/locks/
H A Dlock.cpp151 recursive_lock_switch_lock(recursive_lock* from, recursive_lock* to) function
155 panic("recursive_lock_switch_lock(): called with interrupts "

Completed in 102 milliseconds