Lines Matching refs:other
34 If other threads can see the operation in a partially performed state, or
38 back to the state before the operation was started. To other threads it must
82 resources" that must be protected from being "seen" by other threads in an
88 before any other LVGL function is started.
103 LVGL functions, set a flag or other atomic value that your LVGL-calling thread
106 If you are using an OS, there are a few other options. See below.
138 management of a remote chip, such as an EEPROM or other device that always needs to
147 Using this method, creation, modification and deletion of all Widgets and other
154 "see" it in a consistent state) by the fact that no other threads are "viewing" those
169 that thread via a QUEUE or other OS mechanism that protects that data from being seen
180 threads of execution at once. In other words, it makes data so protected "appear"
194 that thread waits on the other thread to release (unlock) it before it is allowed
206 other than ``LV_OS_NONE`` in ``lv_conf.h``) you can use :cpp:func:`lv_lock()` and
217 to a value other than ``LV_OS_NONE``.