Home
last modified time | relevance | path

Searched refs:platformThread (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DCollector.cpp129 , platformThread(platThread) in Thread()
136 PlatformThread platformThread; member in JSC::Heap::Thread
827 static inline void suspendThread(const PlatformThread& platformThread) in suspendThread() argument
830 thread_suspend(platformThread); in suspendThread()
832 SuspendThread(platformThread); in suspendThread()
838 static inline void resumeThread(const PlatformThread& platformThread) in resumeThread() argument
841 thread_resume(platformThread); in resumeThread()
843 ResumeThread(platformThread); in resumeThread()
873 static size_t getPlatformThreadRegisters(const PlatformThread& platformThread, PlatformThreadRegist… in getPlatformThreadRegisters() argument
896 …kern_return_t result = thread_get_state(platformThread, flavor, (thread_state_t)&regs, &user_count… in getPlatformThreadRegisters()
[all …]