Searched refs:tfunc (Results 1 – 9 of 9) sorted by relevance
239 func_type *tfunc = func_new;\245 tfunc(__VA_ARGS__);\246 tfunc(__VA_ARGS__);\247 tfunc(__VA_ARGS__);\248 tfunc(__VA_ARGS__);\
94 void (*tfunc)(void); member102 tcases[i].tfunc(); in run()
76 void (*tfunc)(void); member84 tcases[i].tfunc(); in run()
135 void (*tfunc)(void); member143 tcases[i].tfunc(); in run()
107 void (*tfunc)(void); member115 tcases[i].tfunc(); in run()
96 void *tfunc(void *arg LTP_ATTRIBUTE_UNUSED) in tfunc() function151 TEST(pthread_create(&pt, NULL, tfunc, NULL)); in main()
160 void (*tfunc)(void); member169 tcases[i].tfunc(); in run()
96 static void tfunc(union sigval sv) in tfunc() function127 ev.sigev_notify_function = tfunc; in do_test()
1292 def tfunc(): function1308 t[i] = Thread(target=tfunc)