Searched refs:count_daemon (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-solaris.c78 count_daemon == True: count daemon threads
79 count_daemon == False: count non-daemon threads */
80 static UInt count_living_daemon_threads(Bool count_daemon) argument
86 VG_(threads)[tid].os_state.daemon_thread == count_daemon)

Completed in 119 milliseconds