Home
last modified time | relevance | path

Searched refs:device_condition (Results 1 – 3 of 3) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ugni/udt/
H A Dugni_udt_iface.c118 pthread_cond_wait(&iface->device_condition, &iface->device_lock); in uct_ugni_udt_device_thread()
251 pthread_cond_signal(&iface->device_condition); in uct_ugni_proccess_datagram_pipe()
453 pthread_cond_init(&self->device_condition, NULL); in UCS_CLASS_INIT_FUNC()
H A Dugni_udt_iface.h35 pthread_cond_t device_condition; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dmod_skinny.c279 char *device_condition = NULL; in skinny_profile_find_session_uuid() local
288 device_condition = switch_mprintf("device_name='%q' AND device_instance=%d", in skinny_profile_find_session_uuid()
291 device_condition = switch_mprintf("1=1"); in skinny_profile_find_session_uuid()
293 switch_assert(device_condition); in skinny_profile_find_session_uuid()
309 device_condition, line_instance_condition, call_id_condition); in skinny_profile_find_session_uuid()
316 device_condition, line_instance_condition, call_id_condition in skinny_profile_find_session_uuid()
322 switch_safe_free(device_condition); in skinny_profile_find_session_uuid()