Home
last modified time | relevance | path

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

/system/core/libsysutils/include/sysutils/
DSocketListener.h56 static void *threadStart(void *obj);
/system/core/libsysutils/src/
DSocketListener.cpp103 if (pthread_create(&mThread, nullptr, SocketListener::threadStart, this)) { in startListener()
143 void *SocketListener::threadStart(void *obj) { in threadStart() function in SocketListener
/system/libhwbinder/vts/performance/
DLatency.cpp111 static void* threadStart(void* p) { in threadStart() function
143 REQUIRE(!pthread_create(&thread, &attr, threadStart, &thread_arg)); in threadTransaction()