Home
last modified time | relevance | path

Searched refs:sigaction (Results 1 – 9 of 9) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/
Dsample_nnie_main.c111 struct sigaction sa; in app_main()
112 (hi_void)memset_s(&sa, sizeof(struct sigaction), 0, sizeof(struct sigaction)); in app_main()
115 sigaction(SIGINT, &sa, NULL); in app_main()
116 sigaction(SIGTERM, &sa, NULL); in app_main()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/
Dsample_ive_main.c112 struct sigaction sa; in app_main()
113 (hi_void)memset_s(&sa, sizeof(struct sigaction), 0, sizeof(struct sigaction)); in app_main()
116 sigaction(SIGINT, &sa, NULL); in app_main()
117 sigaction(SIGTERM, &sa, NULL); in app_main()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/vio/
Dsample_vio_main.c60 struct sigaction sa = { 0 }; in SAMPLE_VIO_SIGNAL()
64 sigaction(SIGINT, &sa, HI_NULL); in SAMPLE_VIO_SIGNAL()
65 sigaction(SIGTERM, &sa, HI_NULL); in SAMPLE_VIO_SIGNAL()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dsignal.h173 struct sigaction { struct
220 int sigaction(int, const struct sigaction *__restrict, struct sigaction *__restrict);
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/
Dsample_comm_sys.c52 struct sigaction sa = { 0 }; in SAMPLE_SYS_SIGNAL()
56 sigaction(SIGINT, &sa, HI_NULL); in SAMPLE_SYS_SIGNAL()
57 sigaction(SIGTERM, &sa, HI_NULL); in SAMPLE_SYS_SIGNAL()
/device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/
DMQTTClient.c73 struct sigaction action; in MQTTClientInit()
77 sigaction(SIGPIPE, &action, NULL); in MQTTClientInit()
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Drtk_parse.c1839 struct sigaction actions; in btwifi_coex_receive_thread()
1846 sigaction(SIGUSR2, &actions, NULL); in btwifi_coex_receive_thread()
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Drtk_parse.c1993 struct sigaction actions; in btwifi_coex_receive_thread()
2000 sigaction(SIGUSR2, &actions, NULL); // int rc = sigaction(SIGUSR2,&actions,NULL); in btwifi_coex_receive_thread()
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz