Line T1: T2: 1 Lock(R1) Lock(R3) 2 Lock(R2) Lock(R1) 3 Unlock(R2) Unlock(R3) 4 Lock(R3) Lock(R2) 5 Lock(R4) Unlock(R2) 6 Unlock(R1) Unlock(R1) 7 Unlock(R3) Main() Run(T1); Run(T2);
Example 1: Potential deadlock.
Dr. Dobb's is part of the Informa Tech Division of Informa PLC
This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.
Line T1: T2: 1 Lock(R1) Lock(R3) 2 Lock(R2) Lock(R1) 3 Unlock(R2) Unlock(R3) 4 Lock(R3) Lock(R2) 5 Lock(R4) Unlock(R2) 6 Unlock(R1) Unlock(R1) 7 Unlock(R3) Main() Run(T1); Run(T2);
![]() |
To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy. |
This month,
Dr. Dobb's Journal is devoted to mobile programming. We introduce you to Apple's new Swift programming language, discuss the perils of being the third-most-popular mobile platform, revisit SQLite on Android
, and much more!
Download the latest issue today. >>