Searched refs:threadStart (Results 1 – 3 of 3) sorted by relevance
56 static void *threadStart(void *obj);
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()