HomeSort by relevance Sort by last modified time
    Searched refs:ThreadRoutine (Results 1 - 5 of 5) sorted by null

  /external/chromium/testing/gtest/test/
gtest_output_test_.cc 470 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
486 &ThreadRoutine, &notifications_, NULL));
  /external/chromium_org/testing/gtest/test/
gtest_output_test_.cc 483 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
499 &ThreadRoutine, &notifications_, NULL));
  /external/gtest/test/
gtest_output_test_.cc 470 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
486 &ThreadRoutine, &notifications_, NULL));
  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 483 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
499 &ThreadRoutine, &notifications_, NULL));
  /external/valgrind/unittest/
posix_tests.cc 819 void* ThreadRoutine(void *) {
828 CHECK(pthread_create(&handle, &attributes, ThreadRoutine, NULL) != 0);

Completed in 1537 milliseconds