Searched refs:is_running (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestUtils.py109 while (process.is_running() and
115 if process.is_running():
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dapp.c47 static atomic_bool is_running = 0; variable
276 atomic_compare_exchange_enforced(&is_running, &(bool){ false }, true);
279 atomic_store_release(&is_running, false);
286 return (atomic_load_acquire(&is_running));
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dapp.c57 static atomic_bool is_running = 0; variable
371 REQUIRE(atomic_compare_exchange_strong_acq_rel(&is_running,
374 atomic_store_release(&is_running, false);
381 return (atomic_load_acquire(&is_running));
/netbsd-current/external/mpl/bind/dist/bin/dig/
H A Ddighost.c4582 bool is_running; local
4584 is_running = isc_app_isrunning();
4585 if (is_running) {
4589 if (is_running) {
/netbsd-current/sys/dev/ic/
H A Datw.c303 is_running(struct ifnet *ifp) function
3965 if (is_running(ifp))
3988 if (is_running(ifp))

Completed in 269 milliseconds