Lines Matching refs:T_LOG

99 		T_LOG("sysctlbyname(hw.ncpu)");  in sched_create_load_at_qos()
103 T_QUIET; T_LOG("%s: Detected %d CPUs\n", __FUNCTION__, ncpu); in sched_create_load_at_qos()
106 T_QUIET; T_LOG("%s: Will create %d threads\n", __FUNCTION__, nthreads); in sched_create_load_at_qos()
118 T_QUIET; T_LOG("calloc returned error"); return ENOMEM; in sched_create_load_at_qos()
131 T_QUIET; T_LOG("%s: Created thread %d (%p)\n", __FUNCTION__, i, (void *)context->threads[i]); in sched_create_load_at_qos()
147 T_QUIET; T_LOG("%s: Thread started %p\n", __FUNCTION__, (void *)pthread_self()); in sched_load_thread()
158 T_QUIET; T_LOG("%s: Thread terminating %p\n", __FUNCTION__, (void *)pthread_self()); in sched_load_thread()
174 T_QUIET; T_LOG("%s: Joining thread %d (%p)\n", __FUNCTION__, i, (void *)context->threads[i]); in sched_terminate_load()
299 T_LOG("Workloop handler %s called. Received message on 0x%llx", in workloop_cb_test_intransit()
318 T_LOG("Registering peer connection"); in workloop_cb_test_intransit()
324 T_LOG("Received message on peer"); in workloop_cb_test_intransit()
332 T_LOG("Do some CPU work."); in workloop_cb_test_intransit()
361 T_LOG("Sleeping for 5 seconds so waiting thread is unblocked\n"); in workloop_cb_test_intransit()
463 T_LOG("Client: Starting sync receive\n"); in receive()
534 T_LOG("Target thread blocked\n"); in thread_wait_to_block()
555 T_LOG("Target thread boosted\n"); in thread_wait_to_boost()
591 T_QUIET; T_LOG("dispatch_sync_wait returned\n"); in dispatch_sync_wait()
623 T_QUIET; T_LOG("dispatch_sync_cancel returned\n"); in dispatch_sync_cancel()
651 T_LOG("My priority is %d", param.sched_priority); in thread_at_sixty()
660 T_LOG("Thread at priority 60 trying to acquire UI lock"); in thread_at_sixty()
666 T_QUIET; T_LOG("The time for priority 60 thread to acquire lock was %llu \n", in thread_at_sixty()
669 T_LOG("Wait for 5 seconds for the server to terminate\n"); in thread_at_sixty()
690 T_LOG("Thread at UI priority trying to acquire IN lock"); in thread_at_ui()
706 T_LOG("Thread at IN priority got first lock "); in thread_at_in()
713 T_LOG("Thread at IN priority trying to acquire default lock"); in thread_at_in()
729 T_LOG("Thread at DEFAULT priority got first lock "); in thread_at_default()
736 T_LOG("Thread at Default priority trying to wait on dispatch sync for maintenance thread"); in thread_at_default()
784 T_LOG("received reply"); in thread_at_maintenance()
816 T_LOG("set priority failed\n"); in thread_create_at_qos()
823 T_LOG("pthread created\n"); in thread_create_at_qos()