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

  /device/linaro/hikey/bluetooth/
async_fd_watcher.cc 79 thread_ = std::thread([this]() { ThreadRoutine(); });
114 void AsyncFdWatcher::ThreadRoutine() {
  /hardware/interfaces/bluetooth/1.0/default/
async_fd_watcher.cc 84 thread_ = std::thread([this]() { ThreadRoutine(); });
122 void AsyncFdWatcher::ThreadRoutine() {
  /system/bt/vendor_libs/linux/interface/
async_fd_watcher.cc 81 thread_ = std::thread([this]() { ThreadRoutine(); });
116 void AsyncFdWatcher::ThreadRoutine() {
  /system/bt/vendor_libs/test_vendor_lib/src/
async_manager.cc 174 thread_ = std::thread([this]() { ThreadRoutine(); });
239 void ThreadRoutine() {
417 thread_ = std::thread([this]() { ThreadRoutine(); });
425 void ThreadRoutine() {
  /external/google-breakpad/src/testing/gtest/test/
gtest_output_test_.cc 471 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
487 &ThreadRoutine, &notifications_, NULL));
  /external/googletest/googletest/test/
gtest_output_test_.cc 487 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
503 &ThreadRoutine, &notifications_, NULL));
    [all...]
  /external/v8/testing/gtest/test/
gtest_output_test_.cc 487 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
503 &ThreadRoutine, &notifications_, NULL));
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_output_test_.cc 483 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
499 &ThreadRoutine, &notifications_, NULL));
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 483 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
499 &ThreadRoutine, &notifications_, NULL));
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_output_test_.cc 483 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
499 &ThreadRoutine, &notifications_, NULL));
  /external/protobuf/gtest/test/
gtest_output_test_.cc 583 static void ThreadRoutine(SpawnThreadNotifications* notifications) {
599 &ThreadRoutine, &notifications_, NULL));
    [all...]

Completed in 515 milliseconds