search for: have_thread

Displaying 2 results from an estimated 2 matches for "have_thread".

Did you mean: have_pthread
2004 Aug 06
5
libshout compile problems
...d macro `XIPH_PATH_OGG' aclocal: m4/vorbis.m4: 9: duplicated macro `XIPH_PATH_VORBIS' autoheader autoheader: error: AC_CONFIG_HEADERS not found in configure.in libtoolize --automake automake --add-missing configure.in: 14: required file `./config.h.in' not found src/Makefile.am:5: HAVE_THREAD does not appear in AM_CONDITIONAL src/Makefile.am:18: variable `MAYBE_THREAD_LIB' not defined src/Makefile.am:18: variable `VORBIS_LIBS' not defined src/Makefile.am:18: variable `OGG_LIBS' not defined src/Makefile.am:9: variable `MAYBE_THREAD' not defined examples/Makefile.am:8: var...
2014 Jun 07
5
[LLVMdev] Multi-threading and mutexes in LLVM
+chandlerc, aaronballman, in case there are additional carryovers and/or issues from the review thread which I've left out. I have a patch up for review[1, 2] that attempts to replace LLVM's mutex implementation with std::mutex and std::recursive_mutex. While the patch seems to work, there are questions surrounding whether or not the approach used is correct. I'll try to summarize