Searched refs:ThreadPoolWaitTaskForC (Results 1 – 2 of 2) sorted by relevance
260 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()
244 class ThreadPoolWaitTaskForC : public QueueableWaitTask247 …ThreadPoolWaitTaskForC(nnosWaitObject* waitObject, void (*f)(uptr), uptr param) : m_WaitObject(wai… in ThreadPoolWaitTaskForC() function306 …BIMPL_DEFINE_BUFFER_CLASS(nnosThreadPoolWaitTask, nn::os::detail::ThreadPoolWaitTaskForC, 20, u32);