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)() */
92 VG_(maybe_record_error)(VG_(get_running_tid)(),
112 VG_(maybe_record_error)(VG_(get_running_tid)(),
159 VG_(maybe_record_error)(VG_(get_running_tid)(),
182 VG_(maybe_record_error)(VG_(get_running_tid)(),
193 VG_(maybe_record_error)(VG_(get_running_tid)(),
221 VG_(maybe_record_error)(VG_(get_running_tid)(),
238 VG_(maybe_record_error)(VG_(get_running_tid)(),
253 VG_(maybe_record_error)(vg_tid,
284 VG_(maybe_record_error)(VG_(get_running_tid)()
    [all...]
drd_mutex.c 31 #include "pub_tool_errormgr.h" /* VG_(maybe_record_error)() */
102 VG_(maybe_record_error)(VG_(get_running_tid)(),
118 VG_(maybe_record_error)(VG_(get_running_tid)(),
133 VG_(maybe_record_error)(VG_(get_running_tid)(),
200 VG_(maybe_record_error)(vg_tid,
272 VG_(maybe_record_error)(VG_(get_running_tid)(),
326 VG_(maybe_record_error)(vg_tid,
374 VG_(maybe_record_error)(vg_tid,
386 VG_(maybe_record_error)(vg_tid, MutexErr, VG_(get_IP)(vg_tid),
396 VG_(maybe_record_error)(vg_tid
    [all...]
drd_semaphore.c 30 #include "pub_tool_errormgr.h" // VG_(maybe_record_error)()
125 VG_(maybe_record_error)(VG_(get_running_tid)(),
186 VG_(maybe_record_error)(vg_tid,
202 VG_(maybe_record_error)(vg_tid,
236 VG_(maybe_record_error)(VG_(get_running_tid)(),
270 VG_(maybe_record_error)(vg_tid,
309 VG_(maybe_record_error)(VG_(get_running_tid)(),
333 VG_(maybe_record_error)(VG_(get_running_tid)(),
374 VG_(maybe_record_error)(VG_(get_running_tid)(),
drd_barrier.c 30 #include "pub_tool_errormgr.h" // VG_(maybe_record_error)()
160 VG_(maybe_record_error)(VG_(get_running_tid)(),
238 VG_(maybe_record_error)(VG_(get_running_tid)(),
251 VG_(maybe_record_error)(VG_(get_running_tid)(),
278 VG_(maybe_record_error)(VG_(get_running_tid)(),
307 VG_(maybe_record_error)(VG_(get_running_tid)(),
318 VG_(maybe_record_error)(VG_(get_running_tid)(),
345 VG_(maybe_record_error)(VG_(get_running_tid)(),
439 VG_(maybe_record_error)(VG_(get_running_tid)(),
447 VG_(maybe_record_error)(VG_(get_running_tid)()
    [all...]
drd_rwlock.c 30 #include "pub_tool_errormgr.h" // VG_(maybe_record_error)()
215 VG_(maybe_record_error)
260 VG_(maybe_record_error)(VG_(get_running_tid)(),
297 VG_(maybe_record_error)(VG_(get_running_tid)(),
335 VG_(maybe_record_error)(vg_tid,
360 VG_(maybe_record_error)(VG_(get_running_tid)(),
392 VG_(maybe_record_error)(VG_(get_running_tid)(),
458 VG_(maybe_record_error)(VG_(get_running_tid)(),
525 VG_(maybe_record_error)(VG_(get_running_tid)(),
538 VG_(maybe_record_error)(vg_tid
    [all...]
drd_clientreq.c 89 VG_(maybe_record_error)(vg_tid,
107 VG_(maybe_record_error)(vg_tid,
123 VG_(maybe_record_error)(vg_tid,
252 VG_(maybe_record_error)(vg_tid,
275 VG_(maybe_record_error)(vg_tid,
294 VG_(maybe_record_error)(vg_tid,
547 VG_(maybe_record_error)(vg_tid,
562 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)(),
244 VG_(maybe_record_error)(VG_(get_running_tid)(),
drd_load_store.c 127 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 877 VG_(maybe_record_error)( tid, Err_Addr, a, /*s*/NULL, &extra );
889 VG_(maybe_record_error)( tid, Err_Value, /*addr*/0, /*s*/NULL, &extra );
900 VG_(maybe_record_error)( tid, Err_Cond, /*addr*/0, /*s*/NULL, &extra );
    [all...]
  /external/valgrind/main/exp-sgcheck/
pc_common.c 175 VG_(maybe_record_error)( tid, XE_SorG, 0, NULL, &xe );
187 VG_(maybe_record_error)( VG_(get_running_tid)(), XE_Heap,
199 VG_(maybe_record_error)( VG_(get_running_tid)(), XE_Arith,
214 VG_(maybe_record_error)( tid, XE_SysParam, /*a*/(Addr)0, /*str*/s,
  /external/valgrind/main/helgrind/
hg_errors.c 560 VG_(maybe_record_error)( thr->coretid,
578 VG_(maybe_record_error)( thr->coretid,
598 VG_(maybe_record_error)( thr->coretid,
613 VG_(maybe_record_error)( thr->coretid,
640 VG_(maybe_record_error)( thr->coretid,
660 VG_(maybe_record_error)( thr->coretid,
679 VG_(maybe_record_error)( thr->coretid,
    [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c 120 When errors are found and recorded with VG_(maybe_record_error)(), all
674 void VG_(maybe_record_error) ( ThreadId tid, function
    [all...]

Completed in 275 milliseconds