Home
last modified time | relevance | path

Searched refs:ThreadPoolWaitTaskForC (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.13.2/sources/libraries/os/
Dos_ThreadPool.cpp260 new (p) ThreadPoolWaitTaskForC(waitObject, f, param); in nnosThreadPoolWaitTaskInitialize()
265 ThreadPoolWaitTaskForC* pThreadPoolWaitTaskForC = reinterpret_cast<ThreadPoolWaitTaskForC*>(p); in nnosThreadPoolWaitTaskFinalize()
266 pThreadPoolWaitTaskForC->~ThreadPoolWaitTaskForC(); in nnosThreadPoolWaitTaskFinalize()
293 ThreadPoolWaitTaskForC* pThreadPoolTask = reinterpret_cast<ThreadPoolWaitTaskForC*>(task); in nnosThreadPoolAddWaitTask()
/CTR-SDK-0.13.2/include/nn/os/
Dos_ThreadPool.h244 class ThreadPoolWaitTaskForC : public QueueableWaitTask
247ThreadPoolWaitTaskForC(nnosWaitObject* waitObject, void (*f)(uptr), uptr param) : m_WaitObject(wai… in ThreadPoolWaitTaskForC() function
306 …BIMPL_DEFINE_BUFFER_CLASS(nnosThreadPoolWaitTask, nn::os::detail::ThreadPoolWaitTaskForC, 20, u32);