Searched defs:thread_id (Results 26 - 50 of 146) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_context.h56 pthread_t thread_id; member in struct:apple_glx_context
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dlow_latency_event_unittest.cc48 unsigned int thread_id = 0; local
49 EXPECT_TRUE(process_thread_->Start(thread_id));
/external/chromium_org/third_party/webrtc/test/
H A Ddirect_transport.cc27 unsigned int thread_id; local
28 EXPECT_TRUE(thread_->Start(thread_id));
39 unsigned int thread_id; local
40 EXPECT_TRUE(thread_->Start(thread_id));
H A Dframe_generator_capturer.cc98 unsigned int thread_id; local
99 if (!thread_->Start(thread_id)) {
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_int.h34 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon23886
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_int.h34 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon23899
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.h56 pthread_t thread_id; member in struct:apple_glx_context
/external/protobuf/gtest/test/
H A Dgtest-port_test.cc97 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/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_delegate_impl_linux.h46 content::BrowserThread::ID thread_id,
53 const content::BrowserThread::ID thread_id; member in struct:MTPDeviceDelegateImplLinux::PendingTaskInfo
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_handle.cc45 int thread_id,
53 context, sender, thread_id, provider_id, registration, version));
59 int thread_id,
65 thread_id_(thread_id),
42 Create( base::WeakPtr<ServiceWorkerContextCore> context, IPC::Sender* sender, int thread_id, int provider_id, ServiceWorkerVersion* version) argument
56 ServiceWorkerHandle( base::WeakPtr<ServiceWorkerContextCore> context, IPC::Sender* sender, int thread_id, int provider_id, ServiceWorkerRegistration* registration, ServiceWorkerVersion* version) argument
H A Dservice_worker_context_observer.h48 int thread_id) {}
51 int thread_id) {}
55 int thread_id,
59 int thread_id,
46 OnWorkerStarted(int64 version_id, int process_id, int thread_id) argument
49 OnWorkerStopped(int64 version_id, int process_id, int thread_id) argument
53 OnErrorReported(int64 version_id, int process_id, int thread_id, const ErrorInfo& info) argument
57 OnReportConsoleMessage(int64 version_id, int process_id, int thread_id, const ConsoleMessage& message) argument
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_message_filter.cc82 int thread_id,
96 int thread_id,
112 int thread_id,
81 OnStaleRegistered( int thread_id, int request_id, const ServiceWorkerRegistrationObjectInfo& info, const ServiceWorkerVersionAttributes& attrs) argument
95 OnStaleSetVersionAttributes( int thread_id, int provider_id, int registration_handle_id, int changed_mask, const ServiceWorkerVersionAttributes& attrs) argument
111 OnStaleSetControllerServiceWorker( int thread_id, int provider_id, const ServiceWorkerObjectInfo& info) argument
/external/chromium_org/extensions/browser/api/sockets_tcp_server/
H A Dtcp_server_socket_event_dispatcher.h63 content::BrowserThread::ID thread_id; member in struct:extensions::core_api::TCPServerSocketEventDispatcher::AcceptParams
82 // Post an extension event from |thread_id| to UI thread
/external/chromium_org/ppapi/shared_impl/
H A Dppb_trace_event_impl.cc67 int32_t thread_id,
79 thread_id,
62 AddTraceEventWithThreadIdAndTimestamp( int8_t phase, const void* category_enabled, const char* name, uint64_t id, int32_t thread_id, int64_t timestamp, uint32_t num_args, const char* arg_names[], const uint8_t arg_types[], const uint64_t arg_values[], uint8_t flags) argument
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dposix_logger.h29 const uint64_t thread_id = (*gettid_)(); local
61 static_cast<long long unsigned int>(thread_id));
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dthread_win.cc70 bool ThreadWindows::Start(unsigned int& thread_id) { argument
78 0, &thread_id);
82 id_ = thread_id;
H A Dthread_posix.cc176 bool ThreadPosix::Start(unsigned int& thread_id) argument
211 thread_id = static_cast<unsigned int>(thread_);
/external/chromium_org/v8/test/cctest/
H A Dtest-threads.cc137 i::ThreadId thread_id = i::ThreadId::Current(); local
139 CHECK(!(*refs_)[i].Equals(thread_id));
141 CHECK(thread_id.IsValid());
142 (*refs_)[thread_no_] = thread_id;
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cc74 pthread_t thread_id; local
77 pthread_create_result = pthread_create(&thread_id, NULL, IncrementerThread,
86 ASSERT_EQ(0, pthread_join(thread_id, NULL));
/external/ceres-solver/internal/ceres/
H A Dcoordinate_descent_minimizer.cc156 int thread_id = omp_get_thread_num(); local
158 int thread_id = 0;
182 linear_solvers[thread_id],
/external/chromium_org/base/
H A Dobserver_list_threadsafe.h115 base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); local
118 if (observer_lists_.find(thread_id) == observer_lists_.end())
119 observer_lists_[thread_id] = new ObserverListContext(type_);
120 list = &(observer_lists_[thread_id]->list);
133 base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); local
136 typename ObserversListMap::iterator it = observer_lists_.find(thread_id);
/external/chromium_org/base/threading/
H A Dthread.h169 PlatformThreadId thread_id() const { return thread_id_; } function in class:base::Thread
/external/chromium_org/base/win/
H A Dscoped_handle.cc29 DWORD thread_id; member in struct:__anon2612::Info
96 DWORD thread_id = GetCurrentThreadId();
100 Info handle_info = { owner, pc1, pc2, thread_id };
/external/chromium_org/chrome/browser/
H A Dchrome_process_finder_win.cc111 DWORD thread_id = GetWindowThreadProcessId(remote_window, &process_id); local
112 if (!thread_id || !process_id)
/external/chromium_org/sandbox/win/src/
H A Dpolicy_target_test.cc111 DWORD thread_id = ::GetCurrentThreadId(); local
112 HANDLE thread = ::OpenThread(SYNCHRONIZE, FALSE, thread_id);
130 DWORD thread_id; local
132 &thread_id);
138 thread = ::OpenThread(SYNCHRONIZE, FALSE, thread_id);
260 EXPECT_NE(::GetThreadDesktop(target.thread_id()),
323 EXPECT_NE(::GetThreadDesktop(target.thread_id()),

Completed in 574 milliseconds

123456