Searched refs:threadStart (Results 1 – 5 of 5) sorted by relevance
56 static void *threadStart(void *obj);
43 static void* threadStart(void* me);
56 if (!pthread_create(&mThread, &attr, LogTimeEntry::threadStart, in startReader_Locked()68 void* LogTimeEntry::threadStart(void* obj) { in threadStart() function in LogTimeEntry
103 if (pthread_create(&mThread, nullptr, SocketListener::threadStart, this)) { in startListener()143 void *SocketListener::threadStart(void *obj) { in threadStart() function in SocketListener
111 static void* threadStart(void* p) { in threadStart() function143 REQUIRE(!pthread_create(&thread, &attr, threadStart, &thread_arg)); in threadTransaction()