Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/os/
Dos_Timer.h197 …NN_ERR_THROW_FATAL(nn::svc::SetTimer(GetHandle(), initial.GetNanoSeconds(), interval.GetNanoSecond… in StartImpl()
218 NN_ERR_THROW_FATAL(nn::svc::CancelTimer(GetHandle())); in Stop()
223 NN_ERR_THROW_FATAL(nn::svc::ClearTimer(GetHandle())); in ClearSignal()
Dos_Event.h95 NN_ERR_THROW_FATAL(nn::svc::SignalEvent(GetHandle())); in Signal()
100 NN_ERR_THROW_FATAL(nn::svc::ClearEvent(GetHandle())); in ClearSignal()
Dos_HandleObject.h59 nn::Handle GetHandle() const { return m_Handle; } in GetHandle() function
Dos_Thread.h889 NN_ERR_THROW_FATAL(nn::svc::GetThreadId(&ret, GetHandle())); in GetId()
903 NN_ERR_THROW_FATAL(nn::svc::GetThreadPriority(&ret, GetHandle())); in GetPriority()
916 …NN_ERR_THROW_FATAL(nn::svc::SetThreadPriority(GetHandle(), os::detail::ConvertLibraryToSvcPriority… in ChangePriority()
926 NN_ERR_THROW_FATAL(nn::svc::GetThreadAffinityMask(pAffinityMask, GetHandle(), numProcessor)); in GetAffinityMask()
941 NN_ERR_THROW_FATAL(nn::svc::SetThreadAffinityMask(GetHandle(), pAffinityMask, numProcessor)); in ChangeAffinityMask()
957 NN_ERR_THROW_FATAL(nn::svc::GetThreadIdealProcessor(&ret, GetHandle())); in GetIdealProcessor()
977 NN_ERR_THROW_FATAL(nn::svc::SetThreadIdealProcessor(GetHandle(), coreNo)); in ChangeIdealProcessor()
Dos_Mutex.h208 NN_ERR_THROW_FATAL(nn::svc::ReleaseMutex(GetHandle())); in Unlock()
Dos_Semaphore.h178 NN_ERR_THROW_FATAL(nn::svc::ReleaseSemaphore(&ret, GetHandle(), releaseCount)); in Release()
Dos_Synchronization.h155 Handle handle = GetHandle(); in WaitOneImpl()
/CTR-SDK-0.14.4/sources/libraries/os/
Dos_TransferMemoryBlock.cpp112 Result result = nn::svc::MapMemoryBlock(GetHandle(), addr, myPermission, otherPermission); in Map()
128 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.cpp76 …result = nn::svc::MapMemoryBlock(GetHandle(), addr, myPermission, os::MEMORY_PERMISSION_DONT_CARE); in Map()
135 NN_ERR_THROW_FATAL(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-0.14.4/include/nn/fs/CTR/MPCore/
Dfs_FileBase.h101 Handle GetHandle() in GetHandle() function
121 bool IsValid() { return GetHandle().IsValid(); } in IsValid()
/CTR-SDK-0.14.4/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
/CTR-SDK-0.14.4/include/nn/net/osl/
Dosl_IpcDispatcher.h190 Handle handles[] = { m_session.GetHandle() }; in SessionThreadImpl()
/CTR-SDK-0.14.4/sources/libraries/ndm/CTR/
Dndm_Interface.cpp274 *hEvent = ipcMsg.GetHandle(3); in GetStateChangedEvent()