Searched refs:condvar (Results 1 - 25 of 309) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_event_osd.h61 pthread_cond_t condvar; member in struct:_cl_event_t
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_event.c59 pthread_cond_init(&p_event->condvar, NULL);
74 pthread_cond_broadcast(&p_event->condvar);
75 pthread_cond_destroy(&p_event->condvar);
91 pthread_cond_broadcast(&p_event->condvar);
93 pthread_cond_signal(&p_event->condvar);
143 if (pthread_cond_wait(&p_event->condvar, &p_event->mutex))
156 wait_ret = pthread_cond_timedwait(&p_event->condvar,
/freebsd-11-stable/sys/sys/
H A Dksem.h36 #include <sys/condvar.h>
H A Dsema.h36 #include <sys/condvar.h>
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dww_mutex.h33 #include <sys/condvar.h>
47 struct cv condvar; member in struct:ww_mutex
118 cv_destroy(&lock->condvar);
131 cv_init(&lock->condvar, "lkpi-ww");
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c113 retval = -cv_wait_sig(&lock->condvar, &ww_mutex_global);
120 cv_wait(&lock->condvar, &ww_mutex_global);
128 cv_signal(&lock->condvar);
145 cv_signal(&lock->condvar);
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dgetifname.c24 # include <sys/condvar.h>
/freebsd-11-stable/sys/compat/cloudabi32/
H A Dcloudabi32_poll.c242 td, TO_PTR(sub.condvar.condvar),
243 sub.condvar.condvar_scope,
244 TO_PTR(sub.condvar.lock),
245 sub.condvar.lock_scope,
284 td, TO_PTR(sub[0].condvar.condvar),
285 sub[0].condvar.condvar_scope,
286 TO_PTR(sub[0].condvar.lock),
287 sub[0].condvar
[all...]
/freebsd-11-stable/sys/compat/cloudabi64/
H A Dcloudabi64_poll.c242 td, TO_PTR(sub.condvar.condvar),
243 sub.condvar.condvar_scope,
244 TO_PTR(sub.condvar.lock),
245 sub.condvar.lock_scope,
284 td, TO_PTR(sub[0].condvar.condvar),
285 sub[0].condvar.condvar_scope,
286 TO_PTR(sub[0].condvar.lock),
287 sub[0].condvar
[all...]
/freebsd-11-stable/sys/contrib/cloudabi/
H A Dcloudabi64_types.h129 _Alignas(8) uint64_t condvar; member in struct:__anon5535::__anon5536::__anon5538
133 } condvar; member in union:__anon5535::__anon5536
155 _Static_assert(offsetof(cloudabi64_subscription_t, condvar.condvar) == 16, "Incorrect layout");
156 _Static_assert(offsetof(cloudabi64_subscription_t, condvar.lock) == 24, "Incorrect layout");
157 _Static_assert(offsetof(cloudabi64_subscription_t, condvar.condvar_scope) == 32, "Incorrect layout");
158 _Static_assert(offsetof(cloudabi64_subscription_t, condvar.lock_scope) == 33, "Incorrect layout");
H A Dcloudabi32_types.h129 _Alignas(4) uint32_t condvar; member in struct:__anon5518::__anon5519::__anon5521
133 } condvar; member in union:__anon5518::__anon5519
155 _Static_assert(offsetof(cloudabi32_subscription_t, condvar.condvar) == 16, "Incorrect layout");
156 _Static_assert(offsetof(cloudabi32_subscription_t, condvar.lock) == 20, "Incorrect layout");
157 _Static_assert(offsetof(cloudabi32_subscription_t, condvar.condvar_scope) == 24, "Incorrect layout");
158 _Static_assert(offsetof(cloudabi32_subscription_t, condvar.lock_scope) == 25, "Incorrect layout");
/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_toepcb.h32 #include <sys/condvar.h>
/freebsd-11-stable/sys/dev/usb/
H A Dusb_core.c47 #include <sys/condvar.h>
H A Dusb_error.c41 #include <sys/condvar.h>
H A Dusb_mbuf.c41 #include <sys/condvar.h>
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h39 #include <sys/condvar.h>
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devthread-internal.h149 /** Allocate a new condition variable and store it in the void *, condvar */
150 #define EVTHREAD_ALLOC_COND(condvar) \
152 (condvar) = evthread_cond_fns_.alloc_condition ? \
155 /** Deallocate and free a condition variable in condvar */
263 /** Allocate a new condition variable and store it in the void *, condvar */
264 #define EVTHREAD_ALLOC_COND(condvar) \
266 (condvar) = evthreadimpl_cond_alloc_(0); \
268 /** Deallocate and free a condition variable in condvar */
313 #define EVTHREAD_ALLOC_COND(condvar) EVUTIL_NIL_STMT_
/freebsd-11-stable/contrib/netbsd-tests/rump/kernspace/
H A Dbusypage.c36 #include <sys/condvar.h>
H A Dalloc.c36 #include <sys/condvar.h>
/freebsd-11-stable/sys/dev/syscons/apm/
H A Dapm_saver.c33 #include <sys/condvar.h>
/freebsd-11-stable/sys/dev/usb/controller/
H A Ddwc_otg_hisi.c35 #include <sys/condvar.h>
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm283x_dwc_fdt.c35 #include <sys/condvar.h>
/freebsd-11-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard_fdt.c36 #include <sys/condvar.h>
H A Daltera_sdcard_nexus.c36 #include <sys/condvar.h>
/freebsd-11-stable/tools/tools/vhba/
H A Dvhba.h41 #include <sys/condvar.h>

Completed in 572 milliseconds

1234567891011>>