|
Lines 222-227
Link Here
|
| 222 |
.Fa libc_r |
222 |
.Fa libc_r |
| 223 |
instead of |
223 |
instead of |
| 224 |
.Fa libc. |
224 |
.Fa libc. |
|
|
225 |
.Sh SEE ALSO |
| 226 |
.Xr pthread_create 3 , |
| 227 |
.Xr pthread_detach 3 , |
| 228 |
.Xr pthread_equal 3 , |
| 229 |
.Xr pthread_exit 3 , |
| 230 |
.Xr pthread_join 3 , |
| 231 |
.Xr pthread_once 3 , |
| 232 |
.Xr pthread_self 3 , |
| 233 |
.Xr pthread_mutex_destroy 3 , |
| 234 |
.Xr pthread_mutex_init 3 , |
| 235 |
.Xr pthread_mutex_lock 3 , |
| 236 |
.Xr pthread_mutex_trylock 3 , |
| 237 |
.Xr pthread_mutex_unlock 3 , |
| 238 |
.Xr pthread_cond_broadcast 3 , |
| 239 |
.Xr pthread_cond_destroy 3 , |
| 240 |
.Xr pthread_cond_init 3 , |
| 241 |
.Xr pthread_cond_signal 3 , |
| 242 |
.Xr pthread_cond_timedwait 3 , |
| 243 |
.Xr pthread_cond_wait 3 , |
| 244 |
.Xr pthread_rwlock_destroy 3 , |
| 245 |
.Xr pthread_rwlock_init 3 , |
| 246 |
.Xr pthread_rwlock_rdlock 3 , |
| 247 |
.Xr pthread_rwlock_unlock 3 , |
| 248 |
.Xr pthread_rwlock_wrlock 3 , |
| 249 |
.Xr pthread_rwlockattr_destroy 3 , |
| 250 |
.Xr pthread_rwlockattr_getpshared 3 , |
| 251 |
.Xr pthread_rwlockattr_init 3 , |
| 252 |
.Xr pthread_rwlockattr_setpshared 3 , |
| 253 |
.Xr pthread_key_delete 3 , |
| 254 |
.Xr pthread_getspecific 3 , |
| 255 |
.Xr pthread_setspecific 3 , |
| 256 |
.Xr pthread_cleanup_pop 3 , |
| 257 |
.Xr pthread_cleanup_push 3 |
| 225 |
.Sh STANDARDS |
258 |
.Sh STANDARDS |
| 226 |
The functions in |
259 |
The functions in |
| 227 |
.Fa libc_r |
260 |
.Fa libc_r |