All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
event_loop_thread_flag_interface.h
1#pragma once
2
3#include "thread.h"
4
10extern void furi_event_loop_thread_flag_callback(FuriThreadId thread_id);
Furi: Furi Thread API.
void * FuriThreadId
Unique thread identifier type (used by the OS kernel).
Definition thread.h:56