OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:have_pthread
(Results
1 - 3
of
3
) 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/bsd/jemalloc/dist/
configure
12148
have_pthread
="1"
13811
if test "x${
have_pthread
}" = "x1" -a "x${je_cv_os_unfair_lock}" != "xyes" -a \
/src/external/bsd/jemalloc.old/dist/
configure
10324
have_pthread
="1"
11711
if test "x${
have_pthread
}" = "x1" -a "x${have_dlsym}" = "x1" \
Completed in 129 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026