Lines Matching refs:Printf
105 Printf(" [failed to restore the stack]\n\n");
115 Printf("%s\n", res.data());
117 Printf("\n");
123 Printf(" (mutexes:");
125 Printf(" %s M%u", m.write ? "write" : "read", m.id);
126 Printf(i == mset.Size() - 1 ? ")" : ",");
145 Printf("%s", d.Access());
147 Printf(" %s of size %d at %p by %s",
154 Printf(" %s access of %s at %p by %s",
159 Printf(":\n");
160 Printf("%s", d.Default());
168 Printf("%s", d.Location());
172 Printf(" Location is global '%s' of size %zu at %p (%s+0x%zx)\n\n",
176 Printf(" Location is global '%s' at %p (%s+0x%zx)\n\n", global.name,
183 Printf(" Location is heap block of size %zu at %p allocated by %s:\n",
188 Printf(" Location is %s of size %zu at %p allocated by %s:\n",
195 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
197 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid));
199 Printf(" Location is file descriptor %d %s by %s at:\n", loc->fd,
204 Printf("%s", d.Default());
211 Printf("%sM%d%s%s", d.Mutex(), rm->id, d.Default(), after);
217 Printf("%sM%d (%p)%s%s", d.Mutex(), rm->id,
223 Printf("%s", d.Mutex());
224 Printf(" Mutex M%u (%p) created at:\n", rm->id,
226 Printf("%s", d.Default());
234 Printf("%s", d.ThreadDescription());
235 Printf(" Thread T%d", rt->id);
237 Printf(" '%s'", rt->name);
241 Printf(" (tid=%llu, %s) is a GCD worker thread\n", rt->os_id,
243 Printf("\n");
244 Printf("%s", d.Default());
247 Printf(" (tid=%llu, %s) created by %s", rt->os_id, thread_status,
250 Printf(" at:");
251 Printf("\n");
252 Printf("%s", d.Default());
258 Printf("%s", d.Sleep());
259 Printf(" As if synchronized via sleep:\n");
260 Printf("%s", d.Default());
300 Printf("==================\n");
302 Printf("%s", d.Warning());
303 Printf("WARNING: ThreadSanitizer: %s (pid=%d)\n", rep_typ_str,
305 Printf("%s", d.Default());
308 Printf(" Signal %u handler invoked at:\n", rep->signum);
312 Printf(" Cycle in lock order graph: ");
320 Printf(" Mutex ");
324 Printf("%s", d.ThreadDescription());
325 Printf("%s:\n", thread_name(thrbuf, rep->unique_tids[i]));
326 Printf("%s", d.Default());
329 Printf(" Mutex ");
336 Printf(" Hint: use TSAN_OPTIONS=second_deadlock_stack=1 "
343 Printf(" and:\n");
366 Printf(" And %d more similar thread leaks.\n\n", rep->count - 1);
376 Printf("==================\n");
385 Printf(" [failed to restore the stack]\n");
391 Printf(" %s()\n %s:%d +0x%zx\n", info.function,
398 Printf("\n");
399 Printf("%s at %p by ",
404 Printf("main goroutine:\n");
406 Printf("goroutine %d:\n", mop->tid);
413 Printf("\n");
414 Printf("Heap block of size %zu at %p allocated by ", loc->heap_chunk_size,
417 Printf("main goroutine:\n");
419 Printf("goroutine %d:\n", loc->tid);
424 Printf("\n");
425 Printf("Global var %s of size %zu at %p declared at %s:%zu\n",
439 Printf("\n");
440 Printf("Goroutine %d (%s) created at:\n",
446 Printf("==================\n");
448 Printf("WARNING: DATA RACE");
456 Printf("WARNING: DEADLOCK\n");
458 Printf("Goroutine %d lock mutex %u while holding mutex %u:\n", 999,
462 Printf("\n");
463 Printf("Mutex %u was previously locked here:\n",
466 Printf("\n");
469 Printf("==================\n");