Home
last modified time | relevance | path

Searched refs:MERGE_thread (Results 1 – 1 of 1) sorted by relevance

/dports/comms/fldigi/fldigi-4.1.20/src/logbook/
H A Dlogsupport.cxx524 pthread_t* MERGE_thread = 0; variable
558 if (!MERGE_thread) return; in close_MERGE_thread()
564 pthread_join(*MERGE_thread, NULL); in close_MERGE_thread()
566 delete MERGE_thread; in close_MERGE_thread()
568 MERGE_thread = 0; in close_MERGE_thread()
929 if (MERGE_thread) { in cb_mnuMergeADIF_log()
951 MERGE_thread = new pthread_t; in cb_mnuMergeADIF_log()
952 if (pthread_create(MERGE_thread, NULL, merge_thread, NULL) != 0) { in cb_mnuMergeADIF_log()