Searched refs:pthread_sigmask (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/drivers/peripheral/usb/sample/device/liteos/ |
H A D | acm_speed_read.c | 129 if (pthread_sigmask(SIG_BLOCK, &g_mask, NULL) != 0) { in StartStopHandler()
|
H A D | acm_speed_write.c | 130 if ((pthread_sigmask(SIG_BLOCK, &g_mask, NULL)) != 0) { in StartStopHandler()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/sigdump_handler/ |
H A D | dfx_sigdump_handler.cpp | 107 if (pthread_sigmask(SIG_BLOCK, &set, nullptr) != 0) { in RunThread()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/funchook/ |
H A D | dfx_signal_hook.c | 76 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 D | usbhost_speed_test.c | 265 if (pthread_sigmask(SIG_BLOCK, &g_mask, NULL) != 0) { in main()
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog_inner.cpp | 95 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 D | watch_dog.cpp | 79 return pthread_sigmask(SIG_BLOCK, &sigSet, nullptr); in BlockGcSignal()
|