Searched refs:GetHandle (Results 1 – 16 of 16) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/os/ |
| D | os_Timer.h | 197 …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()
|
| D | os_Event.h | 95 NN_ERR_THROW_FATAL(nn::svc::SignalEvent(GetHandle())); in Signal() 100 NN_ERR_THROW_FATAL(nn::svc::ClearEvent(GetHandle())); in ClearSignal()
|
| D | os_HandleObject.h | 59 nn::Handle GetHandle() const { return m_Handle; } in GetHandle() function
|
| D | os_Thread.h | 889 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()
|
| D | os_Mutex.h | 208 NN_ERR_THROW_FATAL(nn::svc::ReleaseMutex(GetHandle())); in Unlock()
|
| D | os_Semaphore.h | 178 NN_ERR_THROW_FATAL(nn::svc::ReleaseSemaphore(&ret, GetHandle(), releaseCount)); in Release()
|
| D | os_Synchronization.h | 155 Handle handle = GetHandle(); in WaitOneImpl()
|
| /CTR-SDK-0.14.4/sources/libraries/os/ |
| D | os_TransferMemoryBlock.cpp | 112 Result result = nn::svc::MapMemoryBlock(GetHandle(), addr, myPermission, otherPermission); in Map() 128 nn::svc::UnmapMemoryBlock(GetHandle(), GetAddress()); in Unmap()
|
| D | os_Synchronization.cpp | 45 handles[i] = args->objs[i]->GetHandle(); in WaitMultipleImpl() 87 handles[i] = objs[i]->GetHandle(); in WaitMultiple()
|
| D | os_SharedMemory.cpp | 76 …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()
|
| D | os_ThreadPool.cpp | 69 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/ |
| D | fs_FileBase.h | 101 Handle GetHandle() in GetHandle() function 121 bool IsValid() { return GetHandle().IsValid(); } in IsValid()
|
| /CTR-SDK-0.14.4/include/nn/fslow/ |
| D | fslow_HandleTable.h | 141 const HandleValue& GetHandle() const { return m_Handle; } in GetHandle() function
|
| D | fslow_SafeHandle.h | 273 SafeHandle GetHandle() const { return IsActivated() ? m_Handle : InvalidSafeHandle(); } in GetHandle() function
|
| /CTR-SDK-0.14.4/include/nn/net/osl/ |
| D | osl_IpcDispatcher.h | 190 Handle handles[] = { m_session.GetHandle() }; in SessionThreadImpl()
|
| /CTR-SDK-0.14.4/sources/libraries/ndm/CTR/ |
| D | ndm_Interface.cpp | 274 *hEvent = ipcMsg.GetHandle(3); in GetStateChangedEvent()
|