Home
last modified time | relevance | path

Searched refs:pthread_in_use (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/glthread/
H A Dlock.h219 # define pthread_in_use() \ macro
279 # define pthread_in_use() \ macro
286 # define pthread_in_use() 1 macro
301 (pthread_in_use () ? pthread_mutex_init (LOCK, NULL) : 0)
303 (pthread_in_use () ? pthread_mutex_lock (LOCK) : 0)
305 (pthread_in_use () ? pthread_mutex_unlock (LOCK) : 0)
307 (pthread_in_use () ? pthread_mutex_destroy (LOCK) : 0)
329 (pthread_in_use () ? pthread_rwlock_init (LOCK, NULL) : 0)
334 (pthread_in_use () ? glthread_rwlock_init_for_glibc (LOCK) : 0)
338 (pthread_in_use () ? pthread_rwlock_rdlock (LOCK) : 0)
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlock.h81 # define pthread_in_use() \ macro
130 # define pthread_in_use() (pthread_cancel != NULL) macro
136 # define pthread_in_use() 1 macro
151 if (pthread_in_use () && pthread_mutex_init (&NAME, NULL) != 0) abort ()
153 if (pthread_in_use () && pthread_mutex_lock (&NAME) != 0) abort ()
155 if (pthread_in_use () && pthread_mutex_unlock (&NAME) != 0) abort ()
157 if (pthread_in_use () && pthread_mutex_destroy (&NAME) != 0) abort ()
173 if (pthread_in_use () && pthread_rwlock_init (&NAME, NULL) != 0) abort ()
175 if (pthread_in_use () && pthread_rwlock_rdlock (&NAME) != 0) abort ()
177 if (pthread_in_use () && pthread_rwlock_wrlock (&NAME) != 0) abort ()
[all …]
H A DChangeLog438 Make pthread_in_use() return 0 on Solaris and HP-UX when not linking
440 * lock.h (pthread_in_use) [PTHREAD_IN_USE_DETECTION_HARD]: Define
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dlock.h80 # define pthread_in_use() \ macro
129 # define pthread_in_use() (pthread_cancel != NULL) macro
135 # define pthread_in_use() 1 macro
150 if (pthread_in_use () && pthread_mutex_init (&NAME, NULL) != 0) abort ()
152 if (pthread_in_use () && pthread_mutex_lock (&NAME) != 0) abort ()
154 if (pthread_in_use () && pthread_mutex_unlock (&NAME) != 0) abort ()
156 if (pthread_in_use () && pthread_mutex_destroy (&NAME) != 0) abort ()
172 if (pthread_in_use () && pthread_rwlock_init (&NAME, NULL) != 0) abort ()
174 if (pthread_in_use () && pthread_rwlock_rdlock (&NAME) != 0) abort ()
176 if (pthread_in_use () && pthread_rwlock_wrlock (&NAME) != 0) abort ()
[all …]
H A Dtls.h55 # define pthread_in_use() \ macro
75 # define pthread_in_use() (pthread_cancel != NULL) macro
81 # define pthread_in_use() 1 macro
97 if (pthread_in_use ()) \
107 (pthread_in_use () \
113 if (pthread_in_use ()) \
123 if (pthread_in_use () && pthread_key_delete ((NAME).key) != 0) \
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlock.h80 # define pthread_in_use() \ macro
129 # define pthread_in_use() (pthread_cancel != NULL) macro
135 # define pthread_in_use() 1 macro
150 if (pthread_in_use () && pthread_mutex_init (&NAME, NULL) != 0) abort ()
152 if (pthread_in_use () && pthread_mutex_lock (&NAME) != 0) abort ()
154 if (pthread_in_use () && pthread_mutex_unlock (&NAME) != 0) abort ()
156 if (pthread_in_use () && pthread_mutex_destroy (&NAME) != 0) abort ()
172 if (pthread_in_use () && pthread_rwlock_init (&NAME, NULL) != 0) abort ()
174 if (pthread_in_use () && pthread_rwlock_rdlock (&NAME) != 0) abort ()
176 if (pthread_in_use () && pthread_rwlock_wrlock (&NAME) != 0) abort ()
[all …]
H A Dtls.h55 # define pthread_in_use() \ macro
75 # define pthread_in_use() (pthread_cancel != NULL) macro
81 # define pthread_in_use() 1 macro
97 if (pthread_in_use ()) \
107 (pthread_in_use () \
113 if (pthread_in_use ()) \
123 if (pthread_in_use () && pthread_key_delete ((NAME).key) != 0) \
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dmbtowc-lock.h79 # define pthread_in_use() \ macro
83 # define pthread_in_use() 1 macro
89 if (pthread_in_use()) in mbtowc_with_lock()
H A Dsetlocale_null.c218 # define pthread_in_use() \ macro
222 # define pthread_in_use() 1 macro
228 if (pthread_in_use()) in setlocale_null_with_lock()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dthreadlib.m490 dnl programs that use pthread_in_use() with weak symbol references
258 # Therefore pthread_in_use() needs to actually try to create a
266 [Define if the pthread_in_use() detection is hard.])
495 dnl If we use weak symbols to implement pthread_in_use / pth_in_use /
536 [Define if the pthread_in_use() detection is hard.])
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/
H A Dlock.m4116 # Therefore pthread_in_use() needs to actually try to create a
122 [Define if the pthread_in_use() detection is hard.])
/netbsd-src/crypto/external/cpl/tpm-tools/dist/m4/
H A Dlock.m494 # Therefore pthread_in_use() needs to actually try to create a
100 [Define if the pthread_in_use() detection is hard.])
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/
H A Dconfig.h.in411 /* Define if the pthread_in_use() detection is hard. */
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/
H A Dconfig.h.in646 /* Define if the pthread_in_use() detection is hard. */
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A DChangeLog590 (pthread_in_use): Update.
H A Dconfig.in1257 /* Define if the pthread_in_use() detection is hard. */