HomeSort by relevance Sort by last modified time
    Searched refs:maybe_record_error (Results 1 - 13 of 13) sorted by null

  /external/valgrind/main/drd/
drd_cond.c 30 #include "pub_tool_errormgr.h" /* VG_(maybe_record_error)() */
98 VG_(maybe_record_error)(VG_(get_running_tid)(),
118 VG_(maybe_record_error)(VG_(get_running_tid)(),
169 VG_(maybe_record_error)(VG_(get_running_tid)(),
196 VG_(maybe_record_error)(VG_(get_running_tid)(),
207 VG_(maybe_record_error)(VG_(get_running_tid)(),
239 VG_(maybe_record_error)(VG_(get_running_tid)(),
256 VG_(maybe_record_error)(VG_(get_running_tid)(),
271 VG_(maybe_record_error)(vg_tid,
312 VG_(maybe_record_error)(VG_(get_running_tid)()
    [all...]
drd_semaphore.c 30 #include "pub_tool_errormgr.h" // VG_(maybe_record_error)()
125 VG_(maybe_record_error)(VG_(get_running_tid)(),
190 VG_(maybe_record_error)(vg_tid,
206 VG_(maybe_record_error)(vg_tid,
244 VG_(maybe_record_error)(VG_(get_running_tid)(),
281 VG_(maybe_record_error)(vg_tid,
324 VG_(maybe_record_error)(VG_(get_running_tid)(),
348 VG_(maybe_record_error)(VG_(get_running_tid)(),
394 VG_(maybe_record_error)(VG_(get_running_tid)(),
drd_mutex.c 31 #include "pub_tool_errormgr.h" // VG_(maybe_record_error)()
106 VG_(maybe_record_error)(VG_(get_running_tid)(),
122 VG_(maybe_record_error)(VG_(get_running_tid)(),
137 VG_(maybe_record_error)(VG_(get_running_tid)(),
207 VG_(maybe_record_error)(vg_tid,
283 VG_(maybe_record_error)(VG_(get_running_tid)(),
392 VG_(maybe_record_error)(vg_tid,
413 VG_(maybe_record_error)(vg_tid,
434 VG_(maybe_record_error)(vg_tid,
530 VG_(maybe_record_error)(VG_(get_running_tid)()
    [all...]
drd_barrier.c 30 #include "pub_tool_errormgr.h" // VG_(maybe_record_error)()
156 VG_(maybe_record_error)(VG_(get_running_tid)(),
233 VG_(maybe_record_error)(VG_(get_running_tid)(),
246 VG_(maybe_record_error)(VG_(get_running_tid)(),
282 VG_(maybe_record_error)(VG_(get_running_tid)(),
315 VG_(maybe_record_error)(VG_(get_running_tid)(),
326 VG_(maybe_record_error)(VG_(get_running_tid)(),
443 VG_(maybe_record_error)(VG_(get_running_tid)(),
535 VG_(maybe_record_error)(VG_(get_running_tid)(),
drd_rwlock.c 30 #include "pub_tool_errormgr.h" // VG_(maybe_record_error)()
215 VG_(maybe_record_error)
264 VG_(maybe_record_error)(VG_(get_running_tid)(),
301 VG_(maybe_record_error)(VG_(get_running_tid)(),
343 VG_(maybe_record_error)(vg_tid,
368 VG_(maybe_record_error)(VG_(get_running_tid)(),
478 VG_(maybe_record_error)(VG_(get_running_tid)(),
555 VG_(maybe_record_error)(VG_(get_running_tid)(),
568 VG_(maybe_record_error)(vg_tid,
588 VG_(maybe_record_error)(vg_tid
    [all...]
drd_clientreq.c 90 VG_(maybe_record_error)(vg_tid,
231 VG_(maybe_record_error)(vg_tid,
250 VG_(maybe_record_error)(vg_tid,
503 VG_(maybe_record_error)(vg_tid,
518 VG_(maybe_record_error)(vg_tid,
drd_hb.c 29 #include "pub_tool_errormgr.h" /* VG_(maybe_record_error)() */
124 VG_(maybe_record_error)(VG_(get_running_tid)(),
252 VG_(maybe_record_error)(VG_(get_running_tid)(),
drd_load_store.c 136 VG_(maybe_record_error)(VG_(get_running_tid)(),
  /external/valgrind/main/include/
pub_tool_errormgr.h 75 extern void VG_(maybe_record_error) ( ThreadId tid, ErrorKind ekind,
78 /* Similar to VG_(maybe_record_error)(), except this one doesn't record the
  /external/valgrind/main/memcheck/
mc_errors.c 855 VG_(maybe_record_error)( tid, Err_Addr, a, /*s*/NULL, &extra );
867 VG_(maybe_record_error)( tid, Err_Value, /*addr*/0, /*s*/NULL, &extra );
878 VG_(maybe_record_error)( tid, Err_Cond, /*addr*/0, /*s*/NULL, &extra );
886 VG_(maybe_record_error)( tid, Err_CoreMem, /*addr*/0, msg, /*extra*/NULL );
897 VG_(maybe_record_error)( tid, Err_RegParam, /*addr*/0, msg, &extra );
    [all...]
  /external/valgrind/main/helgrind/
hg_errors.c 415 VG_(maybe_record_error)( thr->coretid,
431 VG_(maybe_record_error)( thr->coretid,
450 VG_(maybe_record_error)( thr->coretid,
465 VG_(maybe_record_error)( thr->coretid,
488 VG_(maybe_record_error)( thr->coretid,
508 VG_(maybe_record_error)( thr->coretid,
527 VG_(maybe_record_error)( thr->coretid,
    [all...]
  /external/valgrind/main/exp-ptrcheck/
pc_common.c 171 VG_(maybe_record_error)( tid, XE_SorG, 0, NULL, &xe );
183 VG_(maybe_record_error)( VG_(get_running_tid)(), XE_Heap,
195 VG_(maybe_record_error)( VG_(get_running_tid)(), XE_Arith,
210 VG_(maybe_record_error)( tid, XE_SysParam, /*a*/(Addr)0, /*str*/s,
  /external/valgrind/main/coregrind/
m_errormgr.c 118 When errors are found and recorded with VG_(maybe_record_error)(), all
661 void VG_(maybe_record_error) ( ThreadId tid, function
    [all...]

Completed in 40 milliseconds