Lines Matching full:with
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
61 … /* Co-routine control block. Note must be identical in size down to uxPriority with TCB_t. */
80 * @param uxPriority The priority with respect to other co-routines at which
88 * list, otherwise an error code defined with ProjDefs.h.
100 * // Must start every co-routine with a call to crSTART();
114 * // Must end every co-routine with a call to crEND();
199 * // Must start every co-routine with a call to crSTART();
207 * // Must end every co-routine with a call to crEND();
234 * // Must start every co-routine with a call to crSTART();
242 * // Must end every co-routine with a call to crEND();
292 * // Must start every co-routine with a call to crSTART();
303 * // Must end every co-routine with a call to crEND();
377 * // Co-routines must begin with a call to crSTART().
397 * // Co-routines must end with a call to crEND().
477 * // All co-routines must start with a call to crSTART().
563 * // All co-routines must start with a call to crSTART().
579 * // All co-routines must end with a call to crEND().
666 * // All co-routines must start with a call to crSTART().
699 * // All co-routines must end with a call to crEND().