Lines Matching refs:syncId
64 int syncId = 0;
65 task1->RegisterHandler([this, syncId] {
67 synchronizer.Notify(syncId, 1234);
72 syncId, [] {}, timeoutMs);
82 int syncId = 0;
83 task1->RegisterHandler([this, syncId] {
85 synchronizer.Notify(syncId, 1234);
90 syncId, [] {}, timeoutMs);
96 int syncId = 0;
98 task1->RegisterHandler([this, syncId, expect] {
100 synchronizer.Notify(syncId, expect);
106 syncId, [] { return true; }, timeoutMs, result);
113 int syncId = 0;
116 task1->RegisterHandler([this, syncId, &result] {
120 syncId, [] {}, result);
125 task2->RegisterHandler([this, syncId, expect] {
127 synchronizer.Notify(syncId, expect);