Searched refs:m_handle (Results 1 – 2 of 2) sorted by relevance
70 handle_impl_t m_handle = {nullptr}; variable76 explicit operator bool() const noexcept { return static_cast<bool>(m_handle); }87 task_handle(task_handle_task* t) : m_handle {t}{}; in task_handle()90 return m_handle.release(); in release()98 __TBB_ASSERT(th.m_handle, "ctx_of does not expect empty task_handle."); in ctx_of()99 return th.m_handle->ctx(); in ctx_of()104 return th.m_handle == nullptr;107 return th.m_handle == nullptr;111 return th.m_handle != nullptr;115 return th.m_handle != nullptr;
34 tbb::task_scheduler_handle m_handle{}; member37 m_handle = tbb::task_scheduler_handle{tbb::attach{}}; in task_scheduler_handle_guard()41 m_handle.release(); in ~task_scheduler_handle_guard()45 return m_handle; in get()