if config_walltime_signal is enabled, NuttX_sim will receive a lot of signals, the socket api will break and errno will be EINTR, masking irq before calling the host socket api will avoid this problem. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>