INDEX
[MFC]CWinThreadの周辺
1  NI-Lab.  2004/07/27(Tue) 22:27
[MFC]CWinThreadの周辺

2  NI-Lab.  2004/07/27(Tue) 22:28
worker thread を何とかしたい。
CWinThread には undocumented なコンストラクタがあるらしく、これを利用する。

http://www.codeproject.com/threads/extended_thread.asp
The Code Project - How to use the same thread function for multiple threads (safely) - Threads, Processes & IPC

3  NI-Lab.  2004/07/27(Tue) 22:31
何語だろう……サンプルコードと説明。

http://www.cpdee.ufmg.br/~seixas/PaginaATR/Download/DownloadFiles/ThreadsinMFC.PDF
Threads in MFC

4  NI-Lab.  2005/03/27(Sun) 15:15
[WindowsAPI]明示的に別のスレッドへCPUを明け渡す
::Sleep(0) または ::Sleep(1) で、スレッドをスリープさせる。
0ミリ秒指定でも良いらしい。