Lines Matching refs:a

33 #   has a nonstandard name, this macro defines PTHREAD_CREATE_JOINABLE to
40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
69 # You should have received a copy of the GNU General Public License along
72 # As a special exception, the respective Autoconf Macro's copyright owner
81 # Macro released by the Autoconf Archive. When you make and distribute a
121 # We must check for the threads library under a number of different
126 # Create a list of thread flags to try. Items starting with a "-" are
129 # which is a program returning the flags for the Pth emulation library.
173 # IBM z/OS requires a feature-test macro to be defined in order to
174 # enable POSIX threads at all, so give the user a hint if this is
192 # pthread_cleanup_push, or rather a function called by this macro,
194 # that too in a future libc.) So we'll check first for the
206 # The presence of a feature test macro requesting re-entrant function
207 # definitions is, on some systems, a strong hint that pthreads support is
235 [/* Note: Clang 2.7 lacks __clang_[a-z]+__ */
248 # option in a rather... idiosyncratic way
254 # (Note 1: This will need to be revisited if a system that Clang
255 # supports has POSIX threads in a separate library. This tends not
269 # However, older versions of Clang make a point of warning the user
279 # support, and in fact it is often not straightforward to specify a
281 # linking. Such a scenario is extremely rare in practice.
284 # a warning, this can be a nuisance for well-run software projects
362 # need a special flag -Kthread to make this header compile.)
367 # functions on Solaris that doesn't have a non-functional libc stub.
374 static void routine(void *a) { a = 0; }
375 static void *start_routine(void *a) { return a; }],
420 uses a non-standard name on your system.])