OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_running
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/analyzer/
SATestUtils.py
109
while (process.
is_running
() and
115
if process.
is_running
():
/src/external/mpl/dhcp/bind/dist/lib/isc/
app.c
57
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
));
/src/external/mpl/bind/dist/bin/named/
statschannel.c
1469
bool is_firstrefresh,
is_running
, is_deferred, is_presoa, is_pending;
local
1482
if (dns_zone_getxfr(zone, &xfr, &is_firstrefresh, &
is_running
,
1494
if (!
is_running
&& !is_deferred && !is_presoa && !is_pending &&
1504
if (
is_running
&& xfr == NULL) {
1538
if (
is_running
) {
1557
if (
is_running
) {
1581
ISC_XMLCHAR(
is_running
&& needs_refresh ? "Yes" : "No")));
1585
if (
is_running
) {
1599
if (
is_running
) {
1617
if (
is_running
|| is_presoa)
2551
bool is_firstrefresh,
is_running
, is_deferred, is_presoa, is_pending;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
thread.c
1115
bool
is_running
= (thr->state == THREAD_RUNNING);
1116
if (opts.show_running_threads &&
is_running
)
/src/external/mpl/bind/dist/lib/dns/include/dns/
zone.h
1980
bool *
is_running
, bool *is_deferred, bool *is_presoa,
1991
*\li '
is_running
' to be non NULL.
/src/sys/dev/ic/
atw.c
303
is_running
(struct ifnet *ifp)
function
3965
if (
is_running
(ifp))
3988
if (
is_running
(ifp))
/src/external/mpl/bind/dist/lib/dns/
zone.c
20253
bool *
is_running
, bool *is_deferred, bool *is_presoa,
20264
*
is_running
= false;
20277
*
is_running
= true;
Completed in 117 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026