repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
pthread-once
blob
c7f28d1affe242f6b85f7552452bf45447882acb
1
Description:
2
POSIX once-only control.
3
4
Files:
5
lib/pthread-once.c
6
m4/pthread-once.m4
7
8
Depends-on:
9
pthread-h
10
windows-once [test $gl_threads_api = windows]
11
12
configure.ac:
13
gl_PTHREAD_ONCE
14
if test $HAVE_PTHREAD_ONCE = 0 || test $REPLACE_PTHREAD_ONCE = 1; then
15
AC_LIBOBJ([pthread-once])
16
fi
17
gl_PTHREAD_MODULE_INDICATOR([pthread-once])
18
19
Makefile.am:
20
21
Include:
22
<pthread.h>
23
24
Link:
25
$(LIBPMULTITHREAD)
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
all