Searched refs:runThreadWithRegistration (Results 1 – 3 of 3) sorted by relevance
146 static void* runThreadWithRegistration(void* arg) in runThreadWithRegistration() function166 if (pthread_create(&threadHandle, 0, runThreadWithRegistration, invocation.get())) { in createThreadInternal()
6657 (WTF::runThreadWithRegistration): Use -> instead of . to dereference pointer.6774 (WTF::runThreadWithRegistration):
9021 …(WTF::runThreadWithRegistration): register the thread and run entryPoint. Unregister the thread af…9022 (WTF::createThreadInternal): call runThreadWithRegistration instead of entryPoint directly.