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

  /external/chromium/base/threading/
platform_thread.h 30 // PlatformThreadHandle should not be assumed to be a numeric type, since the
36 typedef void* PlatformThreadHandle; // HANDLE
37 const PlatformThreadHandle kNullThreadHandle = NULL;
39 typedef pthread_t PlatformThreadHandle;
40 const PlatformThreadHandle kNullThreadHandle = 0;
82 PlatformThreadHandle* thread_handle);
86 // PlatformThreadHandle.
92 static void Join(PlatformThreadHandle thread_handle);
platform_thread_unittest.cc 31 PlatformThreadHandle handle = kNullThreadHandle;
41 PlatformThreadHandle handle[arraysize(thread)];
79 PlatformThreadHandle handle = kNullThreadHandle;
92 PlatformThreadHandle handle[arraysize(thread)];
platform_thread_win.cc 46 PlatformThreadHandle* out_thread_handle) {
47 PlatformThreadHandle thread_handle;
117 PlatformThreadHandle* thread_handle) {
128 void PlatformThread::Join(PlatformThreadHandle thread_handle) {
thread.h 123 PlatformThreadHandle thread_handle() { return thread_; }
172 PlatformThreadHandle thread_;
platform_thread_posix.cc 57 PlatformThreadHandle* thread_handle) {
202 PlatformThreadHandle* thread_handle) {
209 PlatformThreadHandle unused;
217 void PlatformThread::Join(PlatformThreadHandle thread_handle) {
watchdog.h 77 PlatformThreadHandle handle_;
simple_thread.h 111 PlatformThreadHandle thread_; // PlatformThread handle, invalid after Join!
  /external/chromium/base/synchronization/
lock_unittest.cc 52 PlatformThreadHandle handle = kNullThreadHandle;
118 PlatformThreadHandle handle = kNullThreadHandle;
132 PlatformThreadHandle handle = kNullThreadHandle;
179 PlatformThreadHandle handle = kNullThreadHandle;
197 PlatformThreadHandle handle1 = kNullThreadHandle;
198 PlatformThreadHandle handle2 = kNullThreadHandle;
199 PlatformThreadHandle handle3 = kNullThreadHandle;
waitable_event_unittest.cc 95 PlatformThreadHandle thread;
condition_variable_unittest.cc 132 scoped_array<PlatformThreadHandle> thread_handles_;
481 thread_handles_(new PlatformThreadHandle[thread_count]),
495 PlatformThreadHandle pth;
  /external/chromium/base/
tools_sanity_unittest.cc 118 PlatformThreadHandle a;
119 PlatformThreadHandle b;
shared_memory_unittest.cc 233 scoped_array<PlatformThreadHandle> thread_handles;
236 thread_handles.reset(new PlatformThreadHandle[numthreads]);
241 PlatformThreadHandle pth;
265 PlatformThreadHandle thread_handles[kNumThreads];
270 PlatformThreadHandle pth;
observer_list_unittest.cc 292 base::PlatformThreadHandle threads[kMaxThreads];
  /external/chromium/net/base/
directory_lister.h 109 base::PlatformThreadHandle thread_;
  /external/chromium/chrome/common/deprecated/
event_sys_unittest.cc 158 base::PlatformThreadHandle thread;
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc     [all...]

Completed in 264 milliseconds