Function: SB-THREAD:MUTEX-OWNER¶
Current owner of the mutex, NIL if the mutex is free. Naturally, this is racy by design (another thread may acquire the mutex after this function returns), it is intended for informative purposes. For testing whether the current thread is holding a mutex see HOLDING-MUTEX-P.
Lambda list¶
(sb-thread:mutex)