Lines Matching refs:__TBB_ASSERT
79 …__TBB_ASSERT(!(__TBB_InitOnce::initialization_done() && theTLS.get()), "TBB is unloaded while thre… in release_resources()
100 __TBB_ASSERT( UsePrivateRML, nullptr); in create_rml_server()
103 __TBB_ASSERT( server, "Failed to create RML server" ); in create_rml_server()
142 __TBB_ASSERT(&pteb < pteb->StackBase && &pteb > pteb->StackLimit, "invalid stack info in TEB"); in get_stack_base()
157 __TBB_ASSERT( &stack_limit > stack_limit, "stack size must be positive" ); in get_stack_base()
199 __TBB_ASSERT(td.my_inbox.is_idle_state(false), nullptr); in init_external_thread()
217 __TBB_ASSERT(get_thread_data_if_initialized() == nullptr || in auto_terminate()
258 __TBB_ASSERT(get_thread_data_if_initialized() == nullptr, nullptr); in auto_terminate()
280 … __TBB_ASSERT(is_present(*handle.m_ctl), "finalize or release was already called on this object"); in finalize_impl()
287 __TBB_ASSERT(task_disp, nullptr); in finalize_impl()
500 __TBB_ASSERT(deallocate_binding_handler_ptr, "tbbbind loading was not performed"); in destroy_binding_handler()
505 __TBB_ASSERT(slot_index >= 0, "Negative thread index"); in apply_affinity_mask()
506 __TBB_ASSERT(apply_affinity_ptr, "tbbbind loading was not performed"); in apply_affinity_mask()
511 __TBB_ASSERT(slot_index >= 0, "Negative thread index"); in restore_affinity_mask()
512 __TBB_ASSERT(restore_affinity_ptr, "tbbbind loading was not performed"); in restore_affinity_mask()