Searched refs:IncrementThread (Results 1 – 1 of 1) sorted by relevance
84 class IncrementThread : public Thread { class86 explicit IncrementThread(int* value) in IncrementThread() function in rtc::__anon048dfed50111::IncrementThread100 RTC_DISALLOW_COPY_AND_ASSIGN(IncrementThread);105 IncrementThread thread1(&value); in DataRace()106 IncrementThread thread2(&value); in DataRace()