Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
Dschd-dbg.cpp52 int no_sync = 0; variable
298 no_sync += reply.readInt32(); in thread_start()
366 no_sync += reply.readInt32(); in worker_fx()
378 double sync_ratio = (1.0 - (double)no_sync / no_trans); in worker_fx()
382 << "\"S\":" << (no_trans - no_sync) << ",\"I\":" << no_trans << "," in worker_fx()