Home
last modified time | relevance | path

Searched refs:thread_in_use (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlock.h520 # define thread_in_use() (thr_suspend != NULL) macro
524 # define thread_in_use() 1
538 if (thread_in_use () && mutex_init (&NAME, USYNC_THREAD, NULL) != 0) abort ()
540 if (thread_in_use () && mutex_lock (&NAME) != 0) abort ()
542 if (thread_in_use () && mutex_unlock (&NAME) != 0) abort ()
544 if (thread_in_use () && mutex_destroy (&NAME) != 0) abort ()
556 if (thread_in_use () && rwlock_init (&NAME, USYNC_THREAD, NULL) != 0) abort ()
558 if (thread_in_use () && rw_rdlock (&NAME) != 0) abort ()
560 if (thread_in_use () && rw_wrlock (&NAME) != 0) abort ()
562 if (thread_in_use () && rw_unlock (&NAME) != 0) abort ()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dlock.h519 # define thread_in_use() (thr_suspend != NULL) macro
523 # define thread_in_use() 1
537 if (thread_in_use () && mutex_init (&NAME, USYNC_THREAD, NULL) != 0) abort ()
539 if (thread_in_use () && mutex_lock (&NAME) != 0) abort ()
541 if (thread_in_use () && mutex_unlock (&NAME) != 0) abort ()
543 if (thread_in_use () && mutex_destroy (&NAME) != 0) abort ()
555 if (thread_in_use () && rwlock_init (&NAME, USYNC_THREAD, NULL) != 0) abort ()
557 if (thread_in_use () && rw_rdlock (&NAME) != 0) abort ()
559 if (thread_in_use () && rw_wrlock (&NAME) != 0) abort ()
561 if (thread_in_use () && rw_unlock (&NAME) != 0) abort ()
[all …]
H A Dtls.h215 # define thread_in_use() (thr_suspend != NULL) macro
219 # define thread_in_use() 1 macro
234 if (thread_in_use ()) \
244 (thread_in_use () \
251 if (thread_in_use ()) \
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlock.h519 # define thread_in_use() (thr_suspend != NULL) macro
523 # define thread_in_use() 1
537 if (thread_in_use () && mutex_init (&NAME, USYNC_THREAD, NULL) != 0) abort ()
539 if (thread_in_use () && mutex_lock (&NAME) != 0) abort ()
541 if (thread_in_use () && mutex_unlock (&NAME) != 0) abort ()
543 if (thread_in_use () && mutex_destroy (&NAME) != 0) abort ()
555 if (thread_in_use () && rwlock_init (&NAME, USYNC_THREAD, NULL) != 0) abort ()
557 if (thread_in_use () && rw_rdlock (&NAME) != 0) abort ()
559 if (thread_in_use () && rw_wrlock (&NAME) != 0) abort ()
561 if (thread_in_use () && rw_unlock (&NAME) != 0) abort ()
[all …]
H A Dtls.h215 # define thread_in_use() (thr_suspend != NULL) macro
219 # define thread_in_use() 1 macro
234 if (thread_in_use ()) \
244 (thread_in_use () \
251 if (thread_in_use ()) \
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dthreadlib.m4496 dnl thread_in_use, we also need to test whether the ISO C 11 thrd_create
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A DChangeLog619 (thread_in_use): Update.