Searched defs:asserter (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/threading/
H A Dthread_collision_warner_unittest.cc36 // This is the asserter used with ThreadCollisionWarner instead of the default
130 explicit NonThreadSafeQueue(base::AsserterBase* asserter) argument
131 : push_pop_(asserter) {
187 explicit NonThreadSafeQueue(base::AsserterBase* asserter) argument
188 : push_pop_(asserter) {
245 explicit NonThreadSafeQueue(base::AsserterBase* asserter) argument
246 : push_pop_(asserter) {
314 explicit NonThreadSafeQueue(base::AsserterBase* asserter) argument
315 : push_pop_(asserter) {

Completed in 99 milliseconds