OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HAVE_PTHREAD
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/zstd/dist/programs/
Makefile
66
HAVE_PTHREAD
:= $(shell printf '$(NUM_SYMBOL)include <pthread.h>\nint main(void) { return 0; }' >
have_pthread
.c && $(CC) $(FLAGS) -o
have_pthread
$(EXT)
have_pthread
.c -pthread 2> $(VOID) && rm
have_pthread
$(EXT) && echo 1 || echo 0; rm
have_pthread
.c)
67
HAVE_THREAD := $(shell [ "$(
HAVE_PTHREAD
)" -eq "1" -o -n "$(filter Windows%,$(OS))" ] && echo 1 || echo 0)
/src/external/lgpl2/userspace-rcu/include/urcu/
config.h
79
#define
HAVE_PTHREAD
1
/src/external/mpl/dhcp/bind/include/
config.h
326
#define
HAVE_PTHREAD
1
/src/external/mpl/bind/include/
config.h
302
#define
HAVE_PTHREAD
1
/src/external/bsd/unbound/include/
config.h
563
#define
HAVE_PTHREAD
1
1600
#if defined(HAVE_EVENT_H) && !defined(HAVE_EVENT_BASE_ONCE) && !(defined(HAVE_EV_LOOP) || defined(HAVE_EV_DEFAULT_LOOP)) && (defined(
HAVE_PTHREAD
) || defined(HAVE_SOLARIS_THREADS))
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026