aboutsummaryrefslogtreecommitdiff
path: root/threads_util.h
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-05-16 19:23:13 -0700
committerTrumeet <yuuta@yuuta.moe>2021-05-16 19:23:13 -0700
commit7e531d78bf330bfac65cf3f208c2300b607decee (patch)
treea430b80d94661b31c7982724bf4f24667ca297b9 /threads_util.h
downloadextmc-7e531d78bf330bfac65cf3f208c2300b607decee.tar
extmc-7e531d78bf330bfac65cf3f208c2300b607decee.tar.gz
extmc-7e531d78bf330bfac65cf3f208c2300b607decee.tar.bz2
extmc-7e531d78bf330bfac65cf3f208c2300b607decee.zip
First Commit
Diffstat (limited to 'threads_util.h')
-rw-r--r--threads_util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/threads_util.h b/threads_util.h
new file mode 100644
index 0000000..c2bf489
--- /dev/null
+++ b/threads_util.h
@@ -0,0 +1,6 @@
+#ifndef _THREADS_UTIL_H
+#define _THREADS_UTIL_H
+
+void thread_set_name(const char *name);
+
+#endif // _THREADS_UTIL_H