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

  /external/qemu/memcheck/
memcheck_proc_management.c 76 ThreadDesc* new_thread = (ThreadDesc*)qemu_malloc(sizeof(ThreadDesc)); local
77 if (new_thread == NULL) {
81 new_thread->tid = tid;
82 new_thread->process = proc;
83 new_thread->call_stack = NULL;
84 new_thread->call_stack_count = 0;
85 new_thread->call_stack_max = 0;
86 LIST_INSERT_HEAD(&thread_list, new_thread, global_entry);
87 LIST_INSERT_HEAD(&proc->threads, new_thread, proc_entry);
88 return new_thread;
    [all...]
  /external/bluetooth/glib/gthread/
ChangeLog 806 * testgthread.c (new_thread): As a joinable thread seems to be the
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gdbserver 
  /external/bluetooth/glib/
ChangeLog.pre-1-2     [all...]

Completed in 651 milliseconds