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 (c) 2014, Joyent, Inc.
13 .\"
14 .Dd "Dec 22, 2014"
15 .Dt PTHREAD_MUTEXATTR_GETROBUST 3C
16 .Os
17 .Sh NAME
18 .Nm pthread_mutexattr_getrobust ,
19 .Nm pthrad_mutexattr_setrobust
20 .Nd get and set the mutex robust attribute
21 .Sh SYNOPSIS
22 .In pthread.h
23 .Ft int
24 .Fo pthread_mutexattr_getrobust
25 .Fa "const pthread_mutexattr_t *attr"
26 .Fa "int *robust"
27 .Fc
28 .Ft int
29 .Fo pthread_mutexattr_setrobust
30 .Fa "pthread_mutexattr_t *attr"
31 .Fa "int robust"
32 .Fc
33 .Sh DESCRIPTION
34 The
35 .Fn pthread_mutexattr_getrobust
36 and
37 .Fn pthread_mtuexattr_setrobust
38 functions obtain and set a mutex's
39 .Em robust
|
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 (c) 2014, Joyent, Inc.
13 .\"
14 .Dd "Aug 20, 2019"
15 .Dt PTHREAD_MUTEXATTR_GETROBUST 3C
16 .Os
17 .Sh NAME
18 .Nm pthread_mutexattr_getrobust ,
19 .Nm pthread_mutexattr_setrobust
20 .Nd get and set the mutex robust attribute
21 .Sh SYNOPSIS
22 .In pthread.h
23 .Ft int
24 .Fo pthread_mutexattr_getrobust
25 .Fa "const pthread_mutexattr_t *attr"
26 .Fa "int *robust"
27 .Fc
28 .Ft int
29 .Fo pthread_mutexattr_setrobust
30 .Fa "pthread_mutexattr_t *attr"
31 .Fa "int robust"
32 .Fc
33 .Sh DESCRIPTION
34 The
35 .Fn pthread_mutexattr_getrobust
36 and
37 .Fn pthread_mtuexattr_setrobust
38 functions obtain and set a mutex's
39 .Em robust
|