Home
last modified time | relevance | path

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

/external/valgrind/drd/tests/
Dtsan_thread_wrappers_pthread.h354 void Start() { CHECK(0 == pthread_create(&t_, NULL, (worker_t)ThreadBody, this));} in Start()
358 static void ThreadBody(MyThread *my_thread) { in ThreadBody() function