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

  /external/lldb/test/python_api/event/
TestEvents.py 124 my_thread = MyListeningThread()
125 my_thread.start()
136 my_thread.join()
191 my_thread = MyListeningThread()
192 my_thread.start()
195 my_thread.join()
284 my_thread = MyListeningThread()
287 my_thread.context = self
288 my_thread.start()
291 my_thread.join(
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp 76 static void* my_thread(void* param) { function
120 int ret = pthread_create(&g_threads[n], &attr, my_thread, (void*)n);
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 358 static void ThreadBody(MyThread *my_thread) {
359 if (my_thread->name_) {
360 ANNOTATE_THREAD_NAME(my_thread->name_);
362 my_thread->w_(my_thread->arg_);
  /external/chromium_org/base/time/
time_win.cc 169 static PlatformThreadId my_thread = PlatformThread::CurrentId(); local
170 DCHECK(PlatformThread::CurrentId() == my_thread);

Completed in 297 milliseconds