- Global _Exit_tx (int status)
- Calling _Exit() simply terminates the process. It probably should not be available in a transaction.
- Global _exit_tx (int status)
- Calling _exit() simply terminates the process. It probably should not be available in a transaction.
- Global abort_tx (void)
- Calling abort() simply terminates the process. It probably should not be available in a transaction.
- Global exit_tx (int status)
- Calling exit() simply terminates the process. It probably should not be available in a transaction.