summaryrefslogtreecommitdiff
path: root/modules/lock
blob: c9d60d695c96e2b531920dcf4c5cdefb71c3cc67 (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
Description:
Locking in multithreaded situations.

Files:
lib/glthread/lock.h
lib/glthread/lock.c
m4/lock.m4
m4/pthread_rwlock_rdlock.m4

Depends-on:
extensions
threadlib
windows-mutex    [test $gl_threads_api = windows]
windows-rwlock   [test $gl_threads_api = windows]
windows-recmutex [test $gl_threads_api = windows]
windows-once     [test $gl_threads_api = windows]

configure.ac:
gl_LOCK
gl_MODULE_INDICATOR([lock])

Makefile.am:
lib_SOURCES += glthread/lock.h glthread/lock.c

Include:
"glthread/lock.h"

Link:
$(LIBTHREAD)

License:
LGPLv2+

Maintainer:
all