Searched refs:cfs_thread (Results 1 – 2 of 2) sorted by relevance
92 pthread_t cfs_thread; in run() local126 SAFE_PTHREAD_CREATE(&cfs_thread, &cfs_thread_attrs, cfs_fn, NULL); in run()128 SAFE_PTHREAD_JOIN(cfs_thread, NULL); in run()
110 pthread_t cfs_thread; in run() local144 SAFE_PTHREAD_CREATE(&cfs_thread, &cfs_thread_attrs, cfs_fn, NULL); in run()146 SAFE_PTHREAD_JOIN(cfs_thread, NULL); in run()