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

  /external/valgrind/drd/
drd_cond.c 29 #include "pub_tool_errormgr.h" /* VG_(maybe_record_error)() */
91 VG_(maybe_record_error)(VG_(get_running_tid)(),
111 VG_(maybe_record_error)(VG_(get_running_tid)(),
157 VG_(maybe_record_error)(VG_(get_running_tid)(),
180 VG_(maybe_record_error)(VG_(get_running_tid)(),
191 VG_(maybe_record_error)(VG_(get_running_tid)(),
220 VG_(maybe_record_error)(VG_(get_running_tid)(),
237 VG_(maybe_record_error)(VG_(get_running_tid)(),
252 VG_(maybe_record_error)(vg_tid,
283 VG_(maybe_record_error)(VG_(get_running_tid)()
    [all...]
drd_rwlock.c 29 #include "pub_tool_errormgr.h" // VG_(maybe_record_error)()
208 VG_(maybe_record_error)
253 VG_(maybe_record_error)(VG_(get_running_tid)(),
290 VG_(maybe_record_error)(VG_(get_running_tid)(),
328 VG_(maybe_record_error)(vg_tid,
353 VG_(maybe_record_error)(VG_(get_running_tid)(),
385 VG_(maybe_record_error)(VG_(get_running_tid)(),
451 VG_(maybe_record_error)(VG_(get_running_tid)(),
518 VG_(maybe_record_error)(VG_(get_running_tid)(),
531 VG_(maybe_record_error)(vg_tid
    [all...]
drd_semaphore.c 29 #include "pub_tool_errormgr.h" // VG_(maybe_record_error)()
124 VG_(maybe_record_error)(VG_(get_running_tid)(),
185 VG_(maybe_record_error)(vg_tid,
201 VG_(maybe_record_error)(vg_tid,
235 VG_(maybe_record_error)(VG_(get_running_tid)(),
269 VG_(maybe_record_error)(vg_tid,
308 VG_(maybe_record_error)(VG_(get_running_tid)(),
332 VG_(maybe_record_error)(VG_(get_running_tid)(),
373 VG_(maybe_record_error)(VG_(get_running_tid)(),
drd_mutex.c 30 #include "pub_tool_errormgr.h" /* VG_(maybe_record_error)() */
119 VG_(maybe_record_error)(VG_(get_running_tid)(),
135 VG_(maybe_record_error)(VG_(get_running_tid)(),
150 VG_(maybe_record_error)(VG_(get_running_tid)(),
217 VG_(maybe_record_error)(vg_tid,
289 VG_(maybe_record_error)(VG_(get_running_tid)(),
344 VG_(maybe_record_error)(vg_tid,
392 VG_(maybe_record_error)(vg_tid,
404 VG_(maybe_record_error)(vg_tid, MutexErr, VG_(get_IP)(vg_tid),
414 VG_(maybe_record_error)(vg_tid
    [all...]
drd_barrier.c 29 #include "pub_tool_errormgr.h" // VG_(maybe_record_error)()
159 VG_(maybe_record_error)(VG_(get_running_tid)(),
237 VG_(maybe_record_error)(VG_(get_running_tid)(),
250 VG_(maybe_record_error)(VG_(get_running_tid)(),
277 VG_(maybe_record_error)(VG_(get_running_tid)(),
306 VG_(maybe_record_error)(VG_(get_running_tid)(),
317 VG_(maybe_record_error)(VG_(get_running_tid)(),
344 VG_(maybe_record_error)(VG_(get_running_tid)(),
438 VG_(maybe_record_error)(VG_(get_running_tid)(),
446 VG_(maybe_record_error)(VG_(get_running_tid)()
    [all...]
drd_clientreq.c 103 VG_(maybe_record_error)(vg_tid,
121 VG_(maybe_record_error)(vg_tid,
137 VG_(maybe_record_error)(vg_tid,
286 VG_(maybe_record_error)(vg_tid,
309 VG_(maybe_record_error)(vg_tid,
328 VG_(maybe_record_error)(vg_tid,
595 VG_(maybe_record_error)(vg_tid,
610 VG_(maybe_record_error)(vg_tid,
drd_hb.c 28 #include "pub_tool_errormgr.h" /* VG_(maybe_record_error)() */
123 VG_(maybe_record_error)(VG_(get_running_tid)(),
243 VG_(maybe_record_error)(VG_(get_running_tid)(),
drd_load_store.c 158 VG_(maybe_record_error)(vg_tid, GenericErr, VG_(get_IP)(vg_tid),
170 VG_(maybe_record_error)(vg_tid, DataRaceErr, VG_(get_IP)(vg_tid),
drd_error.c 251 * Compare two error contexts. The core function VG_(maybe_record_error)()
  /external/valgrind/memcheck/
mc_errors.c 760 VG_(maybe_record_error)( tid, Err_Addr, a, /*s*/NULL, &extra );
772 VG_(maybe_record_error)( tid, Err_Value, /*addr*/0, /*s*/NULL, &extra );
783 VG_(maybe_record_error)( tid, Err_Cond, /*addr*/0, /*s*/NULL, &extra );
791 VG_(maybe_record_error)( tid, Err_CoreMem, /*addr*/0, msg, /*extra*/NULL );
802 VG_(maybe_record_error)( tid, Err_RegParam, /*addr*/0, msg, &extra );
820 VG_(maybe_record_error)( tid, Err_MemParam, a, msg, &extra );
828 VG_(maybe_record_error)( tid, Err_Jump, a, /*s*/NULL, &extra );
836 VG_(maybe_record_error)( tid, Err_Free, a, /*s*/NULL, &extra );
852 VG_(maybe_record_error)( tid, Err_FreeMismatch, mc->data, /*s*/NULL,
861 VG_(maybe_record_error)( tid, Err_IllegalMempool, a, /*s*/NULL, &extra )
    [all...]
  /external/valgrind/include/
pub_tool_errormgr.h 81 extern void VG_(maybe_record_error) ( ThreadId tid, ErrorKind ekind,
84 /* Similar to VG_(maybe_record_error)(), except this one doesn't record the
valgrind.h     [all...]
  /external/valgrind/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/helgrind/tests/
Makefile.am 163 #==13480== by 0xF009F001: ??? f009eef0 VG_(maybe_record_error)
  /external/valgrind/helgrind/
hg_errors.c 526 VG_(maybe_record_error)( thr->coretid,
544 VG_(maybe_record_error)( thr->coretid,
564 VG_(maybe_record_error)( thr->coretid,
579 VG_(maybe_record_error)( thr->coretid,
610 VG_(maybe_record_error)( thr->coretid,
630 VG_(maybe_record_error)( thr->coretid,
649 VG_(maybe_record_error)( thr->coretid,
    [all...]
  /external/valgrind/coregrind/
m_errormgr.c 125 When errors are found and recorded with VG_(maybe_record_error)(), all
684 void VG_(maybe_record_error) ( ThreadId tid, function
    [all...]
  /external/regex-re2/util/
valgrind.h     [all...]
  /external/v8/src/third_party/valgrind/
valgrind.h     [all...]

Completed in 711 milliseconds