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

/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp74 static user_mutex_context sSharedUserMutexContext; variable
184 const bool physical = (sSharedUserMutexContext.table.Lookup(entry->address) == entry);
210 sSharedUserMutexContext.lock = RW_LOCK_INITIALIZER("shared user mutex table");
211 if (sSharedUserMutexContext.table.Init() != B_OK)
478 fContext = &sSharedUserMutexContext;

Completed in 37 milliseconds