Update api_symbols.csv

This commit is contained in:
RogueMaster
2022-09-21 14:19:47 -04:00
parent 2d0c405596
commit a88f2f3b66
+3
View File
@@ -1374,8 +1374,10 @@ Function,+,furi_thread_get_name,const char*,FuriThreadId
Function,+,furi_thread_get_return_code,int32_t,FuriThread*
Function,+,furi_thread_get_stack_space,uint32_t,FuriThreadId
Function,+,furi_thread_get_state,FuriThreadState,FuriThread*
Function,+,furi_thread_is_suspended,_Bool,FuriThreadId
Function,+,furi_thread_join,_Bool,FuriThread*
Function,+,furi_thread_mark_as_service,void,FuriThread*
Function,+,furi_thread_resume,void,FuriThreadId
Function,+,furi_thread_set_callback,void,"FuriThread*, FuriThreadCallback"
Function,+,furi_thread_set_context,void,"FuriThread*, void*"
Function,+,furi_thread_set_name,void,"FuriThread*, const char*"
@@ -1387,6 +1389,7 @@ Function,+,furi_thread_set_stdout_callback,_Bool,FuriThreadStdoutWriteCallback
Function,+,furi_thread_start,void,FuriThread*
Function,+,furi_thread_stdout_flush,int32_t,
Function,+,furi_thread_stdout_write,size_t,"const char*, size_t"
Function,+,furi_thread_suspend,void,FuriThreadId
Function,+,furi_thread_yield,void,
Function,+,furi_timer_alloc,FuriTimer*,"FuriTimerCallback, FuriTimerType, void*"
Function,+,furi_timer_free,void,FuriTimer*
1 entry status name type params
1374 Function + furi_thread_get_return_code int32_t FuriThread*
1375 Function + furi_thread_get_stack_space uint32_t FuriThreadId
1376 Function + furi_thread_get_state FuriThreadState FuriThread*
1377 Function + furi_thread_is_suspended _Bool FuriThreadId
1378 Function + furi_thread_join _Bool FuriThread*
1379 Function + furi_thread_mark_as_service void FuriThread*
1380 Function + furi_thread_resume void FuriThreadId
1381 Function + furi_thread_set_callback void FuriThread*, FuriThreadCallback
1382 Function + furi_thread_set_context void FuriThread*, void*
1383 Function + furi_thread_set_name void FuriThread*, const char*
1389 Function + furi_thread_start void FuriThread*
1390 Function + furi_thread_stdout_flush int32_t
1391 Function + furi_thread_stdout_write size_t const char*, size_t
1392 Function + furi_thread_suspend void FuriThreadId
1393 Function + furi_thread_yield void
1394 Function + furi_timer_alloc FuriTimer* FuriTimerCallback, FuriTimerType, void*
1395 Function + furi_timer_free void FuriTimer*