Home
last modified time | relevance | path

Searched defs:signal (Results 126 - 150 of 299) sorted by relevance

12345678910>>...12

/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Duser.h28 long signal; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Duser.h28 long signal; member
/third_party/ninja/src/
H A Dsubprocess-posix.cc162 int signal = WEXITSTATUS(status) & 0x7f; in Finish() local
/third_party/libevdev/tools/
H A Dtouchpad-edge-detector.c91 signal_handler(__attribute__((__unused__)) int signal) in signal_handler() argument
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap2.c119 static void sig_handler(int signal) in sig_handler() argument
/third_party/musl/arch/powerpc/bits/
H A Duser.h8 long signal; member
/third_party/musl/arch/arm/bits/
H A Duser.h28 long signal; member
/third_party/musl/arch/microblaze/bits/
H A Duser.h14 long signal; member
/third_party/musl/arch/powerpc64/bits/
H A Duser.h8 long signal; member
/third_party/python/Lib/multiprocessing/
H A Dforkserver.py4 import signal namespace
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSemaphore.cpp174 void BinarySemaphore::signal() in signal() function in vk::BinarySemaphore
H A DVkSemaphoreExternalLinux.hpp116 void signal() in signal() function in SharedSemaphore
/third_party/python/Lib/test/
H A Dtest_pty.py16 import signal namespace
[all...]
H A Dtest_file_eintr.py13 import signal namespace
[all...]
/third_party/toybox/porting/liteos_a/
H A Dtoys.h113 short signal; // generic_signal() records what signal it saw here member
/third_party/toybox/
H A Dtoys.h107 short signal; // generic_signal() records what signal it saw here member
/third_party/vixl/tools/
H A Dlint.py36 import signal namespace
/third_party/python/Lib/unittest/test/
H A Dtest_break.py5 import signal namespace
[all...]
/third_party/skia/infra/bots/
H A Drecipes.py256 import signal namespace
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dmod.rs133 pub mod signal; modules
/base/hiviewdfx/faultloggerd/test/funchook/
H A Ddfx_signal_hook.c112 sighandler_t signal(int signum, sighandler_t handler) in signal() function
/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer.cpp188 std::unique_ptr<GsmSignalInformation> signal = std::make_unique<GsmSignalInformation>(); in ConvertSignalInfoList() local
196 std::unique_ptr<CdmaSignalInformation> signal = std::make_unique<CdmaSignalInformation>(); in ConvertSignalInfoList() local
210 std::unique_ptr<WcdmaSignalInformation> signal = std::make_unique<WcdmaSignalInformation>(); in ConvertSignalInfoList() local
228 std::unique_ptr<LteSignalInformation> signal = std::make_unique<LteSignalInformation>(); ConvertLteNrSignalInfoList() local
236 std::unique_ptr<NrSignalInformation> signal = std::make_unique<NrSignalInformation>(); ConvertLteNrSignalInfoList() local
[all...]
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp179 void CreateGsmSignalInfo(std::unique_ptr<GsmSignalInformation> &signal, const uint8_t *data, size_t size) in CreateGsmSignalInfo() argument
192 void CreateCDMASignalInfo(std::unique_ptr<CdmaSignalInformation> &signal, const uint8_t *data, size_t size) in CreateCDMASignalInfo() argument
205 CreateLTESignalInfo(std::unique_ptr<LteSignalInformation> &signal, const uint8_t *data, size_t size) CreateLTESignalInfo() argument
222 CreateWCDMASignalInfo(std::unique_ptr<WcdmaSignalInformation> &signal, const uint8_t *data, size_t size) CreateWCDMASignalInfo() argument
239 CreateNRSignalInfo(std::unique_ptr<NrSignalInformation> &signal, const uint8_t *data, size_t size) CreateNRSignalInfo() argument
258 std::unique_ptr<LteSignalInformation> signal = std::make_unique<LteSignalInformation>(); UpdateLteNrSignalInfo() local
266 std::unique_ptr<NrSignalInformation> signal = std::make_unique<NrSignalInformation>(); UpdateLteNrSignalInfo() local
289 std::unique_ptr<GsmSignalInformation> signal = std::make_unique<GsmSignalInformation>(); UpdateSignalInfo() local
297 std::unique_ptr<CdmaSignalInformation> signal = std::make_unique<CdmaSignalInformation>(); UpdateSignalInfo() local
308 std::unique_ptr<WcdmaSignalInformation> signal = std::make_unique<WcdmaSignalInformation>(); UpdateSignalInfo() local
[all...]
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_branch_test.cpp307 std::unique_ptr<SignalInformation> signal = std::make_unique<GsmSignalInformation>(); in HWTEST_F() local
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dlock_request.cpp201 napi_value signal; in AbortIfNeeded() local

Completed in 11 milliseconds

12345678910>>...12