Home
last modified time | relevance | path

Searched refs:create_flags (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbb/
H A Drml_thread_monitor.h144 unsigned create_flags = ( number_of_processor_groups > 1 ) ? CREATE_SUSPENDED : 0; in launch() local
145 …d(stack_size), thread_routine, arg, STACK_SIZE_PARAM_IS_A_RESERVATION | create_flags, &thread_id ); in launch()