Home
last modified time | relevance | path

Searched refs:start_in_new_thread (Results 1 – 25 of 33) sorted by relevance

12

/dports/astro/siril/siril/src/core/
H A Dprocessing.h117 void start_in_new_thread(gpointer(*f)(gpointer p), gpointer p);
H A Dcommand.c448 start_in_new_thread(RTdeconv, args); in process_rl()
729 start_in_new_thread(clahe, args); in process_clahe()
1099 start_in_new_thread(rgradient_filter, args); in process_rgradient()
1435 start_in_new_thread(noise, args); in process_bgnoise()
1936 start_in_new_thread(median_filter, args); in process_fmedian()
2067 start_in_new_thread(scnr, args); in process_scnr()
2098 start_in_new_thread(fourier_transform, args); in process_fft()
2362 start_in_new_thread(extract_channels, args); in process_split()
3587 start_in_new_thread(stackall_worker, arg); in process_stackall()
3696 start_in_new_thread(stackone_worker, arg); in process_stackone()
[all …]
H A Dpreprocess.c369 start_in_new_thread(prepro_worker, args); in start_sequence_preprocessing()
372 start_in_new_thread(generic_sequence_worker, args); in start_sequence_preprocessing()
H A Dprocessing.c484 void start_in_new_thread(gpointer (*f)(gpointer), gpointer p) { in start_in_new_thread() function
H A Dsiril_update.c598 start_in_new_thread(fetch_url, args); in siril_check_updates()
/dports/astro/siril/siril/src/algos/
H A Dnoise.c110 start_in_new_thread(noise, args); in evaluate_noise_in_image()
H A Dextraction.c184 start_in_new_thread(generic_sequence_worker, args); in apply_extractHa_to_sequence()
307 start_in_new_thread(generic_sequence_worker, args); in apply_extractGreen_to_sequence()
592 start_in_new_thread(generic_sequence_worker, args); in apply_extractHaOIII_to_sequence()
733 start_in_new_thread(generic_sequence_worker, args); in apply_split_cfa_to_sequence()
H A Dgeometry.c629 start_in_new_thread(generic_sequence_worker, args); in crop_sequence()
/dports/astro/siril/siril/src/filters/
H A Dbanding.c70 start_in_new_thread(generic_sequence_worker, args); in apply_banding_to_sequence()
360 start_in_new_thread(BandingEngineThreaded, args); in on_button_apply_fixbanding_clicked()
H A Dclahe.c82 start_in_new_thread(clahe, args); in clahe_update_preview()
H A Dscnr.c161 start_in_new_thread(scnr, args); in on_SCNR_Apply_clicked()
H A Ddeconv.c88 start_in_new_thread(RTdeconv, args); in deconv_update_preview()
H A Dcosmetic_correction.c373 start_in_new_thread(generic_sequence_worker, args); in apply_cosmetic_to_sequence()
614 start_in_new_thread(autoDetectThreaded, args); in on_button_cosmetic_ok_clicked()
H A Drgradient.c254 start_in_new_thread(rgradient_filter, args); in on_rgradient_Apply_clicked()
H A Dsaturation.c113 start_in_new_thread(enhance_saturation, args); in satu_update_preview()
H A Dwavelets.c333 start_in_new_thread(extract_plans, args); in on_button_extract_w_ok_clicked()
H A Dfft.c595 start_in_new_thread(fourier_transform, args); in on_button_fft_apply_clicked()
H A Dmedian.c90 start_in_new_thread(median_filter, args); in on_Median_Apply_clicked()
/dports/astro/siril/siril/src/gui/
H A Dsave_dialog.c670 start_in_new_thread(mini_save_dialog, args); in on_button_savepopup_clicked()
681 start_in_new_thread(mini_save_dialog, args); in on_savetxt_activate()
702 start_in_new_thread(mini_save_dialog, args); in on_header_save_as_button_clicked()
H A Dphotometric_cc.c62 start_in_new_thread(match_catalog, args); in start_photometric_cc()
625 start_in_new_thread(photometric_cc, args); in apply_photometric_cc()
H A Ddialog_preview.c235 start_in_new_thread(update_preview_cb_idle, data); in update_preview_cb()
H A Dconversion.c221 start_in_new_thread(convert_thread_worker, args); in initialize_convert()
/dports/astro/siril/siril/src/stacking/
H A Dstacking.c246 start_in_new_thread(stack_function_handler, params); in start_stacking()
351 start_in_new_thread(noise, args); in _show_bgnoise()
/dports/astro/siril/siril/src/registration/
H A D3stars.c166 start_in_new_thread(generic_sequence_worker, args); in start_seqpsf()
/dports/astro/siril/siril/src/io/
H A Dsequence_export.c607 start_in_new_thread(export_sequence, args); in on_buttonExportSeq_clicked()

12