线程函数
调用约束
kml_fft(f/h)_init_threads
kml_fft(f/h)_init_threads用于初始化线程的使用。(此函数不可重入。)
kml_fft(f/h)_plan_with_nthreads
kml_fft(f/h)_plan_with_nthreads用于指定FFT库接口函数执行的线程数。(此函数不可重入。)
kml_fft(f/h)_cleanup_threads
kml_fft(f/h)_cleanup_threads用于释放多线程框架相关的资源,与kml_fft(f/h)_init_threads相对应,在整个系统退出时调用。调用后不能再使用多线程功能。(此函数不可重入。)
父主题:
公用函数定义