Searched refs:timeridptr (Results 1 – 2 of 2) sorted by relevance
291 timer_t *timeridptr = __collector_tsd_get_by_key (dispatcher_key); in __collector_ext_dispatcher_install() local292 if (timeridptr != NULL) in __collector_ext_dispatcher_install()293 *timeridptr = collector_master_thread_timerid; // store for per thread timer stop/start in __collector_ext_dispatcher_install()356 timer_t * timeridptr = __collector_tsd_get_by_key (dispatcher_key); in __collector_ext_dispatcher_thread_timer_suspend() local357 if (timeridptr != NULL && *timeridptr != NULL) in __collector_ext_dispatcher_thread_timer_suspend()358 (void) collector_timer_settime (0, *timeridptr); in __collector_ext_dispatcher_thread_timer_suspend()365 timer_t * timeridptr = __collector_tsd_get_by_key (dispatcher_key); in __collector_ext_dispatcher_thread_timer_resume() local366 if (timeridptr == NULL) in __collector_ext_dispatcher_thread_timer_resume()368 if (*timeridptr == NULL) in __collector_ext_dispatcher_thread_timer_resume()371 if (collector_timer_create (timeridptr) == -1) in __collector_ext_dispatcher_thread_timer_resume()[all …]
314 timer_t *timeridptr = __collector_tsd_get_by_key (dispatcher_key); in __collector_ext_dispatcher_install() local315 if (timeridptr != NULL) in __collector_ext_dispatcher_install()316 *timeridptr = collector_master_thread_timerid; // store for per thread timer stop/start in __collector_ext_dispatcher_install()379 timer_t * timeridptr = __collector_tsd_get_by_key (dispatcher_key); in __collector_ext_dispatcher_thread_timer_suspend() local380 if (timeridptr != NULL && *timeridptr != NULL) in __collector_ext_dispatcher_thread_timer_suspend()381 (void) collector_timer_settime (0, *timeridptr); in __collector_ext_dispatcher_thread_timer_suspend()388 timer_t * timeridptr = __collector_tsd_get_by_key (dispatcher_key); in __collector_ext_dispatcher_thread_timer_resume() local389 if (timeridptr == NULL) in __collector_ext_dispatcher_thread_timer_resume()391 if (*timeridptr == NULL) in __collector_ext_dispatcher_thread_timer_resume()394 if (collector_timer_create (timeridptr) == -1) in __collector_ext_dispatcher_thread_timer_resume()[all …]