Searched refs:lwp_statfd (Results 1 – 2 of 2) sorted by relevance
257 int lwp_statfd; /* /proc/<pid>/lwp/<lwpid>/lwpstatus */ member
3149 L->lwp_statfd = -1; in Lgrab()3188 L->lwp_statfd = fd; in Lgrab()3282 if (L->lwp_statfd >= 0) in Lfree_internal()3283 (void) close(L->lwp_statfd); in Lfree_internal()3288 L->lwp_statfd = -1; in Lfree_internal()3446 if (pread(L->lwp_statfd, &L->lwp_status, in Lstopstatus()