Searched refs:ThreadBody (Results 1 – 1 of 1) sorted by relevance
354 void Start() { CHECK(0 == pthread_create(&t_, NULL, (worker_t)ThreadBody, this));} in Start()358 static void ThreadBody(MyThread *my_thread) { in ThreadBody() function