logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hal_start_threads - Allow HAL threads to begin executing

Arguments

Description

hal_start_threads  starts  all  threads  that  have  been  created.   This is the point at which realtime
       functions start being called.

       hal_stop_threads stops all threads that were previously  started  by  hal_start_threads.   It  should  be
       called before any component that is part of a system exits.

Name

       hal_start_threads - Allow HAL threads to begin executing

Return Value

       Returns a HAL status code.

See Also

hal_export_funct(3hal), hal_create_thread(3hal), hal_add_funct_to_thread(3hal)

LinuxCNC Documentation                             2006-10-12                            hal_start_threads(3hal)

Syntax


       int hal_start_threads()

       int hal_stop_threads()

See Also