Home
last modified time | relevance | path

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

/dports/net/yaz/yaz-5.31.1/test/
H A Dtest_icu.c744 static void *iter_thread(void *p) in iter_thread() function
766 pthread_create(t + i, 0, iter_thread, chain); in check_iter_threads()
/dports/graphics/flam3/flam3-3.1.1-5-g7fb50c8/
H A Dflam3.c3740 #define iter_thread iter_thread_double macro
3749 #undef iter_thread
3762 #undef iter_thread
3792 #define iter_thread iter_thread_int macro
3801 #undef iter_thread
3806 #define iter_thread iter_thread_int_mt macro
3813 #undef iter_thread
3842 #define iter_thread iter_thread_float macro
3851 #undef iter_thread
3856 #define iter_thread iter_thread_float_mt macro
[all …]
H A Drect.c253 static void iter_thread(void *fth) { function
898 pthread_create(&myThreads[thi], &pt_attr, (void *)iter_thread, (void *)(&(fth[thi])));
913 iter_thread( (void *)(&(fth[thi])) );