Searched refs:mutex_transfer_lock (Results 1 - 4 of 4) sorted by path

/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1051 #define mutex_transfer_lock fssh_mutex_transfer_lock macro
/haiku/headers/private/kernel/
H A Dlock.h158 extern void mutex_transfer_lock(mutex* lock, thread_id thread);
288 mutex_transfer_lock(&lock->lock, thread);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp635 mutex_transfer_lock(&fLock, id);
/haiku/src/system/kernel/locks/
H A Dlock.cpp929 mutex_transfer_lock(mutex* lock, thread_id thread) function
933 panic("mutex_transfer_lock(): current thread is not the lock holder!");

Completed in 138 milliseconds