Home
last modified time | relevance | path

Searched defs:PlatformThreadHandle (Results 1 – 7 of 7) sorted by relevance

/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/
Dplatform_thread.h54 constexpr PlatformThreadHandle() : handle_(0) {} in PlatformThreadHandle() function
56 explicit constexpr PlatformThreadHandle(Handle handle) : handle_(handle) {} in PlatformThreadHandle() function
/external/libchrome/base/threading/
Dplatform_thread.h84 constexpr PlatformThreadHandle() : handle_(0) {} in PlatformThreadHandle() function
86 explicit constexpr PlatformThreadHandle(Handle handle) : handle_(handle) {} in PlatformThreadHandle() function
/external/cronet/base/threading/
Dplatform_thread.h62 constexpr PlatformThreadHandle() : handle_(0) {} in PlatformThreadHandle() function
64 explicit constexpr PlatformThreadHandle(Handle handle) : handle_(handle) {} in PlatformThreadHandle() function
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/time/
Dtime.h121 class PlatformThreadHandle; variable
/external/libchrome/base/time/
Dtime.h92 class PlatformThreadHandle; variable
/external/cronet/base/time/
Dtime.h118 class PlatformThreadHandle; variable
/external/libchrome/base/debug/
Dactivity_tracker.h45 class PlatformThreadHandle; variable