1 LIBPTHREAD(3LIB) Interface Libraries LIBPTHREAD(3LIB)
2
3
4
5 NAME
6 libpthread - POSIX threads library
7
8 SYNOPSIS
9 cc -mt [ flag... ] file... -lpthread [ -lrt library... ]
10
11
12 DESCRIPTION
13 Historically, functions in this library provided POSIX threading
14 support. See standards(5). This functionality now resides in
15 libc(3LIB).
16
17 This library is maintained to provide backward compatibility for both
18 runtime and compilation environments. The shared object is implemented
19 as a filter on libc.so.1. New application development need not specify
20 -lpthread although doing so has no effect.
21
22 INTERFACES
23 The shared object libpthread.so.1 provides the public interfaces
24 defined below. See Intro(3) for additional information on shared object
25 interfaces.
26
27
28
29
81
82
83 ATTRIBUTES
84 See attributes(5) for descriptions of the following attributes:
85
86
87
88
89 +---------------+-----------------+
90 |ATTRIBUTE TYPE | ATTRIBUTE VALUE |
91 +---------------+-----------------+
92 |MT-Level | Safe |
93 +---------------+-----------------+
94
95 SEE ALSO
96 pvs(1), Intro(2), Intro(3), libc(3LIB), libc_db(3LIB), libthread(3LIB),
97 attributes(5), standards(5), threads(5)
98
99
100
101 October 1, 2014 LIBPTHREAD(3LIB)
|
1 LIBPTHREAD(3LIB) Interface Libraries LIBPTHREAD(3LIB)
2
3
4
5 NAME
6 libpthread - POSIX threads library
7
8 SYNOPSIS
9 cc -mt [ flag... ] file... -lpthread [ library... ]
10
11
12 DESCRIPTION
13 Historically, functions in this library provided POSIX threading
14 support. See standards(5). This functionality now resides in
15 libc(3LIB).
16
17 This library is maintained to provide backward compatibility for both
18 runtime and compilation environments. The shared object is implemented
19 as a filter on libc.so.1. New application development need not specify
20 -lpthread although doing so has no effect.
21
22 INTERFACES
23 The shared object libpthread.so.1 provides the public interfaces
24 defined below. See Intro(3) for additional information on shared object
25 interfaces.
26
27
28
29
81
82
83 ATTRIBUTES
84 See attributes(5) for descriptions of the following attributes:
85
86
87
88
89 +---------------+-----------------+
90 |ATTRIBUTE TYPE | ATTRIBUTE VALUE |
91 +---------------+-----------------+
92 |MT-Level | Safe |
93 +---------------+-----------------+
94
95 SEE ALSO
96 pvs(1), Intro(2), Intro(3), libc(3LIB), libc_db(3LIB), libthread(3LIB),
97 attributes(5), standards(5), threads(5)
98
99
100
101 August 19, 2019 LIBPTHREAD(3LIB)
|