T
Tony Johansson
Hi!
If you have a computer with one processor and multiple core and you lock a
section is it then possible
that two threads can lock this section simultaneously.
I mean when you have one processor with multiple core you can have two
threads executing simultaneously so
this would be possible.
What would happen you can't have two threads own the lock to a section of
code at the same time.
//Tony
If you have a computer with one processor and multiple core and you lock a
section is it then possible
that two threads can lock this section simultaneously.
I mean when you have one processor with multiple core you can have two
threads executing simultaneously so
this would be possible.
What would happen you can't have two threads own the lock to a section of
code at the same time.
//Tony