[CPP_RPC] Should we use `_exit()` instead of `exit()` on subprocess?

On Android Plaform exit() cause subprocess crash

related topic: difference between exit() and _exit()

Replace exit() with _exit() could solve crash problem , but I’m not sure