Searched refs:errc (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/tools/tests/zero-to-n/ ! |
| H A D | zero-to-n.c | 322 errc(EX_OSERR, err, "pthread_attr_init"); in create_churn_threads() 326 errc(EX_OSERR, err, "pthread_attr_setschedparam"); in create_churn_threads() 330 errc(EX_OSERR, err, "pthread_attr_setschedpolicy"); in create_churn_threads() 339 errc(EX_OSERR, err, "pthread_create"); in create_churn_threads() 345 errc(EX_OSERR, err, "pthread_attr_destroy"); in create_churn_threads() 363 errc(EX_OSERR, err, "pthread_join %d", i); in join_churn_threads() 465 errc(EX_OSERR, err, "pthread_attr_init"); in create_rt_churn_threads() 469 errc(EX_OSERR, err, "pthread_attr_setschedparam"); in create_rt_churn_threads() 473 errc(EX_OSERR, err, "pthread_attr_setschedpolicy"); in create_rt_churn_threads() 481 errc(EX_OSERR, err, "pthread_create"); in create_rt_churn_threads() [all …]
|
| /xnu-12377.81.4/tools/tests/execperf/ ! |
| H A D | run.c | 71 errc(1, ret, "posix_spawn(%s)", newargv[0]); in work()
|
| /xnu-12377.81.4/tools/tests/personas/ ! |
| H A D | persona_test.h | 57 #define errc(code, fmt, ...) \ macro
|
| H A D | persona_spawn.c | 420 errc(ERR_CHILD_FAIL, in main()
|