Download List

프로젝트 설명

Protothreads are a type of extremely lightweight, stackless threads written in 100% portable C. While protothreads were originally designed for severely memory-constrained systems such as deeply embedded systems, they have found a number of uses as a general purpose portable library as well.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-10-02 19:31
1.4

PT_SCHEDULE () 지금은 둘 다 protothread 때 기다리고있다 때 생긴 사실을 반환합니다. README 파일에서는 Visual C 추가되었습니다 + protothreads 방법과 컴파일러 버그를 실행할 수있는 방법을 상황이되지 않도록하는 방법을 설명 사용자가.
Tags: Minor bugfixes
PT_SCHEDULE() now returns true both when a protothread is waiting and when it has yielded. A README file has been added for Visual C++ users that explains how protothreads may trigger a compiler bug and how to prevent this from happening.

2006-06-03 23:35
1.3

이제 protothread 경우, 또는 기다리고있다가 생긴, 나가서, 또는 종료 protothread 함수의 반환 값을 찾아 확인 가능합니다.
Tags: Minor feature enhancements
It is now possible to determine if a protothread
is waiting, or has yielded, exited, or ended by
looking at the return value of a protothread
function.

2005-10-08 15:35
1.2.1

이 릴리스의 수정 예제에 오타가 - 너무 buffer.c 그 예입니다 지금은 정상적으로 컴파일합니다.
Tags: Minor bugfixes
This release fixes a typo in example-buffer.c so that the examples now
compile cleanly.

2005-10-06 16:55
1.2

PT_SCHEDULE의 구현에 누락된 괄호 ()가 수정되었습니다 문제가 발생할 수있습니다. PT_YIELDING () 매크로는 더 이상 내부 protothread 필요가 줄어 듭니다.
Tags: Minor bugfixes
A missing parenthesis in the implementation of
PT_SCHEDULE() that could cause problems has been
fixed. The PT_YIELDING() macro is no longer needed
inside a protothread that yields.

2005-04-01 15:56
1.1

이 릴리스 () 기능을 protothread CPU의 항복 수있습니다 PT_YIELD를 추가합니다. PT_SPAWN ()이 이제 제대로 매개 변수로서 두 개의 상태를 태평양 표준시 구조 걸립니다. 예제는 MS 윈도우에서 컴파일해야합니다.
Tags: Minor feature enhancements
This release adds PT_YIELD() functionality that allows a protothread to
yield the CPU. PT_SPAWN() now properly takes two pt state structures as
parameters. The examples should compile under MS Windows.

Project Resources