Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dthread_unittest.cc846 void WaitAndSetEvent(Event* wait_event, Event* set_event) { in WaitAndSetEvent() function
1038 Bind(&WaitAndSetEvent, &event_set_by_test_thread, in TEST()
1054 Bind(&WaitAndSetEvent, &first, &second)); in TEST()
1056 Bind(&WaitAndSetEvent, &second, &third)); in TEST()
1058 Bind(&WaitAndSetEvent, &third, &fourth)); in TEST()
1076 Bind(&WaitAndSetEvent, &event_set_by_test_thread, in TEST()
1094 Bind(&WaitAndSetEvent, &third, &fourth), in TEST()
1097 Bind(&WaitAndSetEvent, &first, &second), in TEST()
1100 Bind(&WaitAndSetEvent, &second, &third), in TEST()