Call Constraints
Note the following sequence when calling thread functions:
- Firstly, call kml_fft(f)_init_threads to initialize thread use.
- Secondly, call kml_fft(f)_plan_with_nthreads to specify the number of threads.
- Lastly, call kml_fft(f)_cleanup_threads to release resources related to the multi-thread framework.
Parent topic: Thread Functions