Searched refs:thread_execute (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_ism.h81 thread_execute (master, ospf_ism_event, (I), (E))
H A Dospf_nsm.h79 thread_execute (master, ospf_nsm_event, (N), (E))
H A Dospf_lsa.c2976 thread_execute (master, ospf_maxage_lsa_remover, top, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dpthread.c124 static int thread_execute(AVFilterContext *ctx, avfilter_action_func *func, function
227 graph->internal->thread_execute = thread_execute;
H A Dinternal.h157 avfilter_execute_func *thread_execute; member in struct:AVFilterGraphInternal
H A Davfilter.c835 ctx->graph->internal->thread_execute) {
837 ctx->internal->execute = ctx->graph->internal->thread_execute;
H A Davfiltergraph.c184 if (graph->thread_type && !graph->internal->thread_execute) {
186 graph->internal->thread_execute = graph->execute;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpthread_slice.c134 static int thread_execute(AVCodecContext *avctx, action_func* func, void *arg, int *ret, int job_count, int job_size) function
171 return thread_execute(avctx, NULL, arg, ret, job_count, 0);
230 avctx->execute = thread_execute;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dthread.h134 struct thread *thread_execute (struct thread_master *,
H A Dthread.c642 thread_execute (struct thread_master *m,
639 thread_execute (struct thread_master *m, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6d.c386 thread_execute (master, inactivity_timer, o6n, 0);
533 thread_execute (master, interface_down, o6i, 0);
H A Dospf6_message.c437 thread_execute (master, hello_received, o6n, 0);
439 thread_execute (master, twoway_received, o6n, 0);
441 thread_execute (master, oneway_received, o6n, 0);
534 thread_execute (master, twoway_received, o6n, 0);
699 thread_execute (master, twoway_received, o6n, 0);
H A Dospf6_interface.c224 thread_execute (master, interface_down, o6i, 0);
780 thread_execute (master, inactivity_timer, o6n, 0);
H A Dospf6_lsa.c208 thread_execute (master, ospf6_lsa_expire, lsa, 0);

Completed in 105 milliseconds