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

  /external/valgrind/helgrind/
hg_lock_n_thread.h 100 /* Get hg's admin_threads value, so libhb can visit all of them. */
hg_main.c 126 static Thread* admin_threads = NULL; variable
127 Thread* get_admin_threads ( void ) { return admin_threads; }
179 thread->admin = admin_threads;
180 admin_threads = thread;
422 for (n = 0, t = admin_threads; t; n++, t = t->admin) {
425 space(d); VG_(printf)("admin_threads (%d records) {\n", n);
426 for (i = 0, t = admin_threads; t; i++, t = t->admin) {
429 VG_(printf)("admin_threads record %d of %d:\n", i, n);
593 tl_assert(admin_threads == NULL);
854 for (thr = admin_threads; thr; thr = thr->admin)
    [all...]

Completed in 1150 milliseconds