Searched refs:cthreads (Results 1 – 3 of 3) sorted by relevance
565 struct clock_thread *cthreads; in fio_monotonic_clocktest() local591 cthreads = malloc(nr_cpus * sizeof(struct clock_thread)); in fio_monotonic_clocktest()599 struct clock_thread *t = &cthreads[i]; in fio_monotonic_clocktest()617 struct clock_thread *t = &cthreads[i]; in fio_monotonic_clocktest()623 struct clock_thread *t = &cthreads[i]; in fio_monotonic_clocktest()629 struct clock_thread *t = &cthreads[i]; in fio_monotonic_clocktest()636 free(cthreads); in fio_monotonic_clocktest()
21 /* Define if you have the Mach cthreads package */927 /* Define if you are using Mach cthreads directly under /include */930 /* Define if you are using Mach cthreads under mach / */
2563 AH_TEMPLATE(C_THREADS,[Define if you have the Mach cthreads package])2645 AC_CHECK_HEADER(cthreads.h, [AC_DEFINE(WITH_THREAD)2648 [Define if you are using Mach cthreads directly under /include])2651 AC_CHECK_HEADER(mach/cthreads.h, [AC_DEFINE(WITH_THREAD)2654 [Define if you are using Mach cthreads under mach /])