Searched refs:resume_count (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/debugger/
H A Ddebugger.cpp886 fbl::atomic<int> resume_count; member in struct:__anon1329::suspend_in_exception_data
913 atomic_fetch_add(&data->resume_count, 1);
999 data.resume_count.store(0);
1030 // Don't check these until now to ensure the resume_count has been
1037 EXPECT_EQ(data.resume_count.load(), kNumSegvTries + 1);

Completed in 66 milliseconds