Searched defs:xargs (Results 1 - 1 of 1) 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...]

Completed in 67 milliseconds