Home
last modified time | relevance | path

Searched refs:new_tid (Results 1 – 2 of 2) sorted by relevance

/external/qemu/memcheck/
Dmemcheck_proc_management.c506 memcheck_clone(uint32_t tgid, uint32_t new_tid) in memcheck_clone() argument
513 if (new_tid == tgid) { in memcheck_clone()
521 tgid, new_tid, current_tid); in memcheck_clone()
527 tgid, new_tid, parent_proc->image_path, parent_proc->pid, in memcheck_clone()
531 create_new_thread(parent_proc, new_tid); in memcheck_clone()
534 tgid, new_tid, parent_proc->image_path, parent_proc->pid, current_tid); in memcheck_clone()
Dmemcheck.h130 void memcheck_clone(uint32_t tgid, uint32_t new_tid);