Home
last modified time | relevance | path

Searched refs:is_valid_tid (Results 1 – 25 of 33) sorted by relevance

12

/external/valgrind/coregrind/
Dm_threadstate.c107 Bool VG_(is_valid_tid) ( ThreadId tid ) in VG_() argument
135 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
Dm_signals.c1121 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
1327 vg_assert(VG_(is_valid_tid)(tid)); in do_setmask()
1351 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
1416 vg_assert(VG_(is_valid_tid)(tid)); in push_signal_frame()
1839 if (VG_(is_valid_tid)(tid)) { in default_action() local
1891 if (VG_(is_valid_tid)(1)) { in default_action()
1986 vg_assert(VG_(is_valid_tid)(tid)); in deliver_signal()
Dpub_core_threadstate.h451 extern Bool VG_(is_valid_tid) ( ThreadId tid );
Dm_stacktrace.c578 if (VG_(is_valid_tid)(tid_if_known) &&
793 && VG_(is_valid_tid)(tid_if_known)) {
871 && VG_(is_valid_tid)(tid_if_known)) {
Dm_execontext.c349 vg_assert(VG_(is_valid_tid)(tid)); in record_ExeContext_wrk()
Dm_machine.c143 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
167 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
358 if (VG_(is_valid_tid)(tid) in VG_() local
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-ppc32-linux.c384 vg_assert(VG_(is_valid_tid)(tid)); in PRE()
419 vg_assert(VG_(is_valid_tid)(tid)); in PRE()
Dsyswrap-amd64-linux.c222 vg_assert(VG_(is_valid_tid)(tid)); in PRE()
254 vg_assert(VG_(is_valid_tid)(tid)); in PRE()
Dsyswrap-s390x-linux.c335 vg_assert(VG_(is_valid_tid)(tid)); in PRE()
366 vg_assert(VG_(is_valid_tid)(tid)); in PRE()
Dsyswrap-arm-linux.c317 vg_assert(VG_(is_valid_tid)(tid)); in PRE()
340 vg_assert(VG_(is_valid_tid)(tid)); in PRE()
Dsyswrap-mips32-linux.c580 vg_assert (VG_ (is_valid_tid) (tid)); in PRE()
595 vg_assert (VG_ (is_valid_tid) (tid)); in PRE()
Dsyswrap-x86-darwin.c445 vg_assert(VG_(is_valid_tid)(tid)); in wqthread_hijack()
Dsyswrap-arm64-linux.c407 vg_assert(VG_(is_valid_tid)(tid)); in PRE()
Dsyswrap-main.c1672 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
2059 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
2580 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
2792 vg_assert(VG_(is_valid_tid)(tid)); in ML_()
Dsyswrap-amd64-darwin.c497 vg_assert(VG_(is_valid_tid)(tid)); in wqthread_hijack()
Dsyswrap-ppc64-linux.c487 vg_assert(VG_(is_valid_tid)(tid)); in PRE()
/external/valgrind/coregrind/m_sigframe/
Dsigframe-x86-darwin.c227 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
Dsigframe-arm64-linux.c230 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
Dsigframe-amd64-darwin.c240 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
Dsigframe-arm-linux.c254 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
Dsigframe-ppc64-linux.c301 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
Dsigframe-mips64-linux.c215 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
Dsigframe-ppc32-linux.c846 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
Dsigframe-mips32-linux.c276 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c377 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
398 vg_assert(VG_(is_valid_tid)(tid)); in VG_()
871 vg_assert(VG_(is_valid_tid)(tid)); in run_thread_for_a_while()

12