Home
last modified time | relevance | path

Searched refs:pthread_attr_t (Results 1 – 25 of 28) sorted by relevance

12

/xnu-12377.81.4/tests/sched/
H A Dsched_test_utils.h50 pthread_attr_t *
54 void create_thread(pthread_t *thread_handle, pthread_attr_t *attr, void *(*func)(void *), void *arg…
H A Dsched_test_utils.c203 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 Dall_cores_running.c51 pthread_attr_t attr; in start_threads()
H A Dcontextswitch.c78 pthread_attr_t attr; in make_thread()
H A Dcluster_bound_threads.c54 pthread_attr_t attr;
H A Doverloaded_runqueue.c75 pthread_attr_t attr; in start_threads()
H A Dyield_aggressor.c137 pthread_attr_t attr; in start_threads()
H A Dthread_group_flags.c127 pthread_attr_t attr; in start_threads()
/xnu-12377.81.4/tests/unit/mocks/
H A Dstd_safe.h140 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.81.4/tests/vm/
H A Dzone_gc_replenish_test.c67 pthread_attr_t attr;
/xnu-12377.81.4/tests/counter/
H A Dcounter.c139 pthread_attr_t pthread_attr;
H A Dbenchmark.c64 pthread_attr_t pthread_attrs; in main()
/xnu-12377.81.4/tests/
H A Dtestposixshm.c84 pthread_attr_t attr; in create_threads()
H A Dtask_vm_info_decompressions.c93 pthread_attr_t attr; in create_threads()
H A Dkevent_qos.c1031 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 Dioperf.c110 pthread_attr_t attr; in create_thread()
H A Dturnstile_multihop.c95 pthread_attr_t attr; in sched_create_load_at_qos()
811 pthread_attr_t attr; in thread_create_at_qos()
H A Dselect_stress.c241 create_thread_backoff(pthread_t *pthread, const pthread_attr_t *attr, void *(*thread_func)(void *),… in create_thread_backoff()
H A Dturnstiles_test.c34 pthread_attr_t attr; in thread_create_at_qos()
H A Dexc_helpers.c517 int err = pthread_create(&exc_thread, (pthread_attr_t*)0, exc_server_thread, params); in _run_exception_handler()
H A Dmach_exception_reply.c362 pthread_attr_t attr; in test_exc_reply_type()
H A Dprioritize_process_launch.c204 pthread_attr_t attr; in thread_create_at_qos()
/xnu-12377.81.4/bsd/sys/
H A Dsignal.h177 pthread_attr_t *sigev_notify_attributes; /* Notification attributes */
/xnu-12377.81.4/tests/ipc/
H A Dkernel_signed_pac_thread_state.c370 …int err = pthread_create(&exc_thread, (pthread_attr_t*)0, exc_server_thread, (void *)(unsigned lon… in run_exception_handler()
/xnu-12377.81.4/tools/tests/zero-to-n/
H A Dzero-to-n.c315 pthread_attr_t attr; in create_churn_threads()
458 pthread_attr_t attr; in create_rt_churn_threads()

12