|
This page contains a condensed version of the protothreads API. For the full version, please see the documentation. void PT_INIT(struct pt *pt); void PT_BEGIN(struct pt *pt); void PT_WAIT_UNTIL(struct pt *pt, condition); void PT_WAIT_WHILE(struct pt *pt, condition); void PT_WAIT_THREAD(struct pt *pt, thread); void PT_SPAWN(struct pt *pt, struct pt *child, thread); void PT_RESTART(struct pt *pt); void PT_EXIT(struct pt *pt); void PT_END(struct pt *pt); int PT_SCHEDULE(protothread); void PT_YIELD(struct pt *pt); Last updated: $Date: 2005/02/21 07:45:48 $ (CEST) |
Latest news
2009-12-28 |