Browse manuals
<<
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
>>
| Manual | Description |
|---|---|
| pthread_exit (3) | terminate the calling thread |
| pthread_getconcurrency (3) | pthread_getconcurrency, pthread_setc... |
| pthread_getschedparam (3) | pthread_setschedparam, pthread_getsc... |
| pthread_getspecific (3) | get a thread-specific data value |
| pthread_join (3) | wait for thread termination |
| pthread_key_create (3) | thread-specific data key creation |
| pthread_key_delete (3) | delete a thread-specific data key |
| pthread_kill (3) | send a signal to a specified thread |
| pthread_main_np (3) | identify the initial thread |
| pthread_multi_np (3) | pthread_multi_np, pthread_single_np ... |
| pthread_mutex_destroy (3) | free resources allocated for a mutex |
| pthread_mutex_init (3) | create a mutex |
| pthread_mutex_lock (3) | lock a mutex |
| pthread_mutex_timedlock (3) | lock a mutex without blocking indefin... |
| pthread_mutex_trylock (3) | attempt to lock a mutex without blocking |
| pthread_mutex_unlock (3) | unlock a mutex |
| pthread_mutexattr (3) | pthread_mutexattr_init, pthread_mute... |
| pthread_mutexattr_destroy (3) | pthread_mutexattr_init, pthread_mute... |
| pthread_mutexattr_getkind_np (3) | pthread_mutexattr_getkind_np, pthrea... |
| pthread_mutexattr_getprioceiling (3) | pthread_mutexattr_init, pthread_mute... |
| pthread_mutexattr_getprotocol (3) | pthread_mutexattr_init, pthread_mute... |
| pthread_mutexattr_gettype (3) | pthread_mutexattr_init, pthread_mute... |
| pthread_mutexattr_init (3) | pthread_mutexattr_init, pthread_mute... |
| pthread_mutexattr_setkind_np (3) | pthread_mutexattr_getkind_np, pthrea... |
| pthread_mutexattr_setprioceiling (3) | pthread_mutexattr_init, pthread_mute... |
| pthread_mutexattr_setprotocol (3) | pthread_mutexattr_init, pthread_mute... |
| pthread_mutexattr_settype (3) | pthread_mutexattr_init, pthread_mute... |
| pthread_once (3) | dynamic package initialization |
| pthread_resume_all_np (3) | resume all suspended threads |
| pthread_resume_np (3) | resume suspended thread |
| pthread_rwlock_destroy (3) | destroy a read/write lock |
| pthread_rwlock_init (3) | initialize a read/write lock |
| pthread_rwlock_rdlock (3) | pthread_rwlock_rdlock, pthread_rwloc... |
| pthread_rwlock_timedrdlock (3) | acquire a read-write lock for reading... |
| pthread_rwlock_timedwrlock (3) | acquire a read-write lock for writing... |
| pthread_rwlock_tryrdlock (3) | pthread_rwlock_rdlock, pthread_rwloc... |
| pthread_rwlock_trywrlock (3) | pthread_rwlock_wrlock, pthread_rwloc... |
| pthread_rwlock_unlock (3) | release a read/write lock |
| pthread_rwlock_wrlock (3) | pthread_rwlock_wrlock, pthread_rwloc... |
| pthread_rwlockattr_destroy (3) | destroy a read/write lock |
| pthread_rwlockattr_getpshared (3) | get the process shared attribute |
| pthread_rwlockattr_init (3) | initialize a read/write lock |
| pthread_rwlockattr_setpshared (3) | set the process shared attribute |
| pthread_schedparam (3) | pthread_setschedparam, pthread_getsc... |
| pthread_self (3) | get the calling thread's ID |
| pthread_set_name_np (3) | set the thread name |
| pthread_setcancelstate (3) | pthread_setcancelstate, pthread_setc... |
| pthread_setcanceltype (3) | pthread_setcancelstate, pthread_setc... |
| pthread_setconcurrency (3) | pthread_getconcurrency, pthread_setc... |
| pthread_setschedparam (3) | pthread_setschedparam, pthread_getsc... |
| pthread_setspecific (3) | set a thread-specific data value |
| pthread_sigmask (3) | examine and/or change a thread's sign... |
| pthread_single_np (3) | pthread_multi_np, pthread_single_np ... |
| pthread_spin_destroy (3) | pthread_spin_init, pthread_spin_dest... |
| pthread_spin_init (3) | pthread_spin_init, pthread_spin_dest... |
| pthread_spin_lock (3) | pthread_spin_lock, pthread_spin_tryl... |
| pthread_spin_trylock (3) | pthread_spin_lock, pthread_spin_tryl... |
| pthread_spin_unlock (3) | pthread_spin_lock, pthread_spin_tryl... |
| pthread_suspend_all_np (3) | suspend all active threads |
| pthread_suspend_np (3) | suspend a thread |
| pthread_switch_add_np (3) | pthread_switch_add_np, pthread_switc... |
| pthread_switch_delete_np (3) | pthread_switch_add_np, pthread_switc... |
| pthread_testcancel (3) | pthread_setcancelstate, pthread_setc... |
| pthread_yield (3) | yield control of the current thread |
| ptsname (3) | grantpt, ptsname, unlockpt, posix_op... |
| pty (3) | openpty, forkpty -- auxiliary functi... |
| publickey (3) | publickey, getpublickey, getsecretke... |
| putc (3) | fputc, putc, putc_unlocked, putchar,... |
| putc_unlocked (3) | fputc, putc, putc_unlocked, putchar,... |
| putchar (3) | fputc, putc, putc_unlocked, putchar,... |
| putchar_unlocked (3) | fputc, putc, putc_unlocked, putchar,... |
| putenv (3) | getenv, putenv, setenv, unsetenv -- ... |
| putp (3) | del_curterm, mvcur, putp, restartter... |
| puts (3) | fputs, puts -- output a line to a st... |
| putw (3) | fputc, putc, putc_unlocked, putchar,... |
| putwc (3) | fputwc, putwc, putwchar -- output a ... |
| putwchar (3) | fputwc, putwc, putwchar -- output a ... |
| putwin (3) | delay_output, filter, flushinp, getw... |
| pwcache (3) | cache password and group entries |
| qiflush (3) | cbreak, nocbreak, echo, noecho, half... |
<<
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
>>