Lines Matching refs:__TBB_ASSERT

117             __TBB_ASSERT(arg != nullptr, nullptr);  in co_context()
125 __TBB_ASSERT(1 << my_state & (1 << co_suspended | 1 << co_executing), nullptr); in ~co_context()
137 __TBB_ASSERT(my_state == co_executing, nullptr); in resume()
138 __TBB_ASSERT(target.my_state == co_suspended, nullptr); in resume()
146 __TBB_ASSERT(my_state == co_executing, nullptr); in resume()
178 __TBB_ASSERT(c.my_thread_data == nullptr, nullptr); in coroutine_thread_func()
187 __TBB_ASSERT(c.my_thread_data != nullptr, nullptr); in coroutine_thread_func()
198 __TBB_ASSERT(sizeof(addr) == 8 || hi == 0, nullptr); in coroutine_thread_func()
239 __TBB_ASSERT(prev_coroutine.my_is_active == true, "The current thread should be active"); in swap_coroutine()
249__TBB_ASSERT(new_coroutine.my_is_active == false, "The sleeping thread should not be active"); in swap_coroutine()
250__TBB_ASSERT(new_coroutine.my_thread_data == nullptr, "The sleeping thread should not be active"); in swap_coroutine()
259 __TBB_ASSERT(governor::get_thread_data() != nullptr, nullptr); in swap_coroutine()
266 __TBB_ASSERT(c.my_thread_data == nullptr, "The sleeping thread should not be active"); in destroy_coroutine()
267 __TBB_ASSERT(c.my_is_active == false, "The sleeping thread should not be active"); in destroy_coroutine()
280 __TBB_ASSERT(arg, nullptr); in create_coroutine()
282 __TBB_ASSERT(c, nullptr); in create_coroutine()
288 __TBB_ASSERT(c, nullptr); in current_coroutine()
295 __TBB_ASSERT(new_coroutine, nullptr); in swap_coroutine()
297 __TBB_ASSERT(prev_coroutine, nullptr); in swap_coroutine()
302 __TBB_ASSERT(c, nullptr); in destroy_coroutine()
314 __TBB_ASSERT((void*)stack_ptr != MAP_FAILED, nullptr); in create_coroutine()
338 __TBB_ASSERT(sizeof(addr) == 8 || hi == 0, nullptr); in create_coroutine()