Searched refs:currentThread (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10/WTF-7600.1.24/wtf/
H A DThreading.h96 WTF_EXPORT_PRIVATE ThreadIdentifier currentThread();
105 using WTF::currentThread;
H A DWeakPtr.h54 ASSERT(m_boundThread == currentThread());
64 ASSERT(m_boundThread == currentThread());
73 m_boundThread = currentThread();
84 , m_boundThread(currentThread())
H A DMainThread.cpp95 mainThreadIdentifier = currentThread();
236 return currentThread() == mainThreadIdentifier;
243 return threadId == currentThread();
/macosx-10.10/WTF-7600.1.24/wtf/mac/
H A DMainThreadMac.mm78 mainThreadNSThread = [[NSThread currentThread] retain];
169 sApplicationUIThreadIdentifier = currentThread();
175 sWebThreadIdentifier = currentThread();
184 mainThreadNSThread = [[NSThread currentThread] retain];
189 ThreadIdentifier currentThreadId = currentThread();
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dsched_tests.c57 int currentThread; member in struct:t1_ctx
71 dprintf("thread %d (pthread %p) started\n", ctx->currentThread, pthread_self());
77 ctx->currentThread, kret);
83 dprintf("thread %d going realtime\n", ctx->currentThread);
90 ctx->currentThread, kret);
97 dprintf("thread %d blocking on common semaphore\n", ctx->currentThread);
102 ctx->currentThread, kret);
107 dprintf("thread %d woke up at %llu\n", ctx->currentThread, ctx->wakeup_time);
112 ctx->currentThread, kret);
152 ctxs[i].currentThread
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSCallbackData.h54 , m_thread(currentThread())
62 ASSERT(m_thread == currentThread());
H A DScheduledAction.cpp133 ASSERT(workerGlobalScope->thread().threadID() == currentThread());
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioDestinationNode.cpp60 context()->setAudioThread(currentThread());
H A DAudioContext.cpp669 ThreadIdentifier thisThread = currentThread();
684 ThreadIdentifier thisThread = currentThread();
717 ASSERT(currentThread() == m_graphOwnerThread);
725 return currentThread() == m_audioThread;
730 return currentThread() == m_graphOwnerThread;
/macosx-10.10/WebCore-7600.1.25/storage/wince/
H A DDatabaseThreadWinCE.h51 ThreadIdentifier getThreadID() const { return currentThread(); }
/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingThread.cpp46 return currentThread() == shared().m_threadIdentifier;
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DDatabaseThread.cpp232 ASSERT(currentThread() == m_threadID);
240 ASSERT(currentThread() == m_threadID);
H A DDatabaseBackend.cpp81 ASSERT(currentThread() == databaseContext()->databaseThread()->getThreadID());
H A DSQLTransactionBackend.cpp383 ASSERT(currentThread() == database()->databaseContext()->databaseThread()->getThreadID());
543 ASSERT(currentThread() == database()->databaseContext()->databaseThread()->getThreadID());
/macosx-10.10/WebCore-7600.1.25/platform/
H A DTimer.h143 ASSERT(m_thread == currentThread());
145 ASSERT(WebThreadIsCurrent() || pthread_main_np() || m_thread == currentThread());
H A DSupplementable.h122 Supplementable() : m_threadId(currentThread()) { }
/macosx-10.10/WebCore-7600.1.25/workers/
H A DWorkerRunLoop.cpp149 ASSERT(context->thread().threadID() == currentThread());
179 ASSERT(context->thread().threadID() == currentThread());
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/bind/serial/
H A DSerialBinding.java80 * <code>Thread.currentThread().getContextClassLoader()</code> to use the
94 return Thread.currentThread().getContextClassLoader();
/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteDatabase.h112 ASSERT(m_sharable || currentThread() == m_openingThread || !m_db);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DEntityModel.java240 Thread.currentThread().getContextClassLoader());
/macosx-10.10/Chess-310.6/Sources/
H A DMBCEngine.mm206 [[[NSThread currentThread] threadDictionary]
208 [[[NSThread currentThread] threadDictionary]
583 [[[NSThread currentThread] threadDictionary]
586 [[[NSThread currentThread] threadDictionary]
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dsecport.c366 PRThread * currentThread = PR_GetCurrentThread(); local
370 pool->marking_thread = currentThread;
371 } else if (currentThread != pool->marking_thread ) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dsecport.c366 PRThread * currentThread = PR_GetCurrentThread(); local
370 pool->marking_thread = currentThread;
371 } else if (currentThread != pool->marking_thread ) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dsecport.c366 PRThread * currentThread = PR_GetCurrentThread(); local
370 pool->marking_thread = currentThread;
371 } else if (currentThread != pool->marking_thread ) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecport.c366 PRThread * currentThread = PR_GetCurrentThread(); local
370 pool->marking_thread = currentThread;
371 } else if (currentThread != pool->marking_thread ) {

Completed in 337 milliseconds

12