Home
last modified time | relevance | path

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

/xnu-10002.61.3/tests/
H A Dsched_thread_group_fairness.c157 struct thread_data { struct
165 struct thread_data *info = (struct thread_data *)arg; in spin_thread_fn() argument
181 start_threads(pthread_t *threads, struct thread_data *thread_datas, work_interval_t *handle, uint32… in start_threads()
228 struct thread_data lower_thread_datas[num_cores];
233 struct thread_data higher_thread_datas[num_cores];
H A Dwork_interval_data_test.c135 struct thread_data { struct
168 struct thread_data *info = (struct thread_data *)arg; in coreaudio_workload_fn()
186 start_helper_threads(unsigned int num_threads, pthread_t *threads, struct thread_data *thread_datas, in start_helper_threads()
302 struct thread_data wi_thread_datas[num_helper_threads]; in run_work_interval_data_test()
H A Dturnstiles_test.c103 struct thread_data { struct
115 struct thread_data* data = (struct thread_data*) args; in chain_locking() argument
340 struct thread_data data[5] = {}; in test4()
413 struct thread_data data[5] = {}; in test5()
/xnu-10002.61.3/bsd/tests/
H A Dcopyio_tests.c67 uint64_t thread_data; member
359 return copyout_atomic32((uint32_t)data->thread_data, (user_addr_t)data->kern_addr); in copyout_atomic32_to_kernel()
365 return copyout_atomic64(data->thread_data, (user_addr_t)data->kern_addr); in copyout_atomic64_to_kernel()
432 …data->thread_data = word_out; …
457 return copyin_atomic32_wait_if_equals((uintptr_t)data->kern_addr, (uint32_t)data->thread_data); in copyin_atomic32_wait_if_equals_from_kernel()
478 data->thread_data = 0; in copyin_atomic32_wait_if_equals_test()
/xnu-10002.61.3/osfmk/arm/
H A Dmachine_routines_common.c388 struct perfcontrol_thread_data *thread_data, in sched_perfcontrol_thread_flags_update() argument
392 if (thread_data->thread_flags_mask & PERFCTL_THREAD_FLAGS_MASK_CLUSTER_SHARED_RSRC_RR) { in sched_perfcontrol_thread_flags_update()
393 if (thread_data->thread_flags & PERFCTL_THREAD_FLAGS_MASK_CLUSTER_SHARED_RSRC_RR) { in sched_perfcontrol_thread_flags_update()
399 if (thread_data->thread_flags_mask & PERFCTL_THREAD_FLAGS_MASK_CLUSTER_SHARED_RSRC_NATIVE_FIRST) { in sched_perfcontrol_thread_flags_update()
400 if (thread_data->thread_flags & PERFCTL_THREAD_FLAGS_MASK_CLUSTER_SHARED_RSRC_NATIVE_FIRST) { in sched_perfcontrol_thread_flags_update()