Searched refs:pthread_attr_t (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/sys/_types/
H A D_pthread_attr_t.h30 typedef __darwin_pthread_attr_t pthread_attr_t; typedef
/xnu-2422.115.4/tools/tests/libMicro/
H A Dpthread_create.c42 pthread_attr_t *ts_attr;
88 ts->ts_attr = malloc(sizeof (pthread_attr_t));
/xnu-2422.115.4/tools/tests/unit_tests/sprace_test_11891562_src/
H A Dsprace_test_11891562.c199 res = pthread_create(&thread1, (pthread_attr_t *)NULL, sender, &thread1_arg);
206 res = pthread_create(&thread2, (pthread_attr_t *)NULL, sender, &thread2_arg);
213 res = pthread_create(&thread3, (pthread_attr_t *)NULL, sender, &thread3_arg);
/xnu-2422.115.4/bsd/sys/
H A Dsignal.h170 pthread_attr_t *sigev_notify_attributes; /* Notification attributes */

Completed in 35 milliseconds