Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
Dschd-dbg.cpp303 thread_priv_t thread_priv; in thread_transaction() local
308 thread_priv.target = target; in thread_transaction()
309 thread_priv.result = results_fifo; in thread_transaction()
314 ASSERT(!pthread_create(&thread, &attr, &thread_start, &thread_priv)); in thread_transaction()