Home | History | Annotate | Download | only in tsan

Lines Matching refs:Printf

109     Printf("    [failed to restore the stack]\n\n");
119 Printf("%s\n", res.data());
121 Printf("\n");
127 Printf(" (mutexes:");
129 Printf(" %s M%llu", m.write ? "write" : "read", m.id);
130 Printf(i == mset.Size() - 1 ? ")" : ",");
149 Printf("%s", d.Access());
151 Printf(" %s of size %d at %p by %s",
158 Printf(" %s access of %s at %p by %s",
163 Printf(":\n");
164 Printf("%s", d.Default());
172 Printf("%s", d.Location());
176 Printf(" Location is global '%s' of size %zu at %p (%s+0x%zx)\n\n",
180 Printf(" Location is global '%s' at %p (%s+0x%zx)\n\n", global.name,
187 Printf(" Location is heap block of size %zu at %p allocated by %s:\n",
192 Printf(" Location is %s of size %zu at %p allocated by %s:\n",
199 Printf(" Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
201 Printf(" Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid));
203 Printf(" Location is file descriptor %d created by %s at:\n",
207 Printf("%s", d.Default());
214 Printf("%sM%lld%s%s", d.Mutex(), rm->id, d.Default(), after);
220 Printf("%sM%lld (%p)%s%s", d.Mutex(), rm->id,
227 Printf("%s", d.Mutex());
228 Printf(" Mutex M%llu is already destroyed.\n\n", rm->id);
229 Printf("%s", d.Default());
231 Printf("%s", d.Mutex());
232 Printf(" Mutex M%llu (%p) created at:\n", rm->id,
234 Printf("%s", d.Default());
243 Printf("%s", d.ThreadDescription());
244 Printf(" Thread T%d", rt->id);
246 Printf(" '%s'", rt->name);
250 Printf(" (tid=%llu, %s) is a GCD worker thread\n", rt->os_id,
252 Printf("\n");
253 Printf("%s", d.Default());
256 Printf(" (tid=%llu, %s) created by %s", rt->os_id, thread_status,
259 Printf(" at:");
260 Printf("\n");
261 Printf("%s", d.Default());
267 Printf("%s", d.Sleep());
268 Printf(" As if synchronized via sleep:\n");
269 Printf("%s", d.Default());
308 Printf("==================\n");
310 Printf("%s", d.Warning());
311 Printf("WARNING: ThreadSanitizer: %s (pid=%d)\n", rep_typ_str,
313 Printf("%s", d.Default());
317 Printf(" Cycle in lock order graph: ");
325 Printf(" Mutex ");
329 Printf("%s", d.ThreadDescription());
330 Printf("%s:\n", thread_name(thrbuf, rep->unique_tids[i]));
331 Printf("%s", d.Default());
334 Printf(" Mutex ");
341 Printf(" Hint: use TSAN_OPTIONS=second_deadlock_stack=1 "
348 Printf(" and:\n");
371 Printf(" And %d more similar thread leaks.\n\n", rep->count - 1);
381 Printf("==================\n");
390 Printf(" [failed to restore the stack]\n");
396 Printf(" %s()\n %s:%d +0x%zx\n", info.function,
403 Printf("\n");
404 Printf("%s at %p by ",
409 Printf("main goroutine:\n");
411 Printf("goroutine %d:\n", mop->tid);
418 Printf("\n");
419 Printf("Heap block of size %zu at %p allocated by ", loc->heap_chunk_size,
422 Printf("main goroutine:\n");
424 Printf("goroutine %d:\n", loc->tid);
429 Printf("\n");
430 Printf("Global var %s of size %zu at %p declared at %s:%zu\n",
444 Printf("\n");
445 Printf("Goroutine %d (%s) created at:\n",
451 Printf("==================\n");
453 Printf("WARNING: DATA RACE");
461 Printf("WARNING: DEADLOCK\n");
463 Printf("Goroutine %d lock mutex %llu while holding mutex %llu:\n", 999,
467 Printf("\n");
468 Printf("Mutex %llu was previously locked here:\n",
471 Printf("\n");
474 Printf("==================\n");