Lines Matching refs:be
14 responsiveness, operations requested by the user can be implemented
15 as tasks. The order of operations can be important. For example,
17 be operations to select text and delete selected text. Reversing the
18 order of "select" and "delete" operations on the same buffer would be
19 bad. However, commuting operations on different buffers might be
31 - Operations associated with a certain object must be performed in
35 - Serializing with a lock would be wasteful because threads would be
36 waiting at the lock when they could be doing useful work
53 The logic can be implemented without mutexes, by using
188 Step 2 could be done after step 3 in some contexts to increase
238 that no other work is in flight and thus the work should be moved
244 should be moved to ``ReadyPile``.