/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_init.c | 20 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 D | ssl_init.c | 20 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 D | trace.cpp | 76 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 D | benchmark-async-pummel.c | 36 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 D | 2-5.c | 72 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 D | startup.js | 26 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 D | wait.rs | 10 /// 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 D | init.c | 37 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 D | init.c | 37 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 D | itertoolsmodule.c | 2222 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 D | wait.rs | 24 assert!(status.stopped()); in test_waitpid()
|
/third_party/python/Lib/test/ |
H A D | test_with.py | 40 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 D | hiperfifo.c | 89 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 D | wait.rs | 20 /// 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 D | trace.h | 171 std::atomic<bool> stopped = {false}; member in marl::Trace
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | event_log_payload.h | 103 uint32 stopped; /* flow control bitmap */ member 116 uint32 stopped; /* flow control bitmap */ member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_jm_hw.c | 251 /* Soft-stopped job - read the value of in kbase_job_done() 438 dev_dbg(kbdev->dev, "Attempt made to soft-stop a job that cannot be soft-stopped. core_reqs = 0x%X", in kbasep_job_slot_soft_or_hard_stop_do_action() 445 * been soft stopped */ in kbasep_job_slot_soft_or_hard_stop_do_action() 487 /* Jobs can be hard-stopped for the following reasons: in kbasep_job_slot_soft_or_hard_stop_do_action() 506 dev_warn(kbdev->dev, "Attempt made to hard-stop a job that cannot be hard-stopped. core_reqs = 0x%X", in kbasep_job_slot_soft_or_hard_stop_do_action() 663 * 2. The zap has timed out, all slots are soft-stopped - the GPU reset 814 * so would be stopped, and b) whether they have AFBC 845 /* Ignore atoms from other contexts, they won't be stopped when in kbasep_check_for_afbc_on_slot() 866 * @target_katom: The job that should be soft-stopped (or NULL for any job) 871 * The job slot must not already be in the process of being soft-stopped 913 bool stopped; kbase_job_slot_hardstop() local [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_jm_hw.c | 126 * renderpass completed normally or was soft-stopped because it used too 151 * OOM state then assume that the start atom was not soft-stopped. in select_job_chain() 435 /* Soft-stopped job - read the value of in kbase_job_done() 620 "Attempt made to soft-stop a job that cannot be soft-stopped. core_reqs = 0x%x", in kbasep_job_slot_soft_or_hard_stop_do_action() 627 * been soft stopped in kbasep_job_slot_soft_or_hard_stop_do_action() 903 * @target_katom: The job that should be soft-stopped (or NULL for any job) 908 * The job slot must not already be in the process of being soft-stopped. 929 * @target_katom: The job that should be soft-stopped (or NULL for any job) 932 * The job slot must not already be in the process of being soft-stopped. 945 * be hard-stopped 956 bool stopped; kbase_job_slot_hardstop() local [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
H A D | mali_kbase_jm_hw.c | 286 /* Soft-stopped job - read the value of in kbase_job_done() 512 "Attempt made to soft-stop a job that cannot be soft-stopped. core_reqs = 0x%X", in kbasep_job_slot_soft_or_hard_stop_do_action() 519 * been soft stopped */ in kbasep_job_slot_soft_or_hard_stop_do_action() 570 /* Jobs can be hard-stopped for the following reasons: in kbasep_job_slot_soft_or_hard_stop_do_action() 590 "Attempt made to hard-stop a job that cannot be hard-stopped. core_reqs = 0x%X", in kbasep_job_slot_soft_or_hard_stop_do_action() 764 * 2. The zap has timed out, all slots are soft-stopped - the GPU reset 921 * so would be stopped, and b) whether they have AFBC 951 /* Ignore atoms from other contexts, they won't be stopped when in kbasep_check_for_afbc_on_slot() 971 * @target_katom: The job that should be soft-stopped (or NULL for any job) 976 * The job slot must not already be in the process of being soft-stopped 1021 bool stopped; kbase_job_slot_hardstop() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_jm_hw.c | 104 * renderpass completed normally or was soft-stopped because it used too 130 * OOM state then assume that the start atom was not soft-stopped. in select_job_chain() 360 /* Soft-stopped job - read the value of in kbase_job_done() 513 dev_dbg(kbdev->dev, "Attempt made to soft-stop a job that cannot be soft-stopped. core_reqs = 0x%x", in kbasep_job_slot_soft_or_hard_stop_do_action() 520 * been soft stopped */ in kbasep_job_slot_soft_or_hard_stop_do_action() 823 * @target_katom: The job that should be soft-stopped (or NULL for any job) 828 * The job slot must not already be in the process of being soft-stopped. 847 * @target_katom: The job that should be soft-stopped (or NULL for any job) 850 * The job slot must not already be in the process of being soft-stopped. 862 * be hard-stopped 872 bool stopped; kbase_job_slot_hardstop() local [all...] |
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testpatch.py | 738 # 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"])
|
/test/xts/acts/multimedia/media/media_js_standard/ |
H A D | AVRecorderTestBase.js | 60 STOPPED : 'stopped', 377 console.info(`case avRecorderWithCallBack is stopped`) 378 expect(avRecorder.state).assertEqual('stopped'); 1796 console.info(`case getInputSurfaceTest36 state is stopped`) 1797 expect(avRecorder.state).assertEqual('stopped'); 2148 console.info(`case getAVRecorderConfigTest44 state is stopped`) 2149 expect(avRecorder.state).assertEqual('stopped');
|