Searched defs:PlatformThread (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/threading/
H A Dplatform_thread.h5 // WARNING: You should *NOT* be using this class directly. PlatformThread is
51 class BASE_API PlatformThread { class in namespace:base
95 DISALLOW_IMPLICIT_CONSTRUCTORS(PlatformThread);
/external/webkit/Source/JavaScriptCore/heap/
H A DMachineStackMarker.cpp107 typedef mach_port_t PlatformThread; typedef in namespace:JSC
109 typedef HANDLE PlatformThread; typedef in namespace:JSC
111 typedef pthread_t PlatformThread; typedef in namespace:JSC
125 Thread(pthread_t pthread, const PlatformThread& platThread, void* base)
146 PlatformThread platformThread;
180 static inline PlatformThread getCurrentPlatformThread()
282 static inline void suspendThread(const PlatformThread& platformThread)
295 static inline void resumeThread(const PlatformThread& platformThread)
334 static size_t getPlatformThreadRegisters(const PlatformThread& platformThread, PlatformThreadRegisters& regs)

Completed in 408 milliseconds