Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DThreadingPthreads.cpp146 static void* runThreadWithRegistration(void* arg) in runThreadWithRegistration() function
166 if (pthread_create(&threadHandle, 0, runThreadWithRegistration, invocation.get())) { in createThreadInternal()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-166657 (WTF::runThreadWithRegistration): Use -> instead of . to dereference pointer.
6774 (WTF::runThreadWithRegistration):
DChangeLog-2009-06-169021 …(WTF::runThreadWithRegistration): register the thread and run entryPoint. Unregister the thread af…
9022 (WTF::createThreadInternal): call runThreadWithRegistration instead of entryPoint directly.