Home
last modified time | relevance | path

Searched refs:count_cond (Results 1 – 25 of 84) sorted by relevance

1234

/dports/sysutils/fusefs-sshfs/sshfs-sshfs-3.7.2/compat/
H A Ddarwin_compat.c52 if (pthread_cond_init(&sem->__data.local.count_cond, NULL)) { in darwin_sem_init()
67 pthread_cond_destroy(&sem->__data.local.count_cond); in darwin_sem_init()
83 pthread_cond_broadcast(&sem->__data.local.count_cond); in darwin_sem_destroy()
85 if (pthread_cond_destroy(&sem->__data.local.count_cond)) { in darwin_sem_destroy()
131 pthread_cond_signal(&sem->__data.local.count_cond); in darwin_sem_post()
165 res = pthread_cond_timedwait(&sem->__data.local.count_cond, in darwin_sem_timedwait()
225 pthread_cond_wait(&sem->__data.local.count_cond, in darwin_sem_wait()
H A Ddarwin_compat.h20 pthread_cond_t count_cond; member
/dports/devel/py-llfuse/llfuse-1.3.8/src/
H A Ddarwin_compat.c52 if (pthread_cond_init(&sem->__data.local.count_cond, NULL)) { in darwin_sem_init()
67 pthread_cond_destroy(&sem->__data.local.count_cond); in darwin_sem_init()
83 pthread_cond_broadcast(&sem->__data.local.count_cond); in darwin_sem_destroy()
85 if (pthread_cond_destroy(&sem->__data.local.count_cond)) { in darwin_sem_destroy()
131 pthread_cond_signal(&sem->__data.local.count_cond); in darwin_sem_post()
165 res = pthread_cond_timedwait(&sem->__data.local.count_cond, in darwin_sem_timedwait()
226 pthread_cond_wait(&sem->__data.local.count_cond, in darwin_sem_wait()
H A Ddarwin_compat.h20 pthread_cond_t count_cond; member
/dports/net-im/libnice/libnice-0.1.18/tests/
H A Dtest-io-stream-closing-read.c52 GCond count_cond; variable
64 g_cond_broadcast (&count_cond); in read_thread_cb()
97 g_cond_broadcast (&count_cond); in write_thread_cb()
105 g_cond_wait (&count_cond, &count_lock); in write_thread_cb()
H A Dtest-io-stream-closing-write.c52 GCond count_cond; variable
69 g_cond_broadcast (&count_cond); in read_thread_cb()
76 g_cond_wait (&count_cond, &count_lock); in read_thread_cb()
96 g_cond_broadcast (&count_cond); in write_thread_cb()
/dports/net-im/libnice-gst1/libnice-0.1.18/tests/
H A Dtest-io-stream-closing-read.c52 GCond count_cond; variable
64 g_cond_broadcast (&count_cond); in read_thread_cb()
97 g_cond_broadcast (&count_cond); in write_thread_cb()
105 g_cond_wait (&count_cond, &count_lock); in write_thread_cb()
H A Dtest-io-stream-closing-write.c52 GCond count_cond; variable
69 g_cond_broadcast (&count_cond); in read_thread_cb()
76 g_cond_wait (&count_cond, &count_lock); in read_thread_cb()
96 g_cond_broadcast (&count_cond); in write_thread_cb()
/dports/net-mgmt/lldpd/lldpd-1.0.8/libevent/test/
H A Dregress_iocp.c58 static void *count_lock = NULL, *count_cond = NULL; variable
65 EVTHREAD_ALLOC_COND(count_cond); in count_init()
68 tt_assert(count_cond); in count_init()
78 EVTHREAD_FREE_COND(count_cond); in count_free()
86 EVTHREAD_COND_BROADCAST(count_cond); in count_incr()
102 EVTHREAD_COND_WAIT_TIMED(count_cond, count_lock, &tv); in count_wait_for()
/dports/net/ntp/ntp-4.2.8p15/sntp/libevent/test/
H A Dregress_iocp.c58 static void *count_lock = NULL, *count_cond = NULL; variable
65 EVTHREAD_ALLOC_COND(count_cond); in count_init()
68 tt_assert(count_cond); in count_init()
78 EVTHREAD_FREE_COND(count_cond); in count_free()
86 EVTHREAD_COND_BROADCAST(count_cond); in count_incr()
102 EVTHREAD_COND_WAIT_TIMED(count_cond, count_lock, &tv); in count_wait_for()
/dports/net/netatalk3/netatalk-3.1.12/libevent/test/
H A Dregress_iocp.c58 static void *count_lock = NULL, *count_cond = NULL; variable
65 EVTHREAD_ALLOC_COND(count_cond); in count_init()
68 tt_assert(count_cond); in count_init()
78 EVTHREAD_FREE_COND(count_cond); in count_free()
86 EVTHREAD_COND_BROADCAST(count_cond); in count_incr()
102 EVTHREAD_COND_WAIT_TIMED(count_cond, count_lock, &tv); in count_wait_for()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/third_party/libevent/test/
H A Dregress_iocp.c58 static void *count_lock = NULL, *count_cond = NULL; variable
65 EVTHREAD_ALLOC_COND(count_cond); in count_init()
68 tt_assert(count_cond); in count_init()
78 EVTHREAD_FREE_COND(count_cond); in count_free()
86 EVTHREAD_COND_BROADCAST(count_cond); in count_incr()
102 EVTHREAD_COND_WAIT_TIMED(count_cond, count_lock, &tv); in count_wait_for()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/third_party/libevent/test/
H A Dregress_iocp.c58 static void *count_lock = NULL, *count_cond = NULL; variable
65 EVTHREAD_ALLOC_COND(count_cond); in count_init()
68 tt_assert(count_cond); in count_init()
78 EVTHREAD_FREE_COND(count_cond); in count_free()
86 EVTHREAD_COND_BROADCAST(count_cond); in count_incr()
102 EVTHREAD_COND_WAIT_TIMED(count_cond, count_lock, &tv); in count_wait_for()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/third_party/libevent/test/
H A Dregress_iocp.c58 static void *count_lock = NULL, *count_cond = NULL; variable
65 EVTHREAD_ALLOC_COND(count_cond); in count_init()
68 tt_assert(count_cond); in count_init()
78 EVTHREAD_FREE_COND(count_cond); in count_free()
86 EVTHREAD_COND_BROADCAST(count_cond); in count_incr()
102 EVTHREAD_COND_WAIT_TIMED(count_cond, count_lock, &tv); in count_wait_for()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/third_party/libevent/test/
H A Dregress_iocp.c58 static void *count_lock = NULL, *count_cond = NULL; variable
65 EVTHREAD_ALLOC_COND(count_cond); in count_init()
68 tt_assert(count_cond); in count_init()
78 EVTHREAD_FREE_COND(count_cond); in count_free()
86 EVTHREAD_COND_BROADCAST(count_cond); in count_incr()
102 EVTHREAD_COND_WAIT_TIMED(count_cond, count_lock, &tv); in count_wait_for()
/dports/net-im/farstream/farstream-0.2.9/tests/check/rtp/
H A Drecvcodecs.c37 GCond count_cond; variable
51 g_cond_broadcast (&count_cond); in handoff_handler()
184 g_cond_init (&count_cond); in GST_START_TEST()
324 g_cond_wait (&count_cond, &count_mutex); in GST_START_TEST()
338 g_cond_wait (&count_cond, &count_mutex); in GST_START_TEST()
372 g_cond_clear (&count_cond); in GST_START_TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/third_party/libevent/test/
H A Dregress_iocp.c58 static void *count_lock = NULL, *count_cond = NULL; variable
65 EVTHREAD_ALLOC_COND(count_cond); in count_init()
68 tt_assert(count_cond); in count_init()
78 EVTHREAD_FREE_COND(count_cond); in count_free()
86 EVTHREAD_COND_BROADCAST(count_cond); in count_incr()
102 EVTHREAD_COND_WAIT_TIMED(count_cond, count_lock, &tv); in count_wait_for()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/third_party/libevent/test/
H A Dregress_iocp.c58 static void *count_lock = NULL, *count_cond = NULL; variable
65 EVTHREAD_ALLOC_COND(count_cond); in count_init()
68 tt_assert(count_cond); in count_init()
78 EVTHREAD_FREE_COND(count_cond); in count_free()
86 EVTHREAD_COND_BROADCAST(count_cond); in count_incr()
102 EVTHREAD_COND_WAIT_TIMED(count_cond, count_lock, &tv); in count_wait_for()
/dports/devel/libevent/libevent-2.1.12-stable/test/
H A Dregress_iocp.c58 static void *count_lock = NULL, *count_cond = NULL; variable
65 EVTHREAD_ALLOC_COND(count_cond); in count_init()
68 tt_assert(count_cond); in count_init()
78 EVTHREAD_FREE_COND(count_cond); in count_free()
86 EVTHREAD_COND_BROADCAST(count_cond); in count_incr()
102 EVTHREAD_COND_WAIT_TIMED(count_cond, count_lock, &tv); in count_wait_for()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/mk_core/deps/libevent/test/
H A Dregress_iocp.c58 static void *count_lock = NULL, *count_cond = NULL; variable
65 EVTHREAD_ALLOC_COND(count_cond); in count_init()
68 tt_assert(count_cond); in count_init()
78 EVTHREAD_FREE_COND(count_cond); in count_free()
86 EVTHREAD_COND_BROADCAST(count_cond); in count_incr()
102 EVTHREAD_COND_WAIT_TIMED(count_cond, count_lock, &tv); in count_wait_for()
/dports/net/nbdkit/nbdkit-1.20.4/server/
H A Dsockets.c314 static pthread_cond_t count_cond = PTHREAD_COND_INITIALIZER; variable
343 pthread_cond_signal (&count_cond); in start_thread()
482 err = pthread_cond_wait (&count_cond, &count_mutex); in accept_incoming_connections()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/connection_control/
H A Dconnection_control.cc102 int count_cond = array_elements(all_connection_delay_cond_info); in init_performance_schema() local
103 mysql_cond_register(category, all_connection_delay_cond_info, count_cond); in init_performance_schema()
/dports/x11/ico/ico-1.0.5/
H A Dico.c249 static xcondition_rec count_cond;/* Xthreads doesn't define an equivalent to variable
1115 xcondition_broadcast(&count_cond); in do_ico_window()
1315 xcondition_init(&count_cond); in main()
1326 xcondition_wait(&count_cond, &count_mutex); in main()
/dports/x11/mxico/mxico/
H A Dmxico.c250 xcondition_rec count_cond; /* Xthreads doesn't define an equivalent to variable
1110 xcondition_broadcast(&count_cond); in do_ico_window()
1310 xcondition_init(&count_cond);
1321 xcondition_wait(&count_cond, &count_mutex);
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/connection_control/
H A Dconnection_delay.cc565 int count_cond= array_elements(connection_delay_wait_info); in conditional_wait() local
566 PSI_server->register_cond(category, connection_delay_wait_info, count_cond); in conditional_wait()

1234