diff options
Diffstat (limited to 'common/os_calls.h')
| -rw-r--r-- | common/os_calls.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/os_calls.h b/common/os_calls.h index ddcb59d8..74c4a07b 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -252,6 +252,12 @@ int APP_CC g_exit(int exit_code); int APP_CC g_getpid(void); +/** + * Returns the current thread ID + * @return + */ +int APP_CC +g_gettid(void); int APP_CC g_sigterm(int pid); int APP_CC |
