Lines Matching refs:Mutex

133         Guard<fbl::Mutex> guard{get_lock()};  in on_zero_handles()
155 Guard<fbl::Mutex> guard{get_lock()}; in Initialize()
177 Guard<fbl::Mutex> guard{get_lock()}; in Exit()
206 Guard<fbl::Mutex> guard{get_lock()}; in Kill()
239 Guard<fbl::Mutex> guard{get_lock()}; in Suspend()
265 Guard<fbl::Mutex> guard{get_lock()}; in Resume()
294 Guard<fbl::Mutex> guard{get_lock()}; in AddThread()
331 Guard<fbl::Mutex> guard{get_lock()}; in RemoveThread()
354 Guard<fbl::Mutex> guard{get_lock()}; in state()
397 Guard<fbl::Mutex> guard{&handle_table_lock_}; in FinishDeadTransition()
464 Guard<fbl::Mutex> guard{&handle_table_lock_}; in AddHandle()
474 Guard<fbl::Mutex> guard{&handle_table_lock_}; in RemoveHandle()
508 Guard<fbl::Mutex> guard{handle_table_lock()}; in RemoveHandles()
525 Guard<fbl::Mutex> guard{&handle_table_lock_}; in GetKoidForHandle()
535 Guard<fbl::Mutex> guard{&handle_table_lock_}; in GetDispatcherInternal()
550 Guard<fbl::Mutex> guard{&handle_table_lock_}; in GetDispatcherWithRightsInternal()
570 Guard<fbl::Mutex> guard{get_lock()}; in GetInfo()
595 Guard<fbl::Mutex> guard{get_lock()}; in GetStats()
614 Guard<fbl::Mutex> guard{get_lock()}; in GetAspaceMaps()
624 Guard<fbl::Mutex> guard{get_lock()}; in GetVmos()
648 Guard<fbl::Mutex> guard{get_lock()}; in GetThreads()
682 Guard<fbl::Mutex> guard{get_lock()}; in SetExceptionPort()
706 Guard<fbl::Mutex> guard{get_lock()}; in ResetExceptionPort()
742 Guard<fbl::Mutex> guard{get_lock()}; in exception_port()
747 Guard<fbl::Mutex> guard{get_lock()}; in debugger_exception_port()
753 Guard<fbl::Mutex> guard{get_lock()}; in OnExceptionPortRemoval()
762 Guard<fbl::Mutex> guard{get_lock()}; in ThreadCount()
769 Guard<fbl::Mutex> guard{get_lock()}; in PageCount()
808 Guard<fbl::Mutex> guard{get_lock()}; in LookupThreadById()
815 Guard<fbl::Mutex> guard{get_lock()}; in get_debug_addr()
822 Guard<fbl::Mutex> guard{get_lock()}; in set_debug_addr()
846 Guard<fbl::Mutex> guard{get_lock()}; in cache_vdso_code_address()
866 Guard<fbl::Mutex> guard{&handle_table_lock_}; in IsHandleValid()
871 Guard<fbl::Mutex> guard{&handle_table_lock_}; in IsHandleValidNoPolicyCheck()