HomeSort by relevance Sort by last modified time
    Searched full:thread_done (Results 1 - 15 of 15) sorted by null

  /system/extras/memory_replay/dumps/
README 22 thread_done - Terminate the thread with the given tid.
66 <tid>: thread_done 0x0
71 600: thread_done 0x0
  /system/extras/memory_replay/tests/
ThreadsTest.cpp 35 thread->CreateAction(0x1234, "thread_done", "");
69 thread1->CreateAction(0x1234, "thread_done", "");
70 thread2->CreateAction(0x1235, "thread_done", "");
71 thread3->CreateAction(0x1236, "thread_done", "");
106 thread->CreateAction(0x1236, "thread_done", "");
ThreadTest.cpp 106 Action* action = thread.CreateAction(0x1234, "thread_done", "");
ActionTest.cpp 162 Action* action = Action::CreateAction(0x0, "thread_done", line, memory);
  /system/extras/memory_replay/
Threads.cpp 154 threads_[i].CreateAction(0, "thread_done", nullptr);
Action.cpp 192 } else if (strcmp(type, "thread_done") == 0) {
main.cpp 62 // Skip the thread_done message.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_testcapimodule.c 1275 static PyThread_type_lock thread_done = NULL; variable
    [all...]
  /external/python/cpython2/Modules/
_testcapimodule.c 1862 static PyThread_type_lock thread_done = NULL; variable
    [all...]
  /bionic/libc/malloc_debug/
RecordData.cpp 52 return android::base::StringPrintf("%d: thread_done 0x0\n", tid_);
README.md 299 187: thread_done 0x0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_testcapi.so 
  /external/python/cpython3/Modules/
_testcapimodule.c 2220 static PyThread_type_lock thread_done = NULL; variable
    [all...]
  /external/ltp/testcases/realtime/func/matrix_mult/
matrix_mult.c 57 #define THREAD_DONE 3
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp     [all...]

Completed in 351 milliseconds