Lines Matching defs:PRINT

41 #define PRINT(x)	DBG({ printf("[%6" B_PRId32 "] ", find_thread(NULL)); printf x; })
47 #define PRINT(x) DBG({ \
257 PRINT(("BLooper::DispatchMessage(%.4s)\n", (char*)&message->what));
281 PRINT(("BLooper::DispatchMessage() done\n"));
530 PRINT(("BLooper::Quit()\n"));
544 PRINT((" is locked\n"));
547 PRINT((" Run() has not been called yet\n"));
551 PRINT((" We are the looper thread\n"));
556 PRINT((" Run() has already been called and we are not the looper thread\n"));
580 PRINT(("BLooper::Quit() done\n"));
602 PRINT(("BLooper::Unlock()\n"));
608 PRINT((" fOwnerCount now: %ld\n", fOwnerCount));
618 PRINT((" fAtomicCount now: %ld\n", fAtomicCount));
626 PRINT(("BLooper::Unlock() done\n"));
928 PRINT(("BLooper::_Lock(%p, %lx)\n", looper, port));
932 PRINT(("BLooper::_Lock() done 1\n"));
949 PRINT(("BLooper::_Lock() done 3\n"));
954 PRINT(("BLooper::_Lock() done 4\n"));
961 PRINT(("BLooper::_Lock() done 5: fOwnerCount: %ld\n", looper->fOwnerCount));
969 PRINT(("BLooper::_Lock() done 6\n"));
1002 PRINT(("BLooper::_LockComplete() done: %lx\n", err));
1082 PRINT(("LOOPER: _task0_()\n"));
1085 PRINT(("LOOPER: looper locked\n"));
1091 PRINT(("LOOPER: _task0_() done: thread %ld\n", find_thread(NULL)));
1099 PRINT(("BLooper::ReadRawFromPort()\n"));
1108 PRINT(("BLooper::ReadRawFromPort(): failed: %ld\n", bufferSize));
1118 PRINT(("read_port()...\n"));
1127 PRINT(("BLooper::ReadRawFromPort() read: %.4s, %p (%d bytes)\n",
1137 PRINT(("BLooper::ReadMessageFromPort()\n"));
1148 PRINT(("BLooper::ReadMessageFromPort() done: %p\n", message));
1156 PRINT(("BLooper::ConvertToMessage()\n"));
1162 PRINT(("BLooper::ConvertToMessage(): unflattening message failed\n"));
1167 PRINT(("BLooper::ConvertToMessage(): %p\n", message));
1175 PRINT(("BLooper::task_looper()\n"));
1186 PRINT(("LOOPER: outer loop\n"));
1189 PRINT(("LOOPER: MessageFromPort()...\n"));
1191 PRINT(("LOOPER: ...done\n"));
1211 PRINT(("LOOPER: inner loop\n"));
1225 PRINT(("LOOPER: fLastMessage: 0x%lx: %.4s\n", fLastMessage->what,
1235 PRINT(("LOOPER: use preferred target\n"));
1247 PRINT(("LOOPER: use %ld, handler: %p, this: %p\n",
1262 PRINT(("LOOPER: _TopLevelFilter(): %p\n", handler));
1290 PRINT(("BLooper::task_looper() done\n"));