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