Symbol: log_trace
test/libpthread/mutex_d.c
1017
log_trace ("Current scheduling policy %d, priority %d\n",
test/libpthread/mutex_d.c
1090
log_trace ("Sending busy command.\n");
test/libpthread/mutex_d.c
1092
log_trace ("Busy sent, yielding\n");
test/libpthread/mutex_d.c
1094
log_trace ("Returned from yield.\n");
test/libpthread/mutex_d.c
1127
log_trace ("Sending busy\n");
test/libpthread/mutex_d.c
1129
log_trace ("Busy sent, yielding\n");
test/libpthread/mutex_d.c
1131
log_trace ("Returned from yield.\n");
test/libpthread/mutex_d.c
1168
log_trace ("Sending busy\n");
test/libpthread/mutex_d.c
1170
log_trace ("Busy sent, yielding\n");
test/libpthread/mutex_d.c
1172
log_trace ("Returned from yield.\n");
test/libpthread/mutex_d.c
1205
log_trace ("Sending busy\n");
test/libpthread/mutex_d.c
1207
log_trace ("Busy sent, yielding\n");
test/libpthread/mutex_d.c
1209
log_trace ("Returned from yield.\n");
test/libpthread/mutex_d.c
1245
log_trace ("Current scheduling policy %d, priority %d\n",
test/libpthread/mutex_d.c
1315
log_trace ("Commanding protected operation to thread 2.\n");
test/libpthread/mutex_d.c
1317
log_trace ("Commanding protected operation to thread 3.\n");
test/libpthread/mutex_d.c
1327
log_trace ("Commanding protected operation to thread 4.\n");
test/libpthread/mutex_d.c
1329
log_trace ("Commanding busy loop to thread 5.\n");
test/libpthread/mutex_d.c
1334
log_trace ("Commanding protected operation thread 6.\n");
test/libpthread/mutex_d.c
1509
log_trace ("Done creating threads.\n");
test/libpthread/mutex_d.c
1531
log_trace ("Setting done flag.\n");
test/libpthread/mutex_d.c
1537
log_trace ("Trying to join threads.\n");
test/libpthread/mutex_d.c
265
log_trace ("%d bytes read from FIFO.\n", bytes);
test/libpthread/mutex_d.c
280
log_trace ("Thread %d ran out of order.\n", id);
test/libpthread/mutex_d.c
284
log_trace ("Thread %d at priority %d reporting.\n",
test/libpthread/mutex_d.c
328
log_trace ("Thread %d: locking cond_mutex.\n",
test/libpthread/mutex_d.c
335
log_trace ("Thread %d: waiting for cond_var.\n",
test/libpthread/mutex_d.c
355
log_trace ("Thread %d: wrote to pipe.\n",
test/libpthread/mutex_d.c
358
log_trace ("Thread %d: received cond_var signal.\n",
test/libpthread/mutex_d.c
382
log_trace ("Thread id %d unable to lock mutex, "
test/libpthread/mutex_d.c
404
log_trace ("Thread %d: Entering busy loop.\n",
test/libpthread/mutex_d.c
422
log_trace ("Thread %d: Leaving busy loop.\n",
test/libpthread/mutex_d.c
455
log_trace ("Thread %d: waiting for big giant lock.\n",
test/libpthread/mutex_d.c
460
log_trace ("Thread %d: got big giant lock.\n",
test/libpthread/mutex_d.c
466
log_trace ("Thread %d: Exiting thread 0x%p\n", (int) statep->id,
test/libpthread/mutex_d.c
487
log_trace ("Thread %d: locking cond_mutex.\n", (int) statep->id);
test/libpthread/mutex_d.c
490
log_trace ("Thread %d: waiting for cond_var.\n", (int) statep->id);
test/libpthread/mutex_d.c
494
log_trace ("Thread %d: received cond_var signal.\n", (int) statep->id);
test/libpthread/mutex_d.c
513
log_trace ("Thread %d: Exiting thread 0x%p\n", (int) statep->id,
test/libpthread/mutex_d.c
61
static void log_trace (const char *, ...) __printflike(1, 2);