summaryrefslogtreecommitdiffstats
path: root/common/ithread.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ithread.c')
-rw-r--r--common/ithread.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/ithread.c b/common/ithread.c
index 4ffb98a..25a8cd0 100644
--- a/common/ithread.c
+++ b/common/ithread.c
@@ -327,6 +327,11 @@ WORD32 ithread_set_affinity(WORD32 core_id)
return 1;
}
+void ithread_set_name(CHAR *pc_thread_name)
+{
+ return;
+}
+
#else
UWORD32 ithread_get_handle_size(void)