Lines Matching full:see
31 see it either as not yet started, or as completed, and not in any state that is
34 If other threads can see the operation in a partially performed state, or
47 observing it will always see it in a consistent state, as if operations on it
55 see it in a consistent state.
66 That means it is the programmer's responsibility to see that no LVGL function is
97 platform; see :ref:`tick_interface` for more information) and
106 If you are using an OS, there are a few other options. See below.
112 must be reliable and the Tick Value must appear :ref:`atomic <atomic>` to LVGL. See
126 Yet it still remains the programmer's responsibility to see that no LVGL function is
150 that thread is also the ONLY caller of :cpp:func:`lv_timer_handler`. (See
154 "see" it in a consistent state) by the fact that no other threads are "viewing" those
181 atomic (all threads using this data "see" it in a consistent state). Most OSes
283 :cpp:func:`lv_anim_count_running` to see if all animations have finished.