Searched refs:threadStart (Results 1 – 5 of 5) sorted by relevance
55 static void *threadStart(void *obj);
62 if (!pthread_create(&mThread, &attr, LogTimeEntry::threadStart, in startReader_Locked()116 void* LogTimeEntry::threadStart(void* obj) { in threadStart() function in LogTimeEntry
44 static void* threadStart(void* me);
105 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) { in startListener()146 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()