Fix the issue that indicator is not updated & ensure UpdateOnce works if we're asleep 55/47055/1
authorJonghyun Ho <jonghyun.ho@samsung.com>
Fri, 28 Aug 2015 11:38:59 +0000 (20:38 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 28 Aug 2015 15:05:48 +0000 (16:05 +0100)
commit629b8b826e5012d348fabd39d06614270b7b5029
tree078903569bc3b99a5f436e27ffa54412ce670490
parentb20fb0e166e6a7fdc360d6c6b83369ab24753348
Fix the issue that indicator is not updated & ensure UpdateOnce works if we're asleep

[cause] 1. Shared memory is used instead of pixmap,
           but pixmap is being checked with OP_UPDATE event
        2. UpdateRequestOnce does not take effect
           while adaptor is not paused and thread is sleeping

Change-Id: I1407ab709ac98e7e2b7a2460a2d52b9593d37887
adaptors/base/thread-synchronization.cpp
adaptors/common/indicator-impl.cpp