Searched refs:PlatformThreadHandle (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dplatform_thread.h36 typedef HANDLE PlatformThreadHandle; typedef in namespace:sfntly
37 const PlatformThreadHandle kNullThreadHandle = NULL;
39 typedef pthread_t PlatformThreadHandle;
40 const PlatformThreadHandle kNullThreadHandle = 0;
61 static bool Create(Delegate* delegate, PlatformThreadHandle* thread_handle);
66 static void Join(PlatformThreadHandle thread_handle);
H A Dplatform_thread.cc32 PlatformThreadHandle* thread_handle) {
43 void PlatformThread::Join(PlatformThreadHandle thread_handle) {
66 PlatformThreadHandle* thread_handle) {
79 void PlatformThread::Join(PlatformThreadHandle thread_handle) {
H A Dlock_test.cc64 PlatformThreadHandle handle = kNullThreadHandle;
132 PlatformThreadHandle handle = kNullThreadHandle;
146 PlatformThreadHandle handle = kNullThreadHandle;
194 PlatformThreadHandle handle = kNullThreadHandle;
213 PlatformThreadHandle handle1 = kNullThreadHandle;
214 PlatformThreadHandle handle2 = kNullThreadHandle;
215 PlatformThreadHandle handle3 = kNullThreadHandle;
/external/sfntly/cpp/src/test/
H A Dplatform_thread.h36 typedef HANDLE PlatformThreadHandle; typedef in namespace:sfntly
37 const PlatformThreadHandle kNullThreadHandle = NULL;
39 typedef pthread_t PlatformThreadHandle;
40 const PlatformThreadHandle kNullThreadHandle = 0;
61 static bool Create(Delegate* delegate, PlatformThreadHandle* thread_handle);
66 static void Join(PlatformThreadHandle thread_handle);
H A Dplatform_thread.cc32 PlatformThreadHandle* thread_handle) {
43 void PlatformThread::Join(PlatformThreadHandle thread_handle) {
66 PlatformThreadHandle* thread_handle) {
79 void PlatformThread::Join(PlatformThreadHandle thread_handle) {
H A Dlock_test.cc64 PlatformThreadHandle handle = kNullThreadHandle;
132 PlatformThreadHandle handle = kNullThreadHandle;
146 PlatformThreadHandle handle = kNullThreadHandle;
194 PlatformThreadHandle handle = kNullThreadHandle;
213 PlatformThreadHandle handle1 = kNullThreadHandle;
214 PlatformThreadHandle handle2 = kNullThreadHandle;
215 PlatformThreadHandle handle3 = kNullThreadHandle;
/external/chromium_org/base/threading/
H A Dplatform_thread.h68 class PlatformThreadHandle { class in namespace:base
76 PlatformThreadHandle() function in class:base::PlatformThreadHandle
81 explicit PlatformThreadHandle(Handle handle) function in class:base::PlatformThreadHandle
86 PlatformThreadHandle(Handle handle, function in class:base::PlatformThreadHandle
92 bool is_equal(const PlatformThreadHandle& other) const {
145 static PlatformThreadHandle CurrentHandle();
170 PlatformThreadHandle* thread_handle);
178 PlatformThreadHandle* thread_handle,
183 // PlatformThreadHandle.
189 static void Join(PlatformThreadHandle thread_handl
[all...]
H A Dthread_id_name_manager.h27 void RegisterThread(PlatformThreadHandle::Handle handle, PlatformThreadId id);
36 void RemoveName(PlatformThreadHandle::Handle handle, PlatformThreadId id);
41 typedef std::map<PlatformThreadId, PlatformThreadHandle::Handle>
43 typedef std::map<PlatformThreadHandle::Handle, std::string*>
58 // Treat the main process specially as there is no PlatformThreadHandle.
H A Dplatform_thread_posix.cc53 PlatformThreadHandle* handle;
72 *(thread_params->handle) = PlatformThreadHandle(pthread_self(),
92 PlatformThreadHandle* thread_handle,
173 PlatformThreadHandle PlatformThread::CurrentHandle() {
174 return PlatformThreadHandle(pthread_self(), CurrentId());
204 PlatformThreadHandle* thread_handle) {
212 PlatformThreadHandle* thread_handle,
221 PlatformThreadHandle unused;
230 void PlatformThread::Join(PlatformThreadHandle thread_handle) {
H A Dplatform_thread_win.cc59 PlatformThreadHandle::Handle platform_handle;
94 PlatformThreadHandle* out_thread_handle) {
119 *out_thread_handle = PlatformThreadHandle(thread_handle);
138 PlatformThreadHandle PlatformThread::CurrentHandle() {
140 return PlatformThreadHandle();
188 PlatformThreadHandle* thread_handle) {
195 PlatformThreadHandle* thread_handle,
209 void PlatformThread::Join(PlatformThreadHandle thread_handle) {
236 void PlatformThread::SetThreadPriority(PlatformThreadHandle handle,
H A Dplatform_thread_unittest.cc32 PlatformThreadHandle handle;
42 PlatformThreadHandle handle[arraysize(thread)];
83 PlatformThreadHandle handle;
99 PlatformThreadHandle handle[arraysize(thread)];
H A Dwatchdog.h84 PlatformThreadHandle handle_;
H A Dthread.h166 PlatformThreadHandle thread_handle() { return thread_; }
226 PlatformThreadHandle thread_;
H A Dthread_id_name_manager.cc43 void ThreadIdNameManager::RegisterThread(PlatformThreadHandle::Handle handle,
93 void ThreadIdNameManager::RemoveName(PlatformThreadHandle::Handle handle,
H A Dplatform_thread_android.cc58 void PlatformThread::SetThreadPriority(PlatformThreadHandle handle,
H A Dplatform_thread_freebsd.cc63 void PlatformThread::SetThreadPriority(PlatformThreadHandle handle,
H A Dplatform_thread_linux.cc74 void PlatformThread::SetThreadPriority(PlatformThreadHandle handle,
/external/chromium_org/base/synchronization/
H A Dlock_unittest.cc54 PlatformThreadHandle handle;
120 PlatformThreadHandle handle;
134 PlatformThreadHandle handle;
181 PlatformThreadHandle handle;
199 PlatformThreadHandle handle1;
200 PlatformThreadHandle handle2;
201 PlatformThreadHandle handle3;
H A Dwaitable_event_unittest.cc99 PlatformThreadHandle thread;
118 PlatformThreadHandle thread;
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_output_surface.cc70 main_thread_handle_(base::PlatformThreadHandle()),
260 void SetThreadPriorityToIdle(base::PlatformThreadHandle handle) {
264 void SetThreadPriorityToDefault(base::PlatformThreadHandle handle) {
269 void SetThreadPriorityToIdle(base::PlatformThreadHandle handle) {}
270 void SetThreadPriorityToDefault(base::PlatformThreadHandle handle) {}
/external/chromium_org/media/audio/
H A Daudio_device_thread.cc53 base::PlatformThreadHandle thread_;
124 base::PlatformThreadHandle thread = base::PlatformThreadHandle();
/external/chromium_org/device/usb/
H A Dusb_context.cc31 base::PlatformThreadHandle thread_handle_;
/external/chromium_org/remoting/base/
H A Dauto_thread.h98 base::PlatformThreadHandle thread_;
/external/chromium_org/content/common/
H A Done_writer_seqlock_unittest.cc71 PlatformThreadHandle handles[kNumReaderThreads];
/external/chromium_org/ppapi/proxy/
H A Dppb_var_unittest.cc168 std::vector<base::PlatformThreadHandle> create_var_threads(kNumThreads);
197 std::vector<base::PlatformThreadHandle> change_ref_var_threads(kNumThreads);
220 std::vector<base::PlatformThreadHandle> remove_ref_var_threads(kNumThreads);

Completed in 1706 milliseconds

12