Searched defs:xargs (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_intercepts.c196 volatile Word* xargs = (volatile Word*) xargsV; local
197 void*(*fn)(void*) = (void*(*)(void*))xargs[0];
198 void* arg = (void*)xargs[1];
204 hence deallocate xargs[] while we still need it, and (2) we
211 disables checking on xargs[] before creating the child and
217 xargs[2] = 0;
218 /* Now we can no longer safely use xargs[]. */
237 volatile Word xargs[3]; local
243 xargs[0] = (Word)start;
244 xargs[
[all...]
/external/valgrind/tsan/
H A Dts_valgrind_intercepts.c642 volatile Word volatile* xargs = (volatile Word volatile*) xargsV; local
643 void*(*fn)(void*) = (void*(*)(void*))xargs[0];
644 void* arg = (void*)xargs[1];
675 hence deallocate xargs[] while we still need it, and (2) we
678 xargs[2] = 0;
679 /* Now we can no longer safely use xargs[]. */
688 volatile Word xargs[3]; local
694 xargs[0] = (Word)start;
695 xargs[1] = (Word)arg;
696 xargs[
[all...]

Completed in 72 milliseconds