| /CTR-SDK-4.2.5/sources/libraries/os/ |
| D | os_HandleManager.cpp | 23 void nnosHandleManagerAttachEventHandle(nnosEvent* p, nnHandle handle) in nnosHandleManagerAttachEventHandle() 29 void nnosHandleManagerDetachEventHandle(nnosEvent* p) in nnosHandleManagerDetachEventHandle() 35 void nnosHandleManagerAttachMutexHandle(nnosMutex* p, nnHandle handle) in nnosHandleManagerAttachMutexHandle() 41 void nnosHandleManagerDetachMutexHandle(nnosMutex* p) in nnosHandleManagerDetachMutexHandle() 47 void nnosHandleManagerAttachSemaphoreHandle(nnosSemaphore* p, nnHandle handle) in nnosHandleManagerAttachSemaphoreHandle() 53 void nnosHandleManagerDetachSemaphoreHandle(nnosSemaphore* p) in nnosHandleManagerDetachSemaphoreHandle() 59 void nnosHandleManagerAttachTimerHandle(nnosTimer* p, nnHandle handle) in nnosHandleManagerAttachTimerHandle() 65 void nnosHandleManagerDetachTimerHandle(nnosTimer* p) in nnosHandleManagerDetachTimerHandle() 72 void nnosHandleManagerAttachSharedMemoryHandle(nnosSharedMemoryBlock* p, nnHandle handle) in nnosHandleManagerAttachSharedMemoryHandle() 78 void nnosHandleManagerDetachSharedMemoryHandle(nnosSharedMemoryBlock* p) in nnosHandleManagerDetachSharedMemoryHandle()
|
| D | os_Timer.cpp | 57 void nnosTimerInitialize(nnosTimer* p, bool isManualReset) in nnosTimerInitialize() 62 bool nnosTimerTryInitialize(nnosTimer* p, bool isManualReset) in nnosTimerTryInitialize() 70 void nnosTimerStartPeriodic(nnosTimer* p, s64 first, s64 interval) in nnosTimerStartPeriodic() 76 void nnosTimerStartOneShot(nnosTimer* p, s64 time) in nnosTimerStartOneShot() 82 void nnosTimerWait(nnosTimer* p) in nnosTimerWait() 88 void nnosTimerStop(nnosTimer* p) in nnosTimerStop() 94 void nnosTimerClearSignal(nnosTimer* p) in nnosTimerClearSignal() 100 void nnosTimerFinalize(nnosTimer* p) in nnosTimerFinalize() 106 void nnosTimerSignal(nnosTimer* p) in nnosTimerSignal()
|
| D | os_CriticalSection.cpp | 102 void nnosCriticalSectionInitialize(nnosCriticalSection* p) in nnosCriticalSectionInitialize() 107 bool nnosCriticalSectionTryInitialize(nnosCriticalSection* p) in nnosCriticalSectionTryInitialize() 115 void nnosCriticalSectionEnter(nnosCriticalSection* p) in nnosCriticalSectionEnter() 121 bool nnosCriticalSectionTryEnter(nnosCriticalSection* p) in nnosCriticalSectionTryEnter() 127 void nnosCriticalSectionLeave(nnosCriticalSection* p) in nnosCriticalSectionLeave() 133 void nnosCriticalSectionFinalize(nnosCriticalSection* p) in nnosCriticalSectionFinalize()
|
| D | os_LightEvent.cpp | 217 void nnosLightEventInitialize(nnosLightEvent* p, bool isManualReset) in nnosLightEventInitialize() 222 bool nnosLightEventIsSignaled(nnosLightEvent* p) in nnosLightEventIsSignaled() 228 bool nnosLightEventIsManualReset(nnosLightEvent* p) in nnosLightEventIsManualReset() 234 bool nnosLightEventTryWait(nnosLightEvent* p) in nnosLightEventTryWait() 240 void nnosLightEventWait(nnosLightEvent* p) in nnosLightEventWait() 246 void nnosLightEventSignal(nnosLightEvent* p) in nnosLightEventSignal() 252 void nnosLightEventPulse(nnosLightEvent* p) in nnosLightEventPulse() 258 void nnosLightEventClearSignal(nnosLightEvent* p) in nnosLightEventClearSignal() 264 void nnosLightEventFinalize(nnosLightEvent* p) in nnosLightEventFinalize()
|
| D | os_MemoryBlock.cpp | 49 uptr AllocateFromMemoryBlockSpace(MemoryBlockBase* p, size_t s) in AllocateFromMemoryBlockSpace() 54 void FreeToMemoryBlockSpace(MemoryBlockBase* p) in FreeToMemoryBlockSpace() 138 void nnosMemoryBlockAllocate(nnosMemoryBlock* p, size_t size) in nnosMemoryBlockAllocate() 144 void nnosMemoryBlockSetReadOnly(nnosMemoryBlock* p, bool readOnly) in nnosMemoryBlockSetReadOnly() 150 void nnosMemoryBlockFree(nnosMemoryBlock* p) in nnosMemoryBlockFree() 156 uptr nnosMemoryBlockGetAddress(nnosMemoryBlock* p) in nnosMemoryBlockGetAddress() 162 size_t nnosMemoryBlockGetSize(nnosMemoryBlock* p) in nnosMemoryBlockGetSize() 168 bool nnosMemoryBlockIsReadOnly(nnosMemoryBlock* p) in nnosMemoryBlockIsReadOnly()
|
| D | os_LightSemaphore.cpp | 94 void nnosLightSemaphoreInitialize(nnosLightSemaphore* p, s32 initialCount, s32 maxCount) in nnosLightSemaphoreInitialize() 102 s32 nnosLightSemaphoreGetMax(nnosLightSemaphore* p) in nnosLightSemaphoreGetMax() 109 s32 nnosLightSemaphoreGetCount(nnosLightSemaphore* p) in nnosLightSemaphoreGetCount() 115 s32 nnosLightSemaphoreRelease(nnosLightSemaphore* p, s32 releaseCount) in nnosLightSemaphoreRelease() 121 void nnosLightSemaphoreAcquire(nnosLightSemaphore* p) in nnosLightSemaphoreAcquire() 127 bool nnosLightSemaphoreTryAcquire(nnosLightSemaphore* p) in nnosLightSemaphoreTryAcquire() 133 void nnosLightSemaphoreFinalize(nnosLightSemaphore* p) in nnosLightSemaphoreFinalize()
|
| D | os_StackMemoryBlock.cpp | 96 void nnosStackMemoryBlockInitialize(nnosStackMemoryBlock* p) in nnosStackMemoryBlockInitialize() 101 void nnosStackMemoryBlockAllocate(nnosStackMemoryBlock* p, size_t size) in nnosStackMemoryBlockAllocate() 107 void nnosStackMemoryBlockFree(nnosStackMemoryBlock* p) in nnosStackMemoryBlockFree() 113 uptr nnosStackMemoryBlockGetAddress(nnosStackMemoryBlock* p) in nnosStackMemoryBlockGetAddress() 119 size_t nnosStackMemoryBlockGetSize(nnosStackMemoryBlock* p) in nnosStackMemoryBlockGetSize() 125 uptr nnosStackMemoryBlockGetStackBottom(nnosStackMemoryBlock* p) in nnosStackMemoryBlockGetStackBottom()
|
| D | os_Event.cpp | 61 bool nnosEventTryInitialize(nnosEvent* p, bool manualReset) in nnosEventTryInitialize() 69 void nnosEventSignal(nnosEvent* p) in nnosEventSignal() 75 void nnosEventWaitSignal(nnosEvent* p) in nnosEventWaitSignal() 81 bool nnosEventTryWaitSignal(nnosEvent* p, s64 nanoSecondsTimeout) in nnosEventTryWaitSignal() 87 void nnosEventClearSignal(nnosEvent* p) in nnosEventClearSignal() 93 void nnosEventFinalize(nnosEvent* p) in nnosEventFinalize()
|
| D | os_Mutex.cpp | 63 bool nnosMutexTryInitialize(nnosMutex* p, bool initialLocked) in nnosMutexTryInitialize() 71 void nnosMutexLock(nnosMutex* p) in nnosMutexLock() 77 bool nnosMutexTryLock(nnosMutex* p, s64 timeout) in nnosMutexTryLock() 83 void nnosMutexUnlock(nnosMutex* p) in nnosMutexUnlock() 89 void nnosMutexFinalize(nnosMutex* p) in nnosMutexFinalize()
|
| D | os_Semaphore.cpp | 64 bool nnosSemaphoreTryInitialize(nnosSemaphore* p, s32 initialCount, s32 maxCount) in nnosSemaphoreTryInitialize() 72 s32 nnosSemaphoreRelease(nnosSemaphore* p, s32 releaseCount) in nnosSemaphoreRelease() 78 void nnosSemaphoreAcquire(nnosSemaphore* p) in nnosSemaphoreAcquire() 84 bool nnosSemaphoreTryAcquire(nnosSemaphore* p, s64 nanoSeconds) in nnosSemaphoreTryAcquire() 90 void nnosSemaphoreFinalize(nnosSemaphore* p) in nnosSemaphoreFinalize()
|
| D | os_Alarm.cpp | 112 void Alarm::SetOneShot(TimeSpan time, AlarmHandler handler, void* p) in SetOneShot() 126 void Alarm::SetPeriodic(TimeSpan initial, TimeSpan interval, AlarmHandler handler, void* p) in SetPeriodic() 238 void nnosAlarmInitialize(nnosAlarm* p) in nnosAlarmInitialize() 244 void nnosAlarmFinalize(nnosAlarm* p) in nnosAlarmFinalize() 250 void nnosAlarmSetOneShot(nnosAlarm* p, s64 time, nnosAlarmHandler handler, void* param) in nnosAlarmSetOneShot() 256 void nnosAlarmSetPeriodic(nnosAlarm* p, s64 initial, s64 interval, nnosAlarmHandler handler, void* … in nnosAlarmSetPeriodic() 262 void nnosAlarmCancel(nnosAlarm* p) in nnosAlarmCancel() 268 bool nnosAlarmCanSet(const nnosAlarm* p) in nnosAlarmCanSet()
|
| D | os_StackMemory.cpp | 180 void nnosStackMemoryProtect(nnosStackMemory* p, void* pMem, size_t size) in nnosStackMemoryProtect() 185 void nnosStackMemoryUnprotect(nnosStackMemory* p) in nnosStackMemoryUnprotect() 191 uptr nnosStackMemoryGetAddress(nnosStackMemory* p) in nnosStackMemoryGetAddress() 197 size_t nnosStackMemoryGetSize(nnosStackMemory* p) in nnosStackMemoryGetSize() 203 uptr nnosStackMemoryGetStackBottom(nnosStackMemory* p) in nnosStackMemoryGetStackBottom()
|
| D | os_Thread.cpp | 123 void* p; // member 191 void Thread::ThreadStart(uptr p) in ThreadStart() 213 const void* p, in TryInitializeAndStartImpl() 232 const void* p, in TryInitializeAndStartImpl() 312 …izeAndStartImplUsingAutoStack(const TypeInfo& typeInfo, ThreadFunc f, const void* p, size_t stackS… in TryInitializeAndStartImplUsingAutoStack() 369 void nnosThreadInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, s32… in nnosThreadInitializeAndStart() 376 bool nnosThreadTryInitializeAndStart(nnosThread* p, void (*f)(uptr), uptr param, uptr stackBottom, … in nnosThreadTryInitializeAndStart() 384 void nnosThreadFinalize(nnosThread* p) in nnosThreadFinalize() 390 void nnosThreadJoin(nnosThread* p) in nnosThreadJoin() 411 s32 nnosThreadGetPriority(const nnosThread* p) in nnosThreadGetPriority() [all …]
|
| D | os_LightAlarm.cpp | 237 void LightAlarm::SetOneShot(TimeSpan time, LightAlarmHandler handler, void* p) in SetOneShot() 254 …id LightAlarm::SetPeriodic(TimeSpan initial, TimeSpan interval, LightAlarmHandler handler, void* p) in SetPeriodic() 325 void nnosLightAlarmInitialize(nnosLightAlarm* p) in nnosLightAlarmInitialize() 331 void nnosLightAlarmFinalize(nnosLightAlarm* p) in nnosLightAlarmFinalize() 337 void nnosLightAlarmSetOneShot(nnosLightAlarm* p, s64 time, nnosLightAlarmHandler handler, void* par… in nnosLightAlarmSetOneShot() 343 void nnosLightAlarmSetPeriodic(nnosLightAlarm* p, s64 initial, s64 interval, nnosLightAlarmHandler … in nnosLightAlarmSetPeriodic() 349 void nnosLightAlarmCancel(nnosLightAlarm* p) in nnosLightAlarmCancel() 355 bool nnosLightAlarmCanSet(nnosLightAlarm* p) in nnosLightAlarmCanSet()
|
| D | os_ManagedThread.cpp | 108 void* p; // member 131 void ManagedThread::ThreadStart(StartParam* p) in ThreadStart() 152 …aram(StartParam* pStartParam, const TypeInfo& typeInfo, ThreadFunc f, const void* p, uptr stackBot… in SetupStackAndParam() 183 …Result ManagedThread::TryInitializeImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, upt… in TryInitializeImpl() 196 …Result ManagedThread::TryInitializeImpl(const TypeInfo& typeInfo, ThreadFunc f, const void* p, upt… in TryInitializeImpl() 230 …yInitializeImplUsingAutoStack(const TypeInfo& typeInfo, ThreadFunc f, const void* p, size_t stackS… in TryInitializeImplUsingAutoStack() 319 void ManagedThread::SetCurrentThread(ManagedThread* p) in SetCurrentThread() 345 virtual bool operator()(ManagedThread* p) in FindByStackAddress() 374 virtual bool operator()(ManagedThread* p) in FindById() 392 void ManagedThread::Enumerate(EnumerateCallback* p) in Enumerate() [all …]
|
| D | os_ThreadPool.cpp | 322 NN_EXTERN_C void nnosThreadPoolTaskInitialize(nnosThreadPoolTask* p, void (*f)(uptr), uptr param) in nnosThreadPoolTaskInitialize() 327 void nnosThreadPoolTaskFinalize(nnosThreadPoolTask* p) in nnosThreadPoolTaskFinalize() 333 NN_EXTERN_C void nnosThreadPoolWaitTaskInitialize(nnosThreadPoolWaitTask* p, nnosWaitObject* waitOb… in nnosThreadPoolWaitTaskInitialize() 338 void nnosThreadPoolWaitTaskFinalize(nnosThreadPoolWaitTask* p) in nnosThreadPoolWaitTaskFinalize() 344 void nnosThreadPoolInitialize(nnosThreadPool* p, void* workBuffer, size_t numMaxWaitObjects, size_t… in nnosThreadPoolInitialize() 351 void nnosThreadPoolInitializeWithStackMemoryBlock(nnosThreadPool* p, void* workBuffer, size_t numMa… in nnosThreadPoolInitializeWithStackMemoryBlock() 359 void nnosThreadPoolFinalize(nnosThreadPool* p) in nnosThreadPoolFinalize() 365 void nnosThreadPoolAddWaitTask(nnosThreadPool* p, nnosThreadPoolWaitTask* task) in nnosThreadPoolAddWaitTask() 372 void nnosThreadPoolAddTask(nnosThreadPool* p, nnosThreadPoolTask* task) in nnosThreadPoolAddTask()
|
| /CTR-SDK-4.2.5/include/nn/dbg/ |
| D | dbg_Dump.h | 42 #define NN_DUMP_MEMORY( p, size, flags ) nn::dbg::detail::DumpMemory(p, size, flags) argument 44 #define NN_DUMP_MEMORY( p, size, flags ) nndbgDetailDumpMemory(p, size, flags) argument 47 #define NN_DUMP_MEMORY( p, size, flags ) ((void)0) argument 50 #define NN_DUMP( p, size ) NN_DUMP_MEMORY(p, size, 0) argument 51 #define NN_DUMP_POINTER( p, size ) NN_DUMP_MEMORY(p, size, NN_DBG_DUMP_FLAG_POINTER) argument 52 #define NN_DUMP_STRING( p, size ) NN_DUMP_MEMORY(p, size, NN_DBG_DUMP_FLAG_POINTER|NN_DBG… argument
|
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_LinkedList.h | 228 inline void IntrusiveLinkedList<T, Tag>::ClearLinks(Item* p) in ClearLinks() 234 inline void IntrusiveLinkedList<T, Tag>::InsertBefore(Item* p, Item* q) in InsertBefore() 243 inline void IntrusiveLinkedList<T, Tag>::PushBack(T* p) in PushBack() 263 inline void IntrusiveLinkedList<T, Tag>::PushFront(T* p) in PushFront() 330 inline T* IntrusiveLinkedList<T, Tag>::GetPrevious(T* p) const in GetPrevious() 346 inline T* IntrusiveLinkedList<T, Tag>::GetNext(T* p) const in GetNext() 389 inline void IntrusiveLinkedList<T, Tag>::Erase(T* p) in Erase() 418 Item* p = m_Head; in Clear() local
|
| D | fnd_Allocator.h | 93 …void deallocate(pointer p, size_type) { StdAllocatorAdapterHolder<Allocator, Tag>::GetAllocator()-… in deallocate() 95 void construct(pointer p, const T& val) { new (static_cast<void*>(p)) T(val); } in construct() 96 void destroy(pointer p) { p->~T(); } in destroy() 123 void deallocate(pointer p, size_type) { s_Allocator->Free(static_cast<void*>(p)); } in deallocate() 125 void construct(pointer p, const T& val) { new (static_cast<void*>(p)) T(val); } in construct() 126 void destroy(pointer p) { p->~T(); } in destroy()
|
| D | fnd_Queue.h | 97 inline void IntrusiveQueue<T, Tag>::Enqueue(T* p) in Enqueue() 142 Item* p = m_Head; in Clear() local
|
| D | fnd_WaitableUnitHeap.h | 109 void Free(void* p) in Free() 122 virtual void FreeV(void* p) { Free(p); } in FreeV() 177 virtual void Free(void* p) { m_Heap->Free(p); } in Free()
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/ |
| D | dbg_Instrument.cpp | 76 Instrument* p = sListHead; in AddToList() local 90 Instrument* p = sListHead; in DeleteFromList() local 114 Instrument* p = sListHead; in SearchInfo() local 123 bool Instrument::IsBottom_BufferPtr( void* p ) in IsBottom_BufferPtr() 129 void* Instrument::Inc_BufferPtr( void* p ) in Inc_BufferPtr() 139 void* Instrument::Dec_BufferPtr( void* p ) in Dec_BufferPtr() 233 RecordForLogWithTick* p = reinterpret_cast<RecordForLogWithTick*>(mBufferPtr); in EntryFunc() local 241 RecordForLog* p = reinterpret_cast<RecordForLog*>(mBufferPtr); in EntryFunc() local 283 RecordForLogWithTick* p = reinterpret_cast<RecordForLogWithTick*>(mBufferPtr); in ExitFunc() local 335 RecordForLogWithTick* p = reinterpret_cast<RecordForLogWithTick*>(mBufferOrigin); in Dump() local [all …]
|
| D | dbg_Dump.cpp | 29 void DumpMemory(const void* p, size_t size, bit32 flags) in DumpMemory() 111 void nndbgDetailDumpMemory(const void* p, size_t size, bit32 flags) in nndbgDetailDumpMemory()
|
| /CTR-SDK-4.2.5/sources/libraries/init/ |
| D | init_Alloc.cpp | 57 NN_WEAK_SYMBOL void free(void* p) in free() 68 void* p = std::malloc(sum); in calloc() local 78 NN_WEAK_SYMBOL void* realloc(void* p, size_t size) in realloc() 130 NN_WEAK_SYMBOL void operator delete (void* p) throw() in operator delete() 135 NN_WEAK_SYMBOL void operator delete[] (void* p) throw() in operator delete[]()
|
| /CTR-SDK-4.2.5/sources/libraries/test/ |
| D | test_New.cpp | 47 void* p = malloc(requiredSize); in AllocateBuffer() local 63 extern void DeallocateSmall(void* p, size_t) in DeallocateSmall()
|