Home
last modified time | relevance | path

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

/system/core/libsysutils/include/sysutils/
DSocketListener.h56 static void *threadStart(void *obj);
/system/core/logd/
DLogTimes.h43 static void* threadStart(void* me);
DLogTimes.cpp56 if (!pthread_create(&mThread, &attr, LogTimeEntry::threadStart, in startReader_Locked()
68 void* LogTimeEntry::threadStart(void* obj) { in threadStart() function in LogTimeEntry
/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()