Pclearsig.3proc (ab618543cc6fc4bc273c077ef5d247961cdb29d4) | Pclearsig.3proc (d0b89bad7e1fdc02b67434ccc5d1c0e983e25583) |
---|---|
1.\" 2.\" This file and its contents are supplied under the terms of the 3.\" Common Development and Distribution License ("CDDL"), version 1.0. 4.\" You may only use this file in accordance with the terms of version 5.\" 1.0 of the CDDL. 6.\" 7.\" A full copy of the text of the CDDL should have accompanied this 8.\" source. A copy of the CDDL is also available via the Internet at 9.\" http://www.illumos.org/license/CDDL. 10.\" 11.\" 12.\" Copyright 2015 Joyent, Inc. 13.\" | 1.\" 2.\" This file and its contents are supplied under the terms of the 3.\" Common Development and Distribution License ("CDDL"), version 1.0. 4.\" You may only use this file in accordance with the terms of version 5.\" 1.0 of the CDDL. 6.\" 7.\" A full copy of the text of the CDDL should have accompanied this 8.\" source. A copy of the CDDL is also available via the Internet at 9.\" http://www.illumos.org/license/CDDL. 10.\" 11.\" 12.\" Copyright 2015 Joyent, Inc. 13.\" |
14.Dd May 11, 2016 | 14.Dd May 16, 2020 |
15.Dt PCLEARSIG 3PROC 16.Os 17.Sh NAME 18.Nm Pclearsig , 19.Nm Lclearsig 20.Nd clear process signals 21.Sh LIBRARY 22.Lb libproc --- 22 unchanged lines hidden (view full) --- 45The pending signal will never be delivered to process represented by 46.Fa P . 47.Pp 48The 49.Fn Lclearsig 50function is identical to the 51.Fn Pclearsig 52function, except rather than operating on the process and its | 15.Dt PCLEARSIG 3PROC 16.Os 17.Sh NAME 18.Nm Pclearsig , 19.Nm Lclearsig 20.Nd clear process signals 21.Sh LIBRARY 22.Lb libproc --- 22 unchanged lines hidden (view full) --- 45The pending signal will never be delivered to process represented by 46.Fa P . 47.Pp 48The 49.Fn Lclearsig 50function is identical to the 51.Fn Pclearsig 52function, except rather than operating on the process and its |
53representive thread, it instead operates on the thread handle | 53representative thread, it instead operates on the thread handle |
54.Fa L . 55.Pp 56The 57.Fn Pclearsig 58function only has meaning for active processes. 59It will fail on process handles corresponding to core files, zombie processes 60and ELF objects. 61.Sh RETURN VALUES --- 27 unchanged lines hidden --- | 54.Fa L . 55.Pp 56The 57.Fn Pclearsig 58function only has meaning for active processes. 59It will fail on process handles corresponding to core files, zombie processes 60and ELF objects. 61.Sh RETURN VALUES --- 27 unchanged lines hidden --- |