Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/ !
H A Drttimer.c176 thread_basic_info_data_t start_info = thread_info_get(); in perform_test() local
197 ((start_info.user_time.seconds * USEC_PER_SEC) + start_info.user_time.microseconds); in perform_test()
200 ((start_info.system_time.seconds * USEC_PER_SEC) + start_info.system_time.microseconds); in perform_test()
/xnu-12377.41.6/osfmk/i386/ !
H A Dmp.c252 static processor_start_info_t start_info __attribute__((aligned(64))); variable
333 start_info.target_cpu == cpu_number()) { in started_cpu()
455 start_info.starter_cpu = cpu_number(); in intel_startCPU()
456 start_info.target_cpu = slot_num; in intel_startCPU()
457 start_info.target_lapic = lapic; in intel_startCPU()
466 mp_rendezvous_no_intrs(start_cpu, (void *) &start_info); in intel_startCPU()
468 start_info.target_cpu = 0; in intel_startCPU()