| /xnu-12377.61.12/tests/sched/ |
| H A D | sched_test_utils.h | 50 pthread_attr_t * 54 void create_thread(pthread_t *thread_handle, pthread_attr_t *attr, void *(*func)(void *), void *arg…
|
| H A D | sched_test_utils.c | 203 pthread_attr_t * 209 pthread_attr_t *attr = (pthread_attr_t *)malloc(sizeof(pthread_attr_t)); in create_pthread_attr() 255 create_thread(pthread_t *thread_handle, pthread_attr_t *attr, in create_thread() 267 pthread_attr_t *attr = create_pthread_attr(priority, eJoinable, in create_thread_pri() 278 pthread_attr_t *attr = create_pthread_attr(priority, detach_state, in create_threads()
|
| H A D | contextswitch.c | 78 pthread_attr_t attr; in make_thread()
|
| H A D | all_cores_running.c | 51 pthread_attr_t attr; in start_threads()
|
| H A D | cluster_bound_threads.c | 54 pthread_attr_t attr;
|
| H A D | overloaded_runqueue.c | 75 pthread_attr_t attr; in start_threads()
|
| H A D | yield_aggressor.c | 137 pthread_attr_t attr; in start_threads()
|
| H A D | thread_group_flags.c | 127 pthread_attr_t attr; in start_threads()
|
| /xnu-12377.61.12/tests/unit/mocks/ |
| H A D | std_safe.h | 140 typedef __darwin_pthread_attr_t pthread_attr_t; typedef 148 extern int pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)(voi…
|
| /xnu-12377.61.12/tests/vm/ |
| H A D | zone_gc_replenish_test.c | 67 pthread_attr_t attr;
|
| /xnu-12377.61.12/tests/counter/ |
| H A D | counter.c | 139 pthread_attr_t pthread_attr;
|
| H A D | benchmark.c | 64 pthread_attr_t pthread_attrs; in main()
|
| /xnu-12377.61.12/tests/ |
| H A D | testposixshm.c | 84 pthread_attr_t attr; in create_threads()
|
| H A D | task_vm_info_decompressions.c | 93 pthread_attr_t attr; in create_threads()
|
| H A D | kevent_qos.c | 1031 pthread_attr_t attr; in thread_create_at_qos() 1263 pthread_attr_t attr; 1276 pthread_attr_t attr; 1289 pthread_attr_t attr; 1302 pthread_attr_t attr;
|
| H A D | ioperf.c | 110 pthread_attr_t attr; in create_thread()
|
| H A D | turnstile_multihop.c | 95 pthread_attr_t attr; in sched_create_load_at_qos() 811 pthread_attr_t attr; in thread_create_at_qos()
|
| H A D | select_stress.c | 241 create_thread_backoff(pthread_t *pthread, const pthread_attr_t *attr, void *(*thread_func)(void *),… in create_thread_backoff()
|
| H A D | turnstiles_test.c | 34 pthread_attr_t attr; in thread_create_at_qos()
|
| H A D | exc_helpers.c | 517 int err = pthread_create(&exc_thread, (pthread_attr_t*)0, exc_server_thread, params); in _run_exception_handler()
|
| H A D | mach_exception_reply.c | 362 pthread_attr_t attr; in test_exc_reply_type()
|
| H A D | prioritize_process_launch.c | 204 pthread_attr_t attr; in thread_create_at_qos()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | signal.h | 177 pthread_attr_t *sigev_notify_attributes; /* Notification attributes */
|
| /xnu-12377.61.12/tests/ipc/ |
| H A D | kernel_signed_pac_thread_state.c | 370 …int err = pthread_create(&exc_thread, (pthread_attr_t*)0, exc_server_thread, (void *)(unsigned lon… in run_exception_handler()
|
| /xnu-12377.61.12/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 315 pthread_attr_t attr; in create_churn_threads() 458 pthread_attr_t attr; in create_rt_churn_threads()
|