summaryrefslogtreecommitdiff
path: root/modules/thread
blob: 1d530b0d3afbe5ea00edb9aa9f863463309094fd (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
Description:
Creating and controlling threads.

Files:
lib/glthread/thread.h
lib/glthread/thread.c
m4/thread.m4

Depends-on:
threadlib
extern-inline
lock
windows-thread  [test $gl_threads_api = windows]
pthread_sigmask [test $gl_threads_api = posix]

configure.ac:
gl_THREAD

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

Include:
"glthread/thread.h"

Link:
$(LIBMULTITHREAD)

License:
LGPLv2+

Maintainer:
Yoann Vandoorselaere