Searched refs:gp_timer_prov (Results 1 – 1 of 1) sorted by relevance
65 static cl_timer_prov_t *gp_timer_prov = NULL; variable75 CL_ASSERT(gp_timer_prov == NULL); in __cl_timer_prov_create()77 gp_timer_prov = malloc(sizeof(cl_timer_prov_t)); in __cl_timer_prov_create()78 if (!gp_timer_prov) in __cl_timer_prov_create()81 memset(gp_timer_prov, 0, sizeof(cl_timer_prov_t)); in __cl_timer_prov_create()83 cl_qlist_init(&gp_timer_prov->queue); in __cl_timer_prov_create()85 pthread_mutex_init(&gp_timer_prov->mutex, NULL); in __cl_timer_prov_create()86 pthread_cond_init(&gp_timer_prov->cond, NULL); in __cl_timer_prov_create()88 if (pthread_create(&gp_timer_prov->thread, NULL, in __cl_timer_prov_create()101 if (!gp_timer_prov) in __cl_timer_prov_destroy()[all …]