Home
last modified time | relevance | path

Searched refs:pthread_sigmask (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/usb/sample/device/liteos/
H A Dacm_speed_read.c129 if (pthread_sigmask(SIG_BLOCK, &g_mask, NULL) != 0) { in StartStopHandler()
H A Dacm_speed_write.c130 if ((pthread_sigmask(SIG_BLOCK, &g_mask, NULL)) != 0) { in StartStopHandler()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/sigdump_handler/
H A Ddfx_sigdump_handler.cpp107 if (pthread_sigmask(SIG_BLOCK, &set, nullptr) != 0) { in RunThread()
/ohos5.0/base/hiviewdfx/faultloggerd/test/funchook/
H A Ddfx_signal_hook.c76 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict oldset) in pthread_sigmask() function
/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_speed_test.c265 if (pthread_sigmask(SIG_BLOCK, &g_mask, NULL) != 0) { in main()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp95 pthread_sigmask(SIG_SETMASK, nullptr, &set); in SetThreadSignalMask()
102 pthread_sigmask(SIG_BLOCK, &set, nullptr); in SetThreadSignalMask()
104 pthread_sigmask(SIG_UNBLOCK, &set, nullptr); in SetThreadSignalMask()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwatch_dog.cpp79 return pthread_sigmask(SIG_BLOCK, &sigSet, nullptr); in BlockGcSignal()