Searched refs:restarter_queue (Results 1 – 1 of 1) sorted by relevance
75 static restarter_protocol_event_queue_t *restarter_queue; variable202 restarter_queue = startd_zalloc( in restarter_protocol_init()205 (void) pthread_mutex_init(&restarter_queue->rpeq_lock, &mutex_attrs); in restarter_protocol_init()206 restarter_queue->rpeq_event_list = startd_list_create( in restarter_protocol_init()207 restarter_protocol_event_queue_pool, restarter_queue, NULL); in restarter_protocol_init()231 MUTEX_LOCK(&restarter_queue->rpeq_lock); in restarter_event_enqueue()233 r = uu_list_insert_before(restarter_queue->rpeq_event_list, NULL, e); in restarter_event_enqueue()236 MUTEX_UNLOCK(&restarter_queue->rpeq_lock); in restarter_event_enqueue()260 MUTEX_LOCK(&restarter_queue->rpeq_lock); in restarter_event_dequeue()262 e = uu_list_first(restarter_queue->rpeq_event_list); in restarter_event_dequeue()[all …]