pthread_sigmask.3 (9d09157a0f55ef695b75eafb407f57206453a1f1) pthread_sigmask.3 (ec7452f103d56cccf279cec74a22025f980bbda5)
1.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 20 unchanged lines hidden (view full) ---

29.Dd April 27, 2000
30.Dt PTHREAD_SIGMASK 3
31.Os
32.Sh NAME
33.Nm pthread_sigmask
34.Nd examine and/or change a thread's signal mask
35.Sh LIBRARY
36.Lb libc_r
1.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 20 unchanged lines hidden (view full) ---

29.Dd April 27, 2000
30.Dt PTHREAD_SIGMASK 3
31.Os
32.Sh NAME
33.Nm pthread_sigmask
34.Nd examine and/or change a thread's signal mask
35.Sh LIBRARY
36.Lb libc_r
37.Lb libpthread
37.Sh SYNOPSIS
38.In pthread.h
39.In signal.h
40.Ft int
41.Fn pthread_sigmask "int how" "const sigset_t *set" "sigset_t *oset"
42.Sh DESCRIPTION
43The
44.Fn pthread_sigmask

--- 54 unchanged lines hidden ---
38.Sh SYNOPSIS
39.In pthread.h
40.In signal.h
41.Ft int
42.Fn pthread_sigmask "int how" "const sigset_t *set" "sigset_t *oset"
43.Sh DESCRIPTION
44The
45.Fn pthread_sigmask

--- 54 unchanged lines hidden ---