summaryrefslogtreecommitdiffstats
path: root/common/thread_calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/thread_calls.h')
-rw-r--r--common/thread_calls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/thread_calls.h b/common/thread_calls.h
index 350a125a..d6805448 100644
--- a/common/thread_calls.h
+++ b/common/thread_calls.h
@@ -32,6 +32,8 @@ int APP_CC
tc_thread_create(THREAD_RV (THREAD_CC * start_routine)(void*), void* arg);
tbus APP_CC
tc_get_threadid(void);
+int APP_CC
+tc_threadid_equal(tbus tid1, tbus tid2);
tbus APP_CC
tc_mutex_create(void);
void APP_CC