用两个不同的函数运行两个线程

用两个不同的函数运行两个线程

本文介绍了用两个不同的函数运行两个线程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




i想同时运行两个线程,两个线程都有不同的功能,



一个帖子:



CallFstThread(counter,strval,strcnt)



第二线程:



CallSndThread(newval,intpage,cntval)



两个线程应该一起运行



并想要检查两个线程是否都已完成(即等待两个线程完成)然后重定向



问候

Hi
i want to run two threads simultaneously , both threads have different functions,

One thread :

CallFstThread(counter,strval,strcnt)

Second thread:

CallSndThread(newval,intpage,cntval)

Both threads should run together

and want check if both threads have finished (ie.wait for both to finish ) and then redirect

Regards

推荐答案



这篇关于用两个不同的函数运行两个线程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-31 21:37