Home
last modified time | relevance | path

Searched refs:GetHandle (Results 1 – 14 of 14) sorted by relevance

/CTR-SDK-4.2.5/include/nn/os/
Dos_Timer.h222 …NN_OS_ERROR_IF_FAILED(nn::svc::SetTimer(GetHandle(), initial.GetNanoSeconds(), interval.GetNanoSec… in StartImpl()
243 NN_OS_ERROR_IF_FAILED(nn::svc::CancelTimer(GetHandle())); in Stop()
248 NN_OS_ERROR_IF_FAILED(nn::svc::ClearTimer(GetHandle())); in ClearSignal()
Dos_Event.h97 NN_OS_ERROR_IF_FAILED(nn::svc::SignalEvent(GetHandle())); in Signal()
102 NN_OS_ERROR_IF_FAILED(nn::svc::ClearEvent(GetHandle())); in ClearSignal()
Dos_HandleObject.h59 nn::Handle GetHandle() const { return m_Handle; } in GetHandle() function
Dos_Mutex.h232 NN_OS_ERROR_IF_FAILED(nn::svc::ReleaseMutex(GetHandle())); in Unlock()
Dos_Semaphore.h202 NN_OS_ERROR_IF_FAILED(nn::svc::ReleaseSemaphore(&ret, GetHandle(), releaseCount)); in Release()
Dos_Thread.h1002 NN_OS_ERROR_IF_FAILED(nn::svc::GetThreadId(&ret, GetHandle())); in GetId()
1016 NN_OS_ERROR_IF_FAILED(nn::svc::GetThreadPriority(&ret, GetHandle())); in GetPriority()
1029 …NN_OS_ERROR_IF_FAILED(nn::svc::SetThreadPriority(GetHandle(), os::detail::ConvertLibraryToSvcPrior… in ChangePriority()
1070 NN_OS_ERROR_IF_FAILED(nn::svc::GetThreadIdealProcessor(&ret, GetHandle())); in GetIdealProcessor()
Dos_Synchronization.h159 Handle handle = GetHandle(); in WaitOneImpl()
/CTR-SDK-4.2.5/sources/libraries/os/
Dos_TransferMemoryBlock.cpp127 Result result = nn::svc::MapMemoryBlock(GetHandle(), addr, myPermission, otherPermission); in Map()
144 nn::svc::UnmapMemoryBlock(GetHandle(), GetAddress()); in Unmap()
Dos_Synchronization.cpp45 handles[i] = args->objs[i]->GetHandle(); in WaitMultipleImpl()
87 handles[i] = objs[i]->GetHandle(); in WaitMultiple()
Dos_SharedMemory.cpp86 …result = nn::svc::MapMemoryBlock(GetHandle(), addr, myPermission, os::MEMORY_PERMISSION_DONT_CARE); in Map()
147 NN_OS_ERROR_IF_FAILED(nn::svc::UnmapMemoryBlock(GetHandle(), GetAddress())); in Unmap()
Dos_ThreadPool.cpp69 GetWaitHandleBuffer()[0] = this->m_WaitEvent.GetHandle(); in StartWaitThread()
168 GetWaitHandleBuffer()[m_WaitingCount + 1] = task->GetWaitObject()->GetHandle(); in WaitThreadFunc()
/CTR-SDK-4.2.5/include/nn/fs/CTR/MPCore/
Dfs_FileBase.h103 Handle GetHandle() in GetHandle() function
123 bool IsValid() { return GetHandle().IsValid(); } in IsValid()
/CTR-SDK-4.2.5/include/nn/fslow/
Dfslow_HandleTable.h141 const HandleValue& GetHandle() const { return m_Handle; } in GetHandle() function
Dfslow_SafeHandle.h273 SafeHandle GetHandle() const { return IsActivated() ? m_Handle : InvalidSafeHandle(); } in GetHandle() function