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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
asyncsafe-spin
blob
fc734928db65198dd5387d6850799afd8b4d7698
1
Description:
2
Spin locks for communication between threads and signal handlers.
3
4
Files:
5
lib/asyncsafe-spin.h
6
lib/asyncsafe-spin.c
7
8
Depends-on:
9
signal-h
10
stdbool
11
sigprocmask
12
windows-spin
13
sparcv8+
14
15
configure.ac:
16
AC_REQUIRE([AC_C_INLINE])
17
AC_CHECK_HEADERS_ONCE([pthread.h])
18
19
Makefile.am:
20
lib_SOURCES += asyncsafe-spin.c
21
22
Include:
23
"asyncsafe-spin.h"
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all