Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c357 static int dl_pool_diff = 0; variable
377 ++dl_pool_diff; in create_deps_list()
387 --dl_pool_diff; in free_deps_list()
398 return dn_pool_diff == 0 && dl_pool_diff == 0; in deps_pools_are_empty_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc357 static int dl_pool_diff = 0; variable
377 ++dl_pool_diff; in create_deps_list()
387 --dl_pool_diff; in free_deps_list()
398 return dn_pool_diff == 0 && dl_pool_diff == 0; in deps_pools_are_empty_p()
H A DChangeLog-200711390 (dn_pool_diff, dl_pool_diff): New static variables.