hal_start_threads.3hal

来自「CNC 的开放码,EMC2 V2.2.8版」· 3HAL 代码 · 共 29 行

3HAL
29
字号
.TH hal_start_threads "3hal" "2006-10-12" "EMC Documentation" "HAL".SH NAMEhal_start_threads \- Allow HAL threads to begin executing.SH SYNTAX.HPint hal_start_threads().HPint hal_stop_threads().SH  ARGUMENTS.SH DESCRIPTION\fBhal_start_threads\fR starts all threads that have been created.  Thisis the point at which realtime functions start being called.\fBhal_stop_threads\fR stops all threads that were previously started by\fBhal_start_threads\fR.  It should be called before any component thatis part of a system exits..SH RETURN VALUEReturns a HAL status code..SH SEE ALSO\fBhal_export_funct(3hal)\fR, \fBhal_create_thread(3hal)\fR,\fBhal_add_funct_to_thread(3hal)\fR

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?