Home
last modified time | relevance | path

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

/external/valgrind/exp-bbv/
Dbbv_main.c73 static Int allocated_threads=1; variable
387 allocated_threads, in bbv_instrument()
497 if (tid >= allocated_threads) { in bbv_thread_called()
498 bbv_thread=allocate_new_thread(bbv_thread,allocated_threads,tid+1); in bbv_thread_called()
499 allocated_threads=tid+1; in bbv_thread_called()
561 for(i=0;i<allocated_threads;i++) { in bbv_fini()
618 bbv_thread=allocate_new_thread(bbv_thread,0,allocated_threads); in bbv_pre_clo_init()