Contents:
- 1 °³¿ä
- 2 °ü·Ã¼Àû
- 3 Áֿ丵ũ
- 4 Thread Basics
- 4.1 Process or Thread
- 4.2 Thread Function
- 4.3 Create, Terminate a Thread
- 4.4 Thread Internals
- 4.5 Thread Programming with Visual C++
- 4.6 Identify a Thread
- 5 Thread Scheduling, Priorities, and Affinities
- 6 Thread Synchronization in User Mode
- 7 Thread Synchronization With Kernel Objects
- 8 Thread Synchronization Toolkit
- 9 Thread Pooling
- 9.1 ¾²·¹µå ¾ò±â
- 10 ´Ù¿î·Îµå
- 11 °ü·Ã¸µÅ©
- Programming Application for Microsoft Windows ( Fourth Edition ) - ÀýÆÇ
- Jeffrey Richter Àú, Microsoft Press
3 Áֿ丵ũ #
When to Create a Thread, When Not Create a Thread
Writing Your First Thread Function
4.3 Create, Terminate a Thread #
The CreateThread Function, Terminating a Thread
Some Thread Internals
4.5 Thread Programming with Visual C++ #
C/C++ Run-Time Library Considerations
Gaining a Sense of One's Own Identity
5 Thread Scheduling, Priorities, and Affinities #
6 Thread Synchronization in User Mode #
7 Thread Synchronization With Kernel Objects #
8 Thread Synchronization Toolkit #
BOOL QueueUserWorkItem(
LPTHREAD_START_ROUTINE Function,
PVOID Context,
ULONG Flags
);