HomeSort by: relevance | last modified time | path
    Searched defs:pth_in_use (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
tls.h 147 # define pth_in_use() (pth_cancel != NULL) macro
151 # define pth_in_use() 1 macro
166 if (pth_in_use ()) \
176 (pth_in_use () \
182 if (pth_in_use ()) \
192 if (pth_in_use () && !pth_key_delete ((NAME).key)) \
lock.h 394 # define pth_in_use() (pth_cancel != NULL) macro
398 # define pth_in_use() 1 macro
412 if (pth_in_use() && !pth_mutex_init (&NAME)) abort ()
414 if (pth_in_use() && !pth_mutex_acquire (&NAME, 0, NULL)) abort ()
416 if (pth_in_use() && !pth_mutex_release (&NAME)) abort ()
430 if (pth_in_use() && !pth_rwlock_init (&NAME)) abort ()
432 if (pth_in_use() && !pth_rwlock_acquire (&NAME, PTH_RWLOCK_RD, 0, NULL)) abort ()
434 if (pth_in_use() && !pth_rwlock_acquire (&NAME, PTH_RWLOCK_RW, 0, NULL)) abort ()
436 if (pth_in_use() && !pth_rwlock_release (&NAME)) abort ()
451 if (pth_in_use() && !pth_mutex_init (&NAME)) abort (
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
tls.h 147 # define pth_in_use() (pth_cancel != NULL) macro
151 # define pth_in_use() 1 macro
166 if (pth_in_use ()) \
176 (pth_in_use () \
182 if (pth_in_use ()) \
192 if (pth_in_use () && !pth_key_delete ((NAME).key)) \
lock.h 394 # define pth_in_use() (pth_cancel != NULL) macro
398 # define pth_in_use() 1 macro
412 if (pth_in_use() && !pth_mutex_init (&NAME)) abort ()
414 if (pth_in_use() && !pth_mutex_acquire (&NAME, 0, NULL)) abort ()
416 if (pth_in_use() && !pth_mutex_release (&NAME)) abort ()
430 if (pth_in_use() && !pth_rwlock_init (&NAME)) abort ()
432 if (pth_in_use() && !pth_rwlock_acquire (&NAME, PTH_RWLOCK_RD, 0, NULL)) abort ()
434 if (pth_in_use() && !pth_rwlock_acquire (&NAME, PTH_RWLOCK_RW, 0, NULL)) abort ()
436 if (pth_in_use() && !pth_rwlock_release (&NAME)) abort ()
451 if (pth_in_use() && !pth_mutex_init (&NAME)) abort (
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.h 395 # define pth_in_use() (pth_cancel != NULL) macro
399 # define pth_in_use() 1 macro
413 if (pth_in_use() && !pth_mutex_init (&NAME)) abort ()
415 if (pth_in_use() && !pth_mutex_acquire (&NAME, 0, NULL)) abort ()
417 if (pth_in_use() && !pth_mutex_release (&NAME)) abort ()
431 if (pth_in_use() && !pth_rwlock_init (&NAME)) abort ()
433 if (pth_in_use() && !pth_rwlock_acquire (&NAME, PTH_RWLOCK_RD, 0, NULL)) abort ()
435 if (pth_in_use() && !pth_rwlock_acquire (&NAME, PTH_RWLOCK_RW, 0, NULL)) abort ()
437 if (pth_in_use() && !pth_rwlock_release (&NAME)) abort ()
452 if (pth_in_use() && !pth_mutex_init (&NAME)) abort (
    [all...]

Completed in 20 milliseconds