summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/Makefile.inc
blob: d69f059b92b395ac5d0bed318a606a9f975af11c (plain)
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
# $FreeBSD$

# POSIX thread man files

.PATH: ${.CURDIR}/man

MAN3+=	pthread_cancel.3 \
	pthread_cleanup_pop.3 \
	pthread_cleanup_push.3 \
	pthread_cond_broadcast.3 \
	pthread_cond_destroy.3 \
	pthread_cond_init.3 \
	pthread_cond_signal.3 \
	pthread_cond_timedwait.3 \
	pthread_cond_wait.3 \
	pthread_create.3 \
	pthread_detach.3 \
	pthread_equal.3 \
	pthread_exit.3 \
	pthread_getspecific.3 \
	pthread_join.3 \
	pthread_key_create.3 \
	pthread_key_delete.3 \
	pthread_mutex_destroy.3 \
	pthread_mutex_init.3 \
	pthread_mutex_lock.3 \
	pthread_mutex_trylock.3 \
	pthread_mutex_unlock.3 \
	pthread_once.3 \
	pthread_rwlock_destroy.3 \
	pthread_rwlock_init.3 \
	pthread_rwlock_rdlock.3 \
	pthread_rwlock_unlock.3 \
	pthread_rwlock_wrlock.3 \
	pthread_rwlockattr_destroy.3 \
	pthread_rwlockattr_getpshared.3 \
	pthread_rwlockattr_init.3 \
	pthread_rwlockattr_setpshared.3 \
	pthread_self.3 \

MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 \
	pthread_setspecific.3 \
	pthread_testcancel.3 \
	sem_destroy.3 \
	sem_getvalue.3 \
	sem_init.3 \
	sem_open.3 \
	sem_post.3 \
	sem_wait.3

MLINKS+=	pthread_cancel.3 pthread_setcancelstate.3 \
	pthread_cancel.3 pthread_getcancelstate.3 \
	sem_open.3 sem_close.3 \
	sem_open.3 sem_unlink.3 \
	sem_wait.3 sem_trywait.3
OpenPOWER on IntegriCloud