Home
last modified time | relevance | path

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

/aosp14/system/core/libsync/tests/
H A Dsync_test.cpp523 auto threadMain = [&](int threadId) { in TEST() local
540 thread a{threadMain, 0}; in TEST()
541 thread b{threadMain, 1}; in TEST()
561 auto threadMain = [&](int threadId) { in TEST_P() local
587 threads.push_back(thread{threadMain, i}); in TEST_P()