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

  /external/valgrind/coregrind/
pub_core_gdbserver.h 205 int vg_n_threads; member in struct:__anon37513
224 int vg_n_threads; member in struct:__anon37514
vgdb-invoker-ptrace.c 198 static int vg_n_threads; variable
397 vg_n_threads = shared32->vg_n_threads;
404 vg_n_threads = shared64->vg_n_threads;
412 vgdb_threads = vmalloc(vg_n_threads * sizeof vgdb_threads[0]);
415 DEBUG(1, "examining thread entries from tid 1 to tid %d\n", vg_n_threads-1);
416 for (i = 1; i < vg_n_threads; i++) {
483 for (i = 1; i < vg_n_threads; i++) {
    [all...]

Completed in 133 milliseconds