HomeSort by relevance Sort by last modified time
    Searched refs:DoStuff (Results 1 - 8 of 8) sorted by null

  /external/chromium/base/threading/
thread_checker_unittest.cc 15 // Both the destructor and DoStuff should verify that they were
22 void DoStuff() {
37 // Calls ThreadCheckerClass::DoStuff on another thread.
46 thread_checker_class_->DoStuff();
77 // Verify that DoStuff doesn't assert.
78 thread_checker_class->DoStuff();
101 // Verify that DoStuff doesn't assert when called on a different thread after
116 // DoStuff should assert in debug builds only when called on a
140 // DoStuff doesn't assert when called on a different thread
148 // DoStuff should assert in debug builds only after moving t
    [all...]
non_thread_safe_unittest.cc 15 // Both the destructor and DoStuff should verify that they were
22 void DoStuff() {
37 // Calls NonThreadSafeClass::DoStuff on another thread.
46 non_thread_safe_class_->DoStuff();
77 // Verify that DoStuff doesn't assert.
78 non_thread_safe_class->DoStuff();
104 // Verify that DoStuff asserts in debug builds only when called
  /external/chromium_org/base/threading/
thread_checker_unittest.cc 25 // Both the destructor and DoStuff should verify that they were
32 void DoStuff() {
47 // Calls ThreadCheckerClass::DoStuff on another thread.
56 thread_checker_class_->DoStuff();
90 // Verify that DoStuff doesn't assert.
91 thread_checker_class->DoStuff();
114 // Verify that DoStuff doesn't assert when called on a different thread after
129 // DoStuff should assert in debug builds only when called on a
153 // DoStuff doesn't assert when called on a different thread
161 // DoStuff should assert in debug builds only after moving t
    [all...]
non_thread_safe_unittest.cc 25 // Both the destructor and DoStuff should verify that they were
32 void DoStuff() {
47 // Calls NonThreadSafeClass::DoStuff on another thread.
56 non_thread_safe_class_->DoStuff();
90 // Verify that DoStuff doesn't assert.
91 non_thread_safe_class->DoStuff();
117 // Verify that DoStuff asserts in debug builds only when called
  /external/chromium/base/synchronization/
lock_unittest.cc 153 static void DoStuff(Lock* lock, int* value) {
164 DoStuff(lock_, value_);
183 MutexLockTestThread::DoStuff(&lock, &value);
205 MutexLockTestThread::DoStuff(&lock, &value);
  /external/chromium_org/base/synchronization/
lock_unittest.cc 155 static void DoStuff(Lock* lock, int* value) {
166 DoStuff(lock_, value_);
185 MutexLockTestThread::DoStuff(&lock, &value);
207 MutexLockTestThread::DoStuff(&lock, &value);
  /external/sfntly/cpp/src/test/
lock_test.cc 168 static void DoStuff(Lock* lock, int* value) {
179 DoStuff(lock_, value_);
198 MutexLockTestThread::DoStuff(&lock, &value);
221 MutexLockTestThread::DoStuff(&lock, &value);
  /external/chromium_org/base/
sequence_checker_unittest.cc 33 // DoStuff should verify that it's called on a valid sequenced thread.
41 void DoStuff() {
83 base::Bind(&SequenceCheckedObject::DoStuff,
91 base::Bind(&SequenceCheckedObject::DoStuff,
124 // Verify that DoStuff doesn't assert.
125 sequence_checked_object->DoStuff();
144 // Verify that DoStuff doesn't assert when called on a different thread after
191 // DoStuff should assert in debug builds only when called on a
215 // DoStuff doesn't assert when called on a different thread
221 // DoStuff should assert in debug builds only after moving t
    [all...]

Completed in 74 milliseconds