HomeSort by relevance Sort by last modified time
    Searched defs:thread_id (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_testlib.cc 47 pthread_t thread_id; local
48 pthread_create(&thread_id, NULL, SuspenderThread, NULL);
sanitizer_stoptheworld_test.cc 73 pthread_t thread_id; local
76 pthread_create_result = pthread_create(&thread_id, NULL, IncrementerThread,
85 ASSERT_EQ(0, pthread_join(thread_id, NULL));
  /external/valgrind/main/helgrind/tests/
tc03_re_excl.c 25 pthread_t thread_id; local
30 pthread_create(&thread_id, 0, worker_thread, (void*)x);
36 pthread_join(thread_id, 0);
  /external/chromium/base/threading/
platform_thread_unittest.cc 67 PlatformThreadId thread_id() const { return thread_id_; } function in class:base::FunctionTestThread
85 EXPECT_NE(thread.thread_id(), main_thread_id);
102 EXPECT_NE(thread[n].thread_id(), main_thread_id);
thread.h 126 PlatformThreadId thread_id() const { return thread_id_; } function in class:base::Thread
  /external/protobuf/gtest/test/
gtest-port_test.cc 97 pthread_t thread_id; local
106 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
113 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_int.h 34 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon10159
  /external/libnfc-nci/src/gki/ulinux/
gki_int.h 34 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon10171
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 139 pthread_t thread_id = -1; local
140 if ( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 )
146 return thread_id;
  /external/bluetooth/bluedroid/gki/ulinux/
gki_int.h 74 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon2972
  /external/ceres-solver/internal/ceres/
coordinate_descent_minimizer.cc 155 int thread_id = omp_get_thread_num(); local
157 int thread_id = 0;
181 linear_solvers[thread_id],
program_evaluator.h 157 int thread_id = omp_get_thread_num(); local
159 int thread_id = 0; local
161 EvaluatePreparer* preparer = &evaluate_preparers_[thread_id];
162 EvaluateScratch* scratch = &evaluate_scratch_[thread_id];
schur_eliminator_impl.h 216 int thread_id = omp_get_thread_num(); local
218 int thread_id = 0;
220 double* buffer = buffer_.get() + thread_id * buffer_size_;
  /external/chromium/chrome/browser/chromeos/login/
ownership_service.cc 107 BrowserThread::ID thread_id; local
108 if (!BrowserThread::GetCurrentThreadIdentifier(&thread_id))
109 thread_id = BrowserThread::UI;
114 thread_id,
122 BrowserThread::ID thread_id; local
123 if (!BrowserThread::GetCurrentThreadIdentifier(&thread_id))
124 thread_id = BrowserThread::UI;
129 thread_id,
138 BrowserThread::ID thread_id; local
139 if (!BrowserThread::GetCurrentThreadIdentifier(&thread_id))
    [all...]
  /external/chromium/chrome/browser/importer/
external_process_importer_client.cc 44 BrowserThread::ID thread_id; local
45 CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_id));
51 thread_id));
78 BrowserThread::ID thread_id) {
80 new ProfileImportProcessHost(this, thread_id);
  /external/openssl/crypto/bn/
bn_blind.c 125 unsigned long thread_id; /* added in OpenSSL 0.9.6j and 0.9.7b; member in struct:bn_blinding_st
282 return b->thread_id;
287 b->thread_id = n;
  /external/v8/test/cctest/
test-threads.cc 153 i::ThreadId thread_id = i::ThreadId::Current(); local
155 CHECK(!(*refs_)[i].Equals(thread_id));
157 CHECK(thread_id.IsValid());
158 (*refs_)[thread_no_] = thread_id;
  /external/chromium/base/
time_win_unittest.cc 88 unsigned thread_id; local
91 &thread_id));
message_pump_glib.cc 180 static base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); local
181 DCHECK(thread_id == base::PlatformThread::CurrentId()) <<
  /external/chromium/chrome/browser/metrics/
thread_watcher.h 58 // This method starts performing health check on the given thread_id. It will
59 // create ThreadWatcher object for the given thread_id, thread_name,
64 // thread_id.
65 static void StartWatching(const BrowserThread::ID& thread_id,
70 // Return the thread_id of the thread being watched.
71 BrowserThread::ID thread_id() const { return thread_id_; } function in class:ThreadWatcher
92 // Construct a ThreadWatcher for the given thread_id. sleep_time_ is the
95 ThreadWatcher(const BrowserThread::ID& thread_id,
149 static void OnPingMessage(const BrowserThread::ID& thread_id,
156 // The thread_id of the thread being watched. Only one instance can exist fo
    [all...]
  /external/chromium/chrome/browser/
process_singleton_win.cc 104 DWORD thread_id = GetWindowThreadProcessId(remote_window_, &process_id); local
106 if (!thread_id || !process_id) {
141 EnumThreadWindows(thread_id,
browser_focus_uitest.cc 95 int thread_id = ::GetWindowThreadProcessId(window, &process_id); local
    [all...]
  /external/chromium/chrome/browser/web_resource/
web_resource_service.cc 134 BrowserThread::ID thread_id; local
135 CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_id));
139 thread_id));
182 void StartProcessOnIOThread(BrowserThread::ID thread_id) {
183 UtilityProcessHost* host = new UtilityProcessHost(this, thread_id);
  /external/bluetooth/bluedroid/hci/src/
btsnoop.c 444 static pthread_t thread_id; variable
589 if (pthread_create(&thread_id, NULL,
615 pthread_kill(thread_id, SIGUSR2);
616 pthread_join(thread_id, NULL);
  /external/chromium/chrome/browser/automation/
automation_provider_win.cc 329 unsigned long thread_id = 0; local
331 thread_id = GetWindowThreadProcessId(params.window, &process_id);
333 if (thread_id != GetCurrentThreadId()) {
334 DCHECK_EQ(thread_id, GetCurrentThreadId());

Completed in 907 milliseconds

1 2 3 4