Searched refs:getpid (Results 1 – 4 of 4) sorted by relevance
10 pid_t getpid(void) in getpid() function
42 TEST_COMPARE (s (), getpid ()); in handle_restart()
78 pid_t pid = getpid (); in init()249 snprintf (buf, sizeof (buf), "%5ld: ", (long int) getpid ()); in print_enter()336 snprintf (buf, sizeof (buf), "%5ld: ", (long int) getpid ()); in print_exit()
17 asprintf (&cmd, "cat /proc/%d/maps", getpid ()); in print_maps()
Completed in 6 milliseconds