Home
last modified time | relevance | path

Searched refs:statusfd (Results 1 – 1 of 1) sorted by relevance

/samples/pidfd/
Dpidfd-metadata.c89 int procfd, statusfd; in main() local
105 statusfd = openat(procfd, "status", O_RDONLY | O_CLOEXEC); in main()
107 if (statusfd < 0) in main()
110 bytes = read(statusfd, buf, sizeof(buf)); in main()
113 close(statusfd); in main()