Home
last modified time | relevance | path

Searched refs:on_shutdown (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtask.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtask.c113 isc_eventlist_t on_shutdown; member
177 REQUIRE(EMPTY(task->on_shutdown)); in task_finished()
243 INIT_LIST(task->on_shutdown); in isc_task_create_bound()
322 for (event = TAIL(task->on_shutdown); event != NULL; in task_shutdown()
326 DEQUEUE(task->on_shutdown, event, ev_link); in task_shutdown()
708 ENQUEUE(task->on_shutdown, event, ev_link); in isc_task_onshutdown()
/netbsd-src/external/mit/libuv/dist/test/
H A Decho-server.c74 static void on_shutdown(uv_shutdown_t* req, int status) { in on_shutdown() function
144 ASSERT_EQ(0, uv_shutdown(malloc(sizeof* sreq), handle, on_shutdown)); in after_read()