Lines Matching refs:threads
8 A mailbox allows threads to send and receive messages of any size
25 * A **receive queue** of threads that are waiting to receive a message.
30 A mailbox allows threads, but not ISRs, to exchange messages.
37 allowing both threads participating in an exchange to know
47 a message exchange between compatible sending and receiving threads.
49 allowing both threads to know what has occurred.
84 and receiving thread are satisfied; such threads are said to be **compatible**.
108 consumed by receiving threads. The asynchronous exchange technique provides an
221 (or set of sending threads) at any point in time.
316 Any number of receiving threads may wait simultaneously on a mailboxes'
317 receive queue. The threads are sorted according to their priority;
318 threads of equal priority are sorted so that the one that started waiting
322 Receiving threads do not always receive messages in a first in, first out
470 Use a mailbox to transfer data items between threads whenever the capabilities