Home
last modified time | relevance | path

Searched refs:pth_in_use (Results 1 – 25 of 119) sorted by relevance

12345

/dports/net/gnu-dico/dico-2.10/xdico/gnu/glthread/
H A Dlock.h424 # define pth_in_use() (pth_cancel != NULL) macro
428 # define pth_in_use() 1
442 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
444 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
446 (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0)
463 (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0)
469 (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0)
492 (pth_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0)
494 (pth_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0)
520 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
[all …]
/dports/shells/rush/rush-2.1/gnu/glthread/
H A Dlock.h426 # define pth_in_use() (pth_cancel != NULL) macro
430 # define pth_in_use() 1
444 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
446 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
448 (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0)
465 (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0)
471 (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0)
494 (pth_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0)
496 (pth_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0)
522 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
[all …]
/dports/databases/recutils/recutils-1.8/lib/glthread/
H A Dlock.h421 # define pth_in_use() (pth_cancel != NULL) macro
425 # define pth_in_use() 1
439 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
441 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
443 (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0)
460 (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0)
466 (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0)
489 (pth_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0)
491 (pth_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0)
517 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
[all …]
/dports/dns/libidn/libidn-1.35/gltests/glthread/
H A Dlock.h415 # define pth_in_use() (pth_cancel != NULL) macro
419 # define pth_in_use() 1
433 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
435 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
437 (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0)
454 (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0)
460 (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0)
483 (pth_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0)
485 (pth_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0)
511 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
[all …]
H A Dthread.h232 # define pth_in_use() (pth_cancel != NULL) macro
236 # define pth_in_use() 1
243 (pth_in_use () ? (pth_init (), ((*(THREADP) = pth_spawn (NULL, FUNC, ARG)) ? 0 : errno)) : 0)
245 (pth_in_use () ? (pth_init (), (pth_sigmask (HOW, SET, OSET) ? 0 : errno)) : 0)
247 (pth_in_use () ? (pth_init (), (pth_join (THREAD, RETVALP) ? 0 : errno)) : 0)
249 (pth_in_use () ? (pth_init (), (void *) pth_self ()) : NULL)
253 (pth_in_use () ? (pth_init (), pth_exit (RETVAL)) : 0)
/dports/dns/libidn/libidn-1.35/lib/gltests/glthread/
H A Dlock.h415 # define pth_in_use() (pth_cancel != NULL) macro
419 # define pth_in_use() 1
433 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
435 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
437 (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0)
454 (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0)
460 (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0)
483 (pth_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0)
485 (pth_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0)
511 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
[all …]
H A Dthread.h232 # define pth_in_use() (pth_cancel != NULL) macro
236 # define pth_in_use() 1
243 (pth_in_use () ? (pth_init (), ((*(THREADP) = pth_spawn (NULL, FUNC, ARG)) ? 0 : errno)) : 0)
245 (pth_in_use () ? (pth_init (), (pth_sigmask (HOW, SET, OSET) ? 0 : errno)) : 0)
247 (pth_in_use () ? (pth_init (), (pth_join (THREAD, RETVALP) ? 0 : errno)) : 0)
249 (pth_in_use () ? (pth_init (), (void *) pth_self ()) : NULL)
253 (pth_in_use () ? (pth_init (), pth_exit (RETVAL)) : 0)
/dports/deskutils/gcal/gcal-4.1/lib/glthread/
H A Dlock.h410 # define pth_in_use() (pth_cancel != NULL) macro
414 # define pth_in_use() 1
428 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
430 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
432 (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0)
449 (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0)
455 (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0)
478 (pth_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0)
480 (pth_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0)
506 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
[all …]
/dports/editors/zile/zile-2.4.14/lib/glthread/
H A Dlock.h415 # define pth_in_use() (pth_cancel != NULL) macro
419 # define pth_in_use() 1
433 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
435 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
437 (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0)
454 (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0)
460 (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0)
483 (pth_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0)
485 (pth_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0)
511 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
[all …]
/dports/devel/libdap/libdap-3.20.8/gl/glthread/
H A Dlock.h415 # define pth_in_use() (pth_cancel != NULL) macro
419 # define pth_in_use() 1
433 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
435 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
437 (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0)
454 (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0)
460 (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0)
483 (pth_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0)
485 (pth_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0)
511 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/gllib/glthread/
H A Dlock.h425 # define pth_in_use() (pth_cancel != NULL) macro
429 # define pth_in_use() 1
443 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
445 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
447 (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0)
464 (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0)
470 (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0)
493 (pth_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0)
495 (pth_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0)
521 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
[all …]
/dports/devel/libunistring/libunistring-0.9.10/lib/glthread/
H A Dlock.h430 # define pth_in_use() (pth_cancel != NULL) macro
434 # define pth_in_use() 1
448 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
450 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
452 (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0)
469 (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0)
475 (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0)
498 (pth_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0)
500 (pth_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0)
526 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
[all …]
/dports/misc/gnuls/coreutils-8.30/lib/glthread/
H A Dlock.h421 # define pth_in_use() (pth_cancel != NULL) macro
425 # define pth_in_use() 1
439 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
441 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
443 (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0)
460 (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0)
466 (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0)
489 (pth_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0)
491 (pth_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0)
517 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
[all …]
H A Dtls.h134 # define pth_in_use() (pth_cancel != NULL) macro
138 # define pth_in_use() 1 macro
151 (pth_in_use () \
155 (pth_in_use () \
159 (pth_in_use () \
163 (pth_in_use () \
/dports/textproc/augeas/augeas-1.12.0/gnulib/lib/glthread/
H A Dlock.h424 # define pth_in_use() (pth_cancel != NULL) macro
428 # define pth_in_use() 1
442 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
444 (pth_in_use () && !pth_mutex_acquire (LOCK, 0, NULL) ? errno : 0)
446 (pth_in_use () && !pth_mutex_release (LOCK) ? errno : 0)
463 (pth_in_use () && !pth_rwlock_init (LOCK) ? errno : 0)
469 (pth_in_use () && !pth_rwlock_release (LOCK) ? errno : 0)
492 (pth_in_use () ? glthread_rwlock_init_multithreaded (LOCK) : 0)
494 (pth_in_use () ? glthread_rwlock_rdlock_multithreaded (LOCK) : 0)
520 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
[all …]
/dports/security/libprelude/libprelude-1.2.6/libmissing/glthread/
H A Dtls.h134 # define pth_in_use() (pth_cancel != NULL)
138 # define pth_in_use() 1
151 (pth_in_use () \
155 (pth_in_use () \
159 (pth_in_use () \
163 (pth_in_use () \
H A Dthread.h220 # define pth_in_use() (pth_cancel != NULL) in glthread_join_func()
224 # define pth_in_use() 1 in glthread_join_func()
231 (pth_in_use () ? ((*(THREADP) = pth_spawn (NULL, FUNC, ARG)) ? 0 : errno) : 0) in glthread_join_func()
233 (pth_in_use () && !pth_sigmask (HOW, SET, OSET) ? errno : 0) in glthread_join_func()
235 (pth_in_use () && !pth_join (THREAD, RETVALP) ? errno : 0) in glthread_join_func()
237 (pth_in_use () ? (void *) pth_self () : NULL) in glthread_join_func()
241 (pth_in_use () ? pth_exit (RETVAL) : 0) in glthread_join_func()
H A Dcond.h180 # define pth_in_use() (pth_cancel != NULL) macro
184 # define pth_in_use() 1
198 (pth_in_use () && !pth_cond_init (COND) ? errno : 0)
200 (pth_in_use () && !pth_cond_await (COND, LOCK, NULL) ? errno : 0)
202 (pth_in_use () ? glthread_cond_timedwait_multithreaded (COND, LOCK, ABSTIME) : 0)
204 (pth_in_use () && !pth_cond_notify (COND, FALSE) ? errno : 0)
206 (pth_in_use () && !pth_cond_notify (COND, TRUE) ? errno : 0)
/dports/devel/gnulib/gnulib-20140202-stable/lib/glthread/
H A Dtls.h134 # define pth_in_use() (pth_cancel != NULL) macro
138 # define pth_in_use() 1 macro
151 (pth_in_use () \
155 (pth_in_use () \
159 (pth_in_use () \
163 (pth_in_use () \
H A Dthread.h220 # define pth_in_use() (pth_cancel != NULL) macro
224 # define pth_in_use() 1
231 (pth_in_use () ? ((*(THREADP) = pth_spawn (NULL, FUNC, ARG)) ? 0 : errno) : 0)
233 (pth_in_use () && !pth_sigmask (HOW, SET, OSET) ? errno : 0)
235 (pth_in_use () && !pth_join (THREAD, RETVALP) ? errno : 0)
237 (pth_in_use () ? (void *) pth_self () : NULL)
241 (pth_in_use () ? pth_exit (RETVAL) : 0)
/dports/devel/idutils/idutils-4.6/gnulib-tests/glthread/
H A Dthread.h207 # define pth_in_use() (pth_cancel != NULL) macro
211 # define pth_in_use() 1
218 (pth_in_use () ? ((*(THREADP) = pth_spawn (NULL, FUNC, ARG)) ? 0 : errno) : 0)
220 (pth_in_use () && !pth_sigmask (HOW, SET, OSET) ? errno : 0)
222 (pth_in_use () && !pth_join (THREAD, RETVALP) ? errno : 0)
224 (pth_in_use () ? (void *) pth_self () : NULL)
228 (pth_in_use () ? pth_exit (RETVAL) : 0)
/dports/security/libpreludedb/libpreludedb-1.2.6/libmissing/tests/glthread/
H A Dthread.h220 # define pth_in_use() (pth_cancel != NULL) macro
224 # define pth_in_use() 1
231 (pth_in_use () ? ((*(THREADP) = pth_spawn (NULL, FUNC, ARG)) ? 0 : errno) : 0)
233 (pth_in_use () && !pth_sigmask (HOW, SET, OSET) ? errno : 0)
235 (pth_in_use () && !pth_join (THREAD, RETVALP) ? errno : 0)
237 (pth_in_use () ? (void *) pth_self () : NULL)
241 (pth_in_use () ? pth_exit (RETVAL) : 0)
/dports/devel/libunistring/libunistring-0.9.10/tests/glthread/
H A Dthread.h239 # define pth_in_use() (pth_cancel != NULL) macro
243 # define pth_in_use() 1
250 (pth_in_use () ? (pth_init (), ((*(THREADP) = pth_spawn (NULL, FUNC, ARG)) ? 0 : errno)) : 0)
252 (pth_in_use () ? (pth_init (), (pth_sigmask (HOW, SET, OSET) ? 0 : errno)) : 0)
254 (pth_in_use () ? (pth_init (), (pth_join (THREAD, RETVALP) ? 0 : errno)) : 0)
256 (pth_in_use () ? (pth_init (), (void *) pth_self ()) : NULL)
260 (pth_in_use () ? (pth_init (), pth_exit (RETVAL)) : 0)
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/glthread/
H A Dthread.h239 # define pth_in_use() (pth_cancel != NULL) macro
243 # define pth_in_use() 1
250 (pth_in_use () ? (pth_init (), ((*(THREADP) = pth_spawn (NULL, FUNC, ARG)) ? 0 : errno)) : 0)
252 (pth_in_use () ? (pth_init (), (pth_sigmask (HOW, SET, OSET) ? 0 : errno)) : 0)
254 (pth_in_use () ? (pth_init (), (pth_join (THREAD, RETVALP) ? 0 : errno)) : 0)
256 (pth_in_use () ? (pth_init (), (void *) pth_self ()) : NULL)
260 (pth_in_use () ? (pth_init (), pth_exit (RETVAL)) : 0)
/dports/textproc/augeas/augeas-1.12.0/gnulib/tests/glthread/
H A Dthread.h237 # define pth_in_use() (pth_cancel != NULL) macro
241 # define pth_in_use() 1
248 (pth_in_use () ? (pth_init (), ((*(THREADP) = pth_spawn (NULL, FUNC, ARG)) ? 0 : errno)) : 0)
250 (pth_in_use () ? (pth_init (), (pth_sigmask (HOW, SET, OSET) ? 0 : errno)) : 0)
252 (pth_in_use () ? (pth_init (), (pth_join (THREAD, RETVALP) ? 0 : errno)) : 0)
254 (pth_in_use () ? (pth_init (), (void *) pth_self ()) : NULL)
258 (pth_in_use () ? (pth_init (), pth_exit (RETVAL)) : 0)

12345