Home
last modified time | relevance | path

Searched refs:t_sync_write (Results 1 – 6 of 6) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/
H A Dospf_apiserver.h67 struct thread *t_sync_write; member
H A Dospf_apiserver.c271 new->t_sync_write = NULL; in ospf_apiserver_new()
303 &apiserv->t_sync_write); in ospf_apiserver_event()
328 if (apiserv->t_sync_write) { in ospf_apiserver_free()
329 thread_cancel(apiserv->t_sync_write); in ospf_apiserver_free()
449 apiserv->t_sync_write = NULL; in ospf_apiserver_sync_write()
/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_apiserver.h67 struct thread *t_sync_write; member
H A Dospf_apiserver.c271 new->t_sync_write = NULL; in ospf_apiserver_new()
303 &apiserv->t_sync_write); in ospf_apiserver_event()
328 if (apiserv->t_sync_write) { in ospf_apiserver_free()
329 thread_cancel(apiserv->t_sync_write); in ospf_apiserver_free()
449 apiserv->t_sync_write = NULL; in ospf_apiserver_sync_write()
/dports/net/quagga/quagga-1.2.4/ospfd/
H A Dospf_apiserver.h70 struct thread *t_sync_write; member
H A Dospf_apiserver.c287 new->t_sync_write = NULL; in ospf_apiserver_new()
317 if (!apiserv->t_sync_write) in ospf_apiserver_event()
319 apiserv->t_sync_write = in ospf_apiserver_event()
352 if (apiserv->t_sync_write) in ospf_apiserver_free()
354 thread_cancel (apiserv->t_sync_write); in ospf_apiserver_free()
484 apiserv->t_sync_write = NULL; in ospf_apiserver_sync_write()