Searched refs:threadMain (Results 1 - 1 of 1) sorted by last modified time

/system/core/libsync/tests/
H A Dsync_test.cpp494 auto threadMain = [&](int threadId) { local
511 thread a{threadMain, 0};
512 thread b{threadMain, 1};
532 auto threadMain = [&](int threadId) { local
558 threads.push_back(thread{threadMain, i});

Completed in 45 milliseconds