Searched refs:tg_run (Results 1 – 4 of 4) sorted by relevance
133 void *tg_run(void *);
156 pthread_create(¶ms[i].pt, &attr, tg_run, ¶ms[i]); in main()
52 void *tg_run(void *data) in tg_run() function
413 pthread_create(&thread, NULL, tg_run, ¶ms); in age_fs()