Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_ThreadPool.cpp335 new (p) ThreadPoolWaitTaskForC(waitObject, f, param); in nnosThreadPoolWaitTaskInitialize()
340 ThreadPoolWaitTaskForC* pThreadPoolWaitTaskForC = reinterpret_cast<ThreadPoolWaitTaskForC*>(p); in nnosThreadPoolWaitTaskFinalize()
341 pThreadPoolWaitTaskForC->~ThreadPoolWaitTaskForC(); in nnosThreadPoolWaitTaskFinalize()
368 ThreadPoolWaitTaskForC* pThreadPoolTask = reinterpret_cast<ThreadPoolWaitTaskForC*>(task); in nnosThreadPoolAddWaitTask()
/CTR-SDK-4.2.5/include/nn/os/
Dos_ThreadPool.h277 class ThreadPoolWaitTaskForC : public QueueableWaitTask
280ThreadPoolWaitTaskForC(nnosWaitObject* waitObject, void (*f)(uptr), uptr param) : m_WaitObject(wai… in ThreadPoolWaitTaskForC() function
339 …BIMPL_DEFINE_BUFFER_CLASS(nnosThreadPoolWaitTask, nn::os::detail::ThreadPoolWaitTaskForC, 20, u32);