Searched refs:this_pid (Results 1 – 5 of 5) sorted by relevance
18 kill -KILL $this_pid19 wait $this_pid31 this_pid=$!35 kill -INT $this_pid36 wait $this_pid38 this_pid=0
19 this_pid = int(args.pid) variable82 print("Attaching probes to pid %d" % this_pid)83 usdt_ctx = USDT(pid=this_pid)
20 this_pid = int(args.pid) variable107 print("Attaching probes to pid %d" % this_pid)108 usdt_ctx = USDT(pid=this_pid)
18 this_pid = int(args.pid) variable84 print("Attaching probes to pid %d" % this_pid)85 usdt_ctx = USDT(pid=this_pid)
267 pid_t this_pid = -1; in zoo_getpid() local289 this_pid = atoi(buf); in zoo_getpid()295 return this_pid; in zoo_getpid()