Searched refs:ThreadRoutine (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/gtest/test/
H A Dgtest_output_test_.cc470 static void ThreadRoutine(SpawnThreadNotifications* notifications) { function
486 &ThreadRoutine, &notifications_, NULL));
/external/chromium_org/testing/gtest/test/
H A Dgtest_output_test_.cc483 static void ThreadRoutine(SpawnThreadNotifications* notifications) { function
499 &ThreadRoutine, &notifications_, NULL));
/external/gtest/test/
H A Dgtest_output_test_.cc470 static void ThreadRoutine(SpawnThreadNotifications* notifications) { function
486 &ThreadRoutine, &notifications_, NULL));
/external/valgrind/unittest/
H A Dposix_tests.cc819 void* ThreadRoutine(void *) {
828 CHECK(pthread_create(&handle, &attributes, ThreadRoutine, NULL) != 0);

Completed in 108 milliseconds