Lines Matching full:that
11 that provides a blocking context on top of an event-driven system,
18 that protothreads provides a sequential code structure that allows for
25 The advantage of protothreads over ordinary threads is that a
34 protothread blocks</b>. This means that local variables should be used
70 The protothreads library is released under a BSD-style license that
72 requirement is that credit is given.
81 Protothreads are a extremely lightweight, stackless threads that
90 traditional multi-threading, each thread requires its own stack, that
94 The main advantage of protothreads over ordinary threads is that
107 potentially blocking function. The advantage of this approach is that
109 that block that which functions the never blocks.
112 difference is that co-routines uses a separate stack for each
124 blocks. This means that local variables should be used with utmost
132 protothreads is done by the application that uses protothreads.
158 that is similar to Duff's device. This implementation does, however,
159 impose a slight restriction to the code that uses protothreads in that
162 Certain compilers has C extensions that can be used to implement
163 protothreads. GCC supports label pointers that can be used for this