Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DCollector.cpp108 , platformThread(platThread) in Thread()
115 PlatformThread platformThread; member in JSC::Heap::Thread
623 static inline void suspendThread(const PlatformThread& platformThread) in suspendThread() argument
626 thread_suspend(platformThread); in suspendThread()
628 SuspendThread(platformThread.handle); in suspendThread()
634 static inline void resumeThread(const PlatformThread& platformThread) in resumeThread() argument
637 thread_resume(platformThread); in resumeThread()
639 ResumeThread(platformThread.handle); in resumeThread()
669 static size_t getPlatformThreadRegisters(const PlatformThread& platformThread, PlatformThreadRegist… in getPlatformThreadRegisters() argument
692 …kern_return_t result = thread_get_state(platformThread, flavor, (thread_state_t)&regs, &user_count… in getPlatformThreadRegisters()
[all …]