Searched refs:what_prefix (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/drd/ |
D | drd_error.c | 158 const HChar* const what_prefix = xml ? " <what>" : ""; in drd_report_data_race() local 203 what_prefix, dri->access_type == eStore ? "store" : "load", in drd_report_data_race() 303 const HChar* const what_prefix = xml ? " <what>" : ""; in drd_tool_error_pp() local 320 "%s\n", what_prefix, VG_(get_error_string)(e), in drd_tool_error_pp() 324 what_prefix, p->mutex, what_suffix); in drd_tool_error_pp() 332 print_err_detail("%s%s: cond 0x%lx%s\n", what_prefix, in drd_tool_error_pp() 341 what_prefix, VG_(get_error_string)(e), cdi->cond, in drd_tool_error_pp() 352 what_prefix, cei->cond, cei->mutex, what_suffix); in drd_tool_error_pp() 361 " 0x%lx%s\n", what_prefix, VG_(get_error_string)(e), in drd_tool_error_pp() 372 print_err_detail("%s%s: semaphore 0x%lx%s\n", what_prefix, in drd_tool_error_pp() [all …]
|