資源簡介
ThreadX 源碼(2000版)
threadx_sourcecode
代碼片段和文件信息
/*?This?is?a?small?demo?of?the?high-performance?ThreadX?kernel.??It?includes?examples?of?six
???threads?of?different?priorities?message?queues?semaphores?and?event?flags.??*/
#include???“tx_api.h“
#define?????DEMO_STACK_SIZE?1024
/*?Define?the?ThreadX?object?control?blocks...??*/
TX_THREAD???????????????thread_0;
TX_THREAD???????????????thread_1;
TX_THREAD???????????????thread_2;
TX_THREAD???????????????thread_3;
TX_THREAD???????????????thread_4;
TX_THREAD???????????????thread_5;
TX_QUEUE????????????????queue_0;
TX_SEMAPHORE????????????semaphore_0;
TX_EVENT_FLAGS_GROUP????event_flags_0;
/*?Define?the?counters?used?in?the?demo?application...??*/
ULONG???????????thread_0_counter;
ULONG???????????thread_1_counter;
ULONG???????????thread_1_messages_sent;
ULON
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????......R?????23183??1999-12-02?12:00??threadx_sourcecode\express.pdf
????......R???????170??1999-12-02?12:00??threadx_sourcecode\threadx\build_ap.bat
????......R??????4476??1999-12-02?12:00??threadx_sourcecode\threadx\build_tx.bat
????......R??????7309??1999-12-02?12:00??threadx_sourcecode\threadx\build_txe.bat
????......R???????278??1999-12-02?12:00??threadx_sourcecode\threadx\demo.bld
????......R??????7171??1999-12-02?12:00??threadx_sourcecode\threadx\demo.c
????......R???????557??1999-12-02?12:00??threadx_sourcecode\threadx\demo.lnk
????......R???????294??1999-12-02?12:00??threadx_sourcecode\threadx\demo_el.bld
????......R???????626??1999-12-02?12:00??threadx_sourcecode\threadx\demo_el.lnk
????......R???1557201??1999-11-01?12:00??threadx_sourcecode\threadx\docs\ThreadX.pdf
????......R?????15702??1999-12-02?12:00??threadx_sourcecode\threadx\readme.txt
????......R??????1734??1999-12-02?12:00??threadx_sourcecode\threadx\tx.bld
????......R??????7760??1999-11-01?12:00??threadx_sourcecode\threadx\txe_ba.c
????......R??????8403??1999-11-01?12:00??threadx_sourcecode\threadx\txe_bpc.c
????......R??????7200??1999-11-01?12:00??threadx_sourcecode\threadx\txe_bpd.c
????......R??????7216??1999-11-01?12:00??threadx_sourcecode\threadx\txe_br.c
????......R??????8342??1999-11-01?12:00??threadx_sourcecode\threadx\txe_byta.c
????......R??????8161??1999-11-01?12:00??threadx_sourcecode\threadx\txe_bytc.c
????......R??????7178??1999-11-01?12:00??threadx_sourcecode\threadx\txe_bytd.c
????......R??????7145??1999-11-01?12:00??threadx_sourcecode\threadx\txe_bytr.c
????......R??????7526??1999-11-01?12:00??threadx_sourcecode\threadx\txe_efc.c
????......R??????7223??1999-11-01?12:00??threadx_sourcecode\threadx\txe_efd.c
????......R??????8880??1999-11-01?12:00??threadx_sourcecode\threadx\txe_efg.c
????......R??????7442??1999-11-01?12:00??threadx_sourcecode\threadx\txe_efs.c
????......R??????8388??1999-11-01?12:00??threadx_sourcecode\threadx\txe_qc.c
????......R??????7074??1999-11-01?12:00??threadx_sourcecode\threadx\txe_qd.c
????......R??????7071??1999-11-01?12:00??threadx_sourcecode\threadx\txe_qf.c
????......R??????7760??1999-11-01?12:00??threadx_sourcecode\threadx\txe_qr.c
????......R??????7568??1999-11-01?12:00??threadx_sourcecode\threadx\txe_qs.c
????......R??????7590??1999-11-01?12:00??threadx_sourcecode\threadx\txe_sc.c
............此處省略120個文件信息
- 上一篇:U3D 粒子煙花效果
- 下一篇:基于單片機的密碼鎖keil程序和protues仿真
評論
共有 條評論