/netbsd-src/external/gpl3/gdb/dist/gnulib/import/glthread/ |
H A D | lock.h | 219 # 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 D | lock.h | 81 # 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 D | ChangeLog | 438 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 D | lock.h | 80 # 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 D | tls.h | 55 # 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 D | lock.h | 80 # 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 D | tls.h | 55 # 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 D | mbtowc-lock.h | 79 # define pthread_in_use() \ macro 83 # define pthread_in_use() 1 macro 89 if (pthread_in_use()) in mbtowc_with_lock()
|
H A D | setlocale_null.c | 218 # 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 D | threadlib.m4 | 90 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 D | lock.m4 | 116 # 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 D | lock.m4 | 94 # 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 D | config.h.in | 411 /* Define if the pthread_in_use() detection is hard. */
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/ |
H A D | config.h.in | 646 /* Define if the pthread_in_use() detection is hard. */
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/ |
H A D | ChangeLog | 590 (pthread_in_use): Update.
|
H A D | config.in | 1257 /* Define if the pthread_in_use() detection is hard. */
|