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

  /external/valgrind/main/coregrind/
vgdb.c 407 static VgdbThreadState vgdb_threads[VG_N_THREADS]; variable
587 (unsigned char *)&(vgdb_threads[i].status),
595 (unsigned char *)&(vgdb_threads[i].lwpid),
602 if (vgdb_threads[i].status != VgTs_Empty) {
604 i, name_of_ThreadStatus(vgdb_threads[i].status),
605 vgdb_threads[i].lwpid);
607 if (vgdb_threads[i].lwpid <= 1) {
608 if (vgdb_threads[i].lwpid == 0
609 && vgdb_threads[i].status == VgTs_Init) {
611 i, name_of_ThreadStatus(vgdb_threads[i].status)
    [all...]

Completed in 213 milliseconds