Searched defs:tidW (Results 1 - 2 of 2) sorted by last modified time

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c87 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) argument
90 ThreadId tid = (ThreadId)tidW;
95 (ULong)tidW);
126 (ULong)tidW);
203 static void run_a_thread_NORETURN ( Word tidW )
207 ThreadId tid = (ThreadId)tidW;
212 (ULong)tidW);
222 (ULong)tidW);
246 (ULong)tidW, tst->err_disablement_level
256 (ULong)tidW);
[all...]
H A Dsyswrap-linux.c70 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) argument
73 ThreadId tid = (ThreadId)tidW;
78 (ULong)tidW);
112 (ULong)tidW, VG_(name_of_VgSchedReturnCode)(ret));
125 static void run_a_thread_NORETURN ( Word tidW )
127 ThreadId tid = (ThreadId)tidW;
137 (ULong)tidW);
160 (ULong)tidW);
184 (ULong)tidW, tst->err_disablement_level
194 (ULong)tidW);
[all...]

Completed in 132 milliseconds