Searched refs:timer_tid (Results 1 – 2 of 2) sorted by relevance
542 ret = pthread_create(&priv->timer_tid, NULL, in mlx5_vdpa_cqe_event_setup()584 if (priv->timer_tid) { in mlx5_vdpa_cqe_event_unset()585 pthread_cancel(priv->timer_tid); in mlx5_vdpa_cqe_event_unset()586 pthread_join(priv->timer_tid, &status); in mlx5_vdpa_cqe_event_unset()588 priv->timer_tid = 0; in mlx5_vdpa_cqe_event_unset()
129 pthread_t timer_tid; member