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

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c65 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) argument
68 ThreadId tid = (ThreadId)tidW;
73 (ULong)tidW);
107 (ULong)tidW);
120 static void run_a_thread_NORETURN ( Word tidW )
122 ThreadId tid = (ThreadId)tidW;
129 (ULong)tidW);
139 (ULong)tidW);
163 (ULong)tidW, tst->err_disablement_level
173 (ULong)tidW);
[all...]
H A Dsyswrap-darwin.c88 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW) argument
91 ThreadId tid = (ThreadId)tidW;
96 (ULong)tidW);
127 (ULong)tidW);
204 static void run_a_thread_NORETURN ( Word tidW )
208 ThreadId tid = (ThreadId)tidW;
213 (ULong)tidW);
223 (ULong)tidW);
247 (ULong)tidW, tst->err_disablement_level
257 (ULong)tidW);
[all...]

Completed in 149 milliseconds