Lines Matching refs:pid
26 static PortPacket* MakePacket(uint64_t key, uint32_t type, zx_koid_t pid, zx_koid_t tid) { in MakePacket() argument
37 port_packet->packet.exception.pid = pid; in MakePacket()
224 zx_status_t ExceptionPort::SendPacketWorker(uint32_t type, zx_koid_t pid, zx_koid_t tid) { in SendPacketWorker() argument
229 type, pid, tid); in SendPacketWorker()
235 auto iopk = MakePacket(port_key_, type, pid, tid); in SendPacketWorker()
249 zx_koid_t pid = thread->process()->get_koid(); in SendPacket() local
251 return SendPacketWorker(type, pid, tid); in SendPacket()
271 zx_koid_t pid = thread->process()->get_koid(); in OnThreadStartForDebugger() local
273 LTRACEF("thread %" PRIu64 ".%" PRIu64 " started\n", pid, tid); in OnThreadStartForDebugger()
296 zx_koid_t pid = thread->process()->get_koid(); in OnProcessStartForDebugger() local
298 LTRACEF("process %" PRIu64 ".%" PRIu64 " started\n", pid, tid); in OnProcessStartForDebugger()
324 zx_koid_t pid = thread->process()->get_koid(); in OnThreadExitForDebugger() local
326 LTRACEF("thread %" PRIu64 ".%" PRIu64 " exited\n", pid, tid); in OnThreadExitForDebugger()