Searched hist:10156 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/vnc/
H A Dvncserver.cc10156:37d20d5c5bed Wed Apr 09 10:01:00 EDT 2014 Andreas Sandberg <andreas@sandberg.pp.se> dev: Protect PollEvent processing when running in parallel mode

The calling thread is undefined when the PollQueue services events.
This implies that PollEvents need to handle the case where they are
processed from a different thread than the thread that created the
event. This changeset adds temporary event queue migrations to the VNC
server, the ethernet tap device, and the terminal to protect them from
inter-thread calls.

Completed in 8 milliseconds