Re: Multitasking and containers
"Dmitry A. Kazakov" <mailbox@xxxxxxxxxxxxxxxxx> writes:
[ I don't know if ARM 2005 permits mutable implementations of read
operations on the containers. I suppose it does, so the need to lock upon
read. ]
Yes, some read operations mutate the container temporarily. That's why the
user needs to always synchronize access to the container (even for read
operations) if the container can be accessed by several tasks.
.
Relevant Pages
- Re: [ckrm-tech] Circular Locking Dependency Chain detected in containers code
... holding container mutex. ... should be able to rmdir when a container is getting mounted. ... possible circular locking dependency detected] ... rmdir/4321 is trying to acquire lock: ... (Linux-Kernel) - Re: Locking an STL-like container
... For locking the container while insertand erasemethods are ... as you said they do not support read-write locks. ... Your reader thread must take a snapshot then release the lock. ... you will have a class that "has" your container and controls locking. ... (comp.programming.threads) - Circular Locking Dependency Chain detected in containers code
... should be able to rmdir when a container is getting mounted. ... just do a rmdir inside the container. ... possible circular locking dependency detected] ... rmdir/4321 is trying to acquire lock: ... (Linux-Kernel) - Re: Containers falling off freight trains
... method of ensuring that all the twistlocks are in place before the train ... Is it possible that the 'socket' on a container ... They are made from hardened high tensile steel whereas the ... If you do a Google search on "container twist lock" and then click on ... (uk.railway) - Re: bag smashing
... box has handles, hinges,and hasp and lock on it. ... steel corners and banded the perimeter of the box. ... I've used this container for several years and no problem, ... (rec.travel.air) |
|