PCSX2 Documentation/Threading Advanced: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
''Threading In-Depth''
''Threading In-Depth''


For definitions of Mutex, Semaphore, and Atomic Operations, please use google or see our [[Threading Basics]] section. This section will cover advanced threading concepts that are important for allowing a program like PCSX2 to be able to operate smoothly -- responsive to the user and relatively deadlock-free. If you plan to be doing programming work on PCSX2 user interfaces or virtual machine management, then this section will be an important read.
For definitions of Mutex, Semaphore, and Atomic Operations, please use google or see our [[PCSX2_Documentation/Threading Basics | Threading Basics]] section. This section will cover advanced threading concepts that are important for allowing a program like PCSX2 to be able to operate smoothly -- responsive to the user and relatively deadlock-free. If you plan to be doing programming work on PCSX2 user interfaces or virtual machine management, then this section will be an important read.


==Avoiding Unresponsiveness and Deadlock==
==Avoiding Unresponsiveness and Deadlock==
Line 20: Line 20:




{{PCSX2 Main Documentation Navbox}}
{{PCSX2 Documentation Navbox}}
ninja
782

edits