Home
last modified time | relevance | path

Searched refs:stopped (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_init.c20 static int stopped; variable
73 if (stopped) in ssl_library_stop()
75 stopped = 1; in ssl_library_stop()
95 if (stopped) { in OPENSSL_init_ssl()
/third_party/openssl/ssl/
H A Dssl_init.c20 static int stopped; variable
73 if (stopped) in ssl_library_stop()
75 stopped = 1; in ssl_library_stop()
95 if (stopped) { in OPENSSL_init_ssl()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dtrace.cpp76 stopped = true; in Trace()
89 if (stopped) { in nameThread()
103 if (stopped) { in beginEvent()
118 if (stopped) { in endEvent()
127 if (stopped) { in beginAsyncEvent()
143 if (stopped) { in endAsyncEvent()
/third_party/libuv/test/
H A Dbenchmark-async-pummel.c36 static const char stopped[] = "stopped"; variable
45 while (ACCESS_ONCE(const char*, handle->data) != stopped) in async_cb()
60 ACCESS_ONCE(const char*, handle->data) = stopped; in pummel()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-5.c72 int stopped; /* # of threads which are terminated */ member
142 data.stopped++; in threaded()
296 data.stopped = 0; in main()
332 loc_stopped = data.stopped; in main()
/third_party/node/benchmark/misc/
H A Dstartup.js26 throw new Error(`Child process stopped with exit code ${child.status}`);
44 throw new Error(`Worker stopped with exit code ${code}`);
/third_party/rust/crates/rustix/src/process/
H A Dwait.rs10 /// Return if a child has stopped (but not traced via `ptrace(2)`)
12 /// Return if a stopped child has been resumed by delivery of `SIGCONT`
34 /// Returns whether the process is currently stopped.
36 pub fn stopped(self) -> bool { in stopped() functions
46 /// Returns the number of the signal that stopped the process,
47 /// if the process was stopped by a signal.
50 if self.stopped() { in stopping_signal()
/third_party/node/deps/openssl/openssl/crypto/
H A Dinit.c37 static int stopped = 0; variable
358 if (stopped) in OPENSSL_cleanup()
360 stopped = 1; in OPENSSL_cleanup()
468 if (stopped) { in OPENSSL_init_crypto()
/third_party/openssl/crypto/
H A Dinit.c37 static int stopped = 0; variable
358 if (stopped) in OPENSSL_cleanup()
360 stopped = 1; in OPENSSL_cleanup()
468 if (stopped) { in OPENSSL_init_crypto()
/third_party/python/Modules/
H A Ditertoolsmodule.c2222 int stopped; /* set to 1 when the iterator is exhausted */ member
2299 lz->stopped = 0; in product_new()
2352 if (lz->stopped) in product_next()
2424 lz->stopped = 1; in product_next()
2431 if (lz->stopped) { in product_reduce()
2480 lz->stopped = 1; in product_setstate()
2581 int stopped; /* set to 1 when the iterator is exhausted */ member
2633 co->stopped = r > n ? 1 : 0; in itertools_combinations_impl()
2685 if (co->stopped) in combinations_next()
2755 co->stopped in combinations_next()
2918 int stopped; /* set to 1 when the cwr iterator is exhausted */ global() member
3246 int stopped; /* set to 1 when the iterator is exhausted */ global() member
[all...]
/third_party/rust/crates/rustix/tests/process/
H A Dwait.rs24 assert!(status.stopped()); in test_waitpid()
/third_party/python/Lib/test/
H A Dtest_with.py40 self.stopped = False
50 mock.stopped = True
210 self.assertFalse(mock_generator.stopped)
214 self.assertTrue(mock_generator.stopped)
233 self.assertTrue(mock_generator.stopped)
/third_party/curl/docs/examples/
H A Dhiperfifo.c89 int stopped; member
189 if(g->still_running == 0 && g->stopped) in check_multi_info()
381 g->stopped = 1; in fifo_cb()
/third_party/rust/crates/nix/src/sys/
H A Dwait.rs20 /// Report the status of selected processes which are stopped due to a
98 /// The process is alive, but was stopped by the given signal. This
103 /// The traced process was stopped by a `PTRACE_EVENT_*` event. See
113 /// The traced process was stopped by execution of a system call,
121 /// The process was previously stopped but has resumed execution
168 fn stopped(status: i32) -> bool { in stopped() functions
217 } else if stopped(status) { in from_raw()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dtrace.h171 std::atomic<bool> stopped = {false}; member in marl::Trace
/third_party/python/Lib/unittest/test/testmock/
H A Dtestpatch.py738 # bpo-36366: calling stop on an already stopped patch will return None.
1833 stopped = []
1840 stopped.append(attribute)
1847 self.assertEqual(stopped, ["three", "two", "one"])

Completed in 25 milliseconds