Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
DLatency.cpp132 ThreadArg thread_arg; in threadTransaction() local
137 thread_arg.target = target; in threadTransaction()
138 thread_arg.result = presults; in threadTransaction()
143 REQUIRE(!pthread_create(&thread, &attr, threadStart, &thread_arg)); in threadTransaction()