summaryrefslogtreecommitdiff
path: root/firmware/export/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/thread.h')
-rw-r--r--firmware/export/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h
index 8912283343..d907e5dc95 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -375,7 +375,7 @@ void thread_thaw(unsigned int thread_id);
375/* Wait for a thread to exit */ 375/* Wait for a thread to exit */
376void thread_wait(unsigned int thread_id); 376void thread_wait(unsigned int thread_id);
377/* Exit the current thread */ 377/* Exit the current thread */
378void thread_exit(void); 378void thread_exit(void) __attribute__((noreturn));
379#if defined(DEBUG) || defined(ROCKBOX_HAS_LOGF) 379#if defined(DEBUG) || defined(ROCKBOX_HAS_LOGF)
380#define ALLOW_REMOVE_THREAD 380#define ALLOW_REMOVE_THREAD
381/* Remove a thread from the scheduler */ 381/* Remove a thread from the scheduler */