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

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMachineStackMarker.cpp113 : platformThread(platThread)
132 PlatformThread platformThread; member in class:JSC::MachineThreads::Thread
217 if (equalThread(currentPlatformThread, m_registeredThreads->platformThread)) {
225 if (equalThread(t->platformThread, currentPlatformThread)) {
266 static inline void suspendThread(const PlatformThread& platformThread) argument
269 thread_suspend(platformThread);
271 SuspendThread(platformThread);
273 pthread_kill(platformThread, SigThreadSuspendResume);
279 static inline void resumeThread(const PlatformThread& platformThread) argument
282 thread_resume(platformThread);
320 getPlatformThreadRegisters(const PlatformThread& platformThread, PlatformThreadRegisters& regs) argument
[all...]

Completed in 124 milliseconds