HomeSort by relevance Sort by last modified time
    Searched defs:threadStart (Results 1 - 4 of 4) sorted by null

  /system/core/logd/
LogTimes.cpp 63 if (!pthread_create(&mThread, &attr, LogTimeEntry::threadStart,
117 void* LogTimeEntry::threadStart(void* obj) {
  /system/core/libsysutils/src/
SocketListener.cpp 105 if (pthread_create(&mThread, NULL, SocketListener::threadStart, this)) {
146 void *SocketListener::threadStart(void *obj) {
  /system/libhwbinder/vts/performance/
Latency.cpp 111 static void* threadStart(void* p) {
143 REQUIRE(!pthread_create(&thread, &attr, threadStart, &thread_arg));
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 126 milliseconds