Home
last modified time | relevance | path

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

/system/core/libsysutils/include/sysutils/
DSocketListener.h55 static void *threadStart(void *obj);
/system/core/logd/
DLogTimes.cpp62 if (!pthread_create(&mThread, &attr, LogTimeEntry::threadStart, in startReader_Locked()
116 void* LogTimeEntry::threadStart(void* obj) { in threadStart() function in LogTimeEntry
DLogTimes.h44 static void* threadStart(void* me);
/system/core/libsysutils/src/
DSocketListener.cpp105 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) { in startListener()
146 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()