Home
last modified time | relevance | path

Searched refs:cthreads (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dgettime.c565 struct clock_thread *cthreads; in fio_monotonic_clocktest() local
591 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()
/external/python/cpython2/
Dpyconfig.h.in21 /* 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 / */
Dconfigure.ac2563 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 /])