HomeSort by relevance Sort by last modified time
    Searched defs:xargs (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/helgrind/
hg_intercepts.c 196 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[1] = (Word)arg
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 116 milliseconds