Lines Matching full:are
4 Protothreads are a type of lightweight stackless threads designed for
10 Protothreads are a extremely lightweight, stackless type of threads
33 blocking call, <b>local variables are not preserved when the
65 convenience functions are built: reversed condition blocking:
81 Protothreads are a extremely lightweight, stackless threads that
95 protothreads are very lightweight: a protothread does not require its
100 memory per protothread. Moreover, protothreads are implemented in pure
111 Protothreads are similar to asymmetric co-routines. The main
113 co-routine, whereas protothreads are stackless. The most similar
114 mechanism to protothreads are Python generators. These are also
123 call, local variables are not preserved when the protothread
136 Protothreads are implemented using \ref lc "local continuations". A