Lines Matching defs:log

65 static void log (const char *, ...) __printflike(1, 2);
235 log (const char *fmt, ...)
526 log ("Signal handler caught signal %d, thread id 0x%lx\n",
600 log ("Testing pthread_mutex_init\n");
601 log ("--------------------------\n");
619 log (" Protocol %s, Type %s - ",
662 log ("Testing pthread_mutex_destroy\n");
663 log ("-----------------------------\n");
689 log (" Protocol %s, Type %s\n",
692 log (" Destruction of unused mutex - ");
697 log (" Destruction of mutex locked by self - ");
705 log (" Destruction of mutex locked by another "
716 log (" Destruction of mutex while being used in "
748 log ("Testing pthread_mutex_lock\n");
749 log ("--------------------------\n");
775 log (" Protocol %s, Type %s\n",
778 log (" Lock on unlocked mutex - ");
783 log (" Lock on invalid mutex - ");
787 log (" Lock on mutex held by self - ");
842 log ("Testing pthread_mutex_unlock\n");
843 log ("----------------------------\n");
864 log (" Protocol %s, Type %s\n",
867 log (" Unlock on mutex held by self - ");
872 log (" Unlock on invalid mutex - ");
876 log (" Unlock on mutex locked by another thread - ");
920 log ("Testing queueing order\n");
921 log ("----------------------\n");
943 log (" Queueing order on a mutex - ");
957 log (" Queueing order on a condition variable - ");
1000 log ("Testing priority ceilings\n");
1001 log ("-------------------------\n");
1004 log (" Protype PTHREAD_PRIO_PROTECT, Type %s\n",
1051 log (" Lock with ceiling priority < thread priority - ");
1061 log (" Lock with ceiling priority = thread priority - ");
1071 log (" Lock with ceiling priority > thread priority - ");
1083 log (" Preemption with ceiling priority < thread "
1119 log (" Preemption with ceiling priority = thread "
1157 log (" SCHED_FIFO scheduling and ceiling priority = "
1198 log (" SCHED_FIFO scheduling and ceiling priority > "
1247 log ("Testing priority inheritence\n");
1248 log ("----------------------------\n");
1251 log (" Protype PTHREAD_PRIO_INHERIT, Type %s\n",
1291 log (" Simple inheritence test - ");
1367 log (" Inheritence test with change of priority - ");
1518 log ("\n");
1520 log ("\n");
1522 log ("\n");
1524 log ("\n");
1526 log ("\n");
1528 log ("\n");
1530 log ("\n");
1532 log ("\n");
1534 log ("Total tests %d, passed %d, failed %d\n",