Searched refs:task_info (Results 1 – 2 of 2) sorted by relevance
91 struct task_info { struct119 task_info* array;187 bool try_put_token( task_info& info ) { in try_put_token()217 task_info wakee; in try_to_spawn_task_for_next_token()221 task_info& item = array[++low_token & (array_size-1)]; in try_to_spawn_task_for_next_token()255 task_info* new_array = cache_aligned_allocator<task_info>().allocate(new_size); in grow()256 task_info* old_array = array; in grow()268 class stage_task : public d1::task, public task_info {299 task_info::reset(); in stage_task()304 task_info(info), in stage_task()[all …]
121 …status = task_info(mach_task_self(), TASK_BASIC_INFO, reinterpret_cast<task_info_t>(&info), &msg_t…