Lines Matching refs:B_PRId32

209 	snprintf(lockName, sizeof(lockName), "Thread:%" B_PRId32, id);
371 snprintf(temp, sizeof(temp), "thread_%" B_PRId32 "_retcode_sem", id);
643 dprintf("Failed to init TLS for new userland thread \"%s\" (%" B_PRId32
834 snprintf(nameBuffer, B_OS_NAME_LENGTH, "%s_%" B_PRId32 "_stack",
930 snprintf(stackName, B_OS_NAME_LENGTH, "%s_%" B_PRId32 "_kstack",
1480 kprintf("thread %" B_PRId32 " made unreal\n", thread->id);
1516 kprintf("thread %" B_PRId32 " set to priority %" B_PRId32 "\n", id, prio);
1521 kprintf("thread %" B_PRId32 " (%#" B_PRIx32 ") not found\n", id, id);
1551 kprintf("thread %" B_PRId32 " suspended\n", id);
1556 kprintf("thread %" B_PRId32 " (%#" B_PRIx32 ") not found\n", id, id);
1585 kprintf("thread %" B_PRId32 " resumed\n", thread->id);
1587 kprintf("thread %" B_PRId32 " is already running\n", thread->id);
1592 kprintf("thread %" B_PRId32 " (%#" B_PRIx32 ") not found\n", id, id);
1620 kprintf("thread %" B_PRId32 " dropped into user debugger\n", id);
1685 kprintf("%p %6" B_PRId32 " %-10s", thread, thread->id,
1697 kprintf("sem %-*" B_PRId32,
1756 kprintf("%4" B_PRId32 " %p%5" B_PRId32 " %s\n", thread->priority,
1767 kprintf("id: %" B_PRId32 " (%#" B_PRIx32 ")\n", thread->id,
1773 kprintf("priority: %" B_PRId32 " (I/O: %" B_PRId32 ")\n",
1798 kprintf("semaphore %" B_PRId32 "\n", sem);
1843 kprintf(" exit.sem: %" B_PRId32 "\n", thread->exit.sem);
1849 kprintf("\t%p (thread %" B_PRId32 ")\n", death, death->thread);
1852 kprintf("kernel_stack_area: %" B_PRId32 "\n", thread->kernel_stack_area);
1854 kprintf("user_stack_area: %" B_PRId32 "\n", thread->user_stack_area);
1908 kprintf("thread \"%s\" (%" B_PRId32 ") doesn't exist!\n", name, (thread_id)arg);
2001 TRACE(("thread %" B_PRId32 " exiting w/return code %#" B_PRIx32 "\n",
2200 TRACE(("thread_exit: thread %" B_PRId32 " now a kernel thread!\n",
2339 TRACE(("thread_at_kernel_entry: entry thread %" B_PRId32 "\n", thread->id));
2362 TRACE(("thread_at_kernel_exit: exit thread %" B_PRId32 "\n", thread->id));
2388 TRACE(("thread_at_kernel_exit_no_signals: exit thread %" B_PRId32 "\n",
2576 panic("could acquire exit_sem for thread %" B_PRId32 "\n", id);