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

1234567891011>>

/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_event_osd.h61 pthread_cond_t condvar; member in struct:_cl_event_t
/freebsd-13-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-13-stable/sys/sys/
H A Dksem.h38 #include <sys/condvar.h>
H A Dsema.h38 #include <sys/condvar.h>
/freebsd-13-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-13-stable/contrib/ipfilter/lib/
H A Dgetifname.c24 # include <sys/condvar.h>
/freebsd-13-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-13-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-13-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-13-stable/sys/contrib/cloudabi/
H A Dcloudabi32_types.h129 _Alignas(4) uint32_t condvar; member in struct:__anon8891::__anon8892::__anon8894
133 } condvar; member in union:__anon8891::__anon8892
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");
H A Dcloudabi64_types.h129 _Alignas(8) uint64_t condvar; member in struct:__anon8908::__anon8909::__anon8911
133 } condvar; member in union:__anon8908::__anon8909
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");
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h39 #include <sys/condvar.h>
/freebsd-13-stable/contrib/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-13-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-13-stable/contrib/netbsd-tests/rump/kernspace/
H A Dbusypage.c36 #include <sys/condvar.h>
/freebsd-13-stable/sys/dev/usb/controller/
H A Ddwc_otg_hisi.c35 #include <sys/condvar.h>
H A Dgeneric_ehci_acpi.c39 #include <sys/condvar.h>
H A Dgeneric_xhci_acpi.c36 #include <sys/condvar.h>
/freebsd-13-stable/sys/dev/usb/
H A Dusb_core.c49 #include <sys/condvar.h>
H A Dusb_error.c43 #include <sys/condvar.h>
H A Dusb_mbuf.c43 #include <sys/condvar.h>
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm283x_dwc_fdt.c35 #include <sys/condvar.h>
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A DMakefile.in2 $(MODULE)-objs += ../os/linux/spl/spl-condvar.o
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A DMakefile.am10 condvar.h \
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A DMakefile.am8 condvar.h \

Completed in 271 milliseconds

1234567891011>>