default thread implementation should add the thread to some thread list on start and set JOINABLE flag. simca_cleanup should first join all threads (ensure they exited). or maybe use GLib's thread pool if it works similar way.
Log in to post a comment.