Lines Matching refs:other
26 messages. Additionally, besides other actions, threads can publish and observe channels. When a
32 (hardware independent) talks to other threads via software bus. Note that the threads are decoupled
33 from each other because they only use zbus channels and do not need to know each other to talk.
121 can do that, and the change does not affect other parts of the system. Likewise, we would like to
123 No other change is required in order to make that work. Thus, the developer would do that for every
129 can easily be reused in other solutions. The new solution must implement the interfaces (set of
365 * No other threads (that are not involved in the communication) with priority between T1 and S1 can
530 allows original creators of a channel to exert some authority over other developers/publishers who
534 only messages with ``move`` equal to 0, -1, and 1 are valid. Publish function will discard all other
625 For accessing channels or observers from files other than its defining files, it is necessary to
626 declare them by calling :c:macro:`ZBUS_CHAN_DECLARE` and :c:macro:`ZBUS_OBS_DECLARE`. In other