summaryrefslogtreecommitdiff
path: root/modules/pthread-once
blob: c7f28d1affe242f6b85f7552452bf45447882acb (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
Description:
POSIX once-only control.

Files:
lib/pthread-once.c
m4/pthread-once.m4

Depends-on:
pthread-h
windows-once    [test $gl_threads_api = windows]

configure.ac:
gl_PTHREAD_ONCE
if test $HAVE_PTHREAD_ONCE = 0 || test $REPLACE_PTHREAD_ONCE = 1; then
  AC_LIBOBJ([pthread-once])
fi
gl_PTHREAD_MODULE_INDICATOR([pthread-once])

Makefile.am:

Include:
<pthread.h>

Link:
$(LIBPMULTITHREAD)

License:
LGPLv2+

Maintainer:
all