Searched refs:lwp_ctlfd (Results 1 – 2 of 2) sorted by relevance
3148 L->lwp_ctlfd = -1; in Lgrab()3219 L->lwp_ctlfd = fd; in Lgrab()3280 if (L->lwp_ctlfd >= 0) in Lfree_internal()3281 (void) close(L->lwp_ctlfd); in Lfree_internal()3287 L->lwp_ctlfd = -1; in Lfree_internal()3310 return (L->lwp_ctlfd); in Lctlfd()3354 int ctlfd = L->lwp_ctlfd; in Lsync()3390 int ctlfd = L->lwp_ctlfd; in Lstopstatus()3590 int ctlfd = L->lwp_ctlfd; in Lsetrun()3647 int ctlfd = L->lwp_ctlfd; in Lclearsig()[all …]
256 int lwp_ctlfd; /* /proc/<pid>/lwp/<lwpid>/lwpctl */ member