代码搜索:threadx
找到约 88 项符合「threadx」的源代码
代码结果 88
www.eeworm.com/read/233919/14128229
c demo.c
/* 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
www.eeworm.com/read/170967/9778021
c demo.c
/* 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
www.eeworm.com/read/209043/4987477
txt sdk7a400_filex.txt
The following files are ported to work with the SDK7A400 port of the
ThreadX kernel and FileX.
sdk7a400_fx_cf_driver.h
sdk7a400_fx_cf_driver.c
****************************************
www.eeworm.com/read/169499/5420486
txt sdk7a404_filex.txt
The following files are ported to work with the LH7A404 port of the
ThreadX kernel and FileX.
sdk7a404_fx_cf_driver.h
sdk7a404_fx_cf_driver.c
*****************************************
www.eeworm.com/read/447714/1698920
h os_macros.h
#ifndef _OS_MACROS_H
#define _OS_MACROS_H
#define os_time_get() jiffies
#define OS_INT_DISABLE cli()
#define OS_INT_RESTORE sti()
#define TX_DISABLE /* require for threadx */
#define T
www.eeworm.com/read/447241/1707251
h os_macros.h
#ifndef _OS_MACROS_H
#define _OS_MACROS_H
#define os_time_get() jiffies
#define OS_INT_DISABLE cli()
#define OS_INT_RESTORE sti()
#define TX_DISABLE /* require for threadx */
#define T
www.eeworm.com/read/177344/5328922
am makefile.am
TOP_DIR=../../..
INCLUDES=-I../../../include -I../../include -I../
SRC_FILES = shadow.c unknown.c threadx_anvil.c linux_qvfb.c linux_fbcon.c win_wvfb.c win_fb.c
HDR_FILES = shadow.h
noinst_LTLIBRARI
www.eeworm.com/read/344856/3203968
am makefile.am
TOP_DIR=../../..
INCLUDES=-I../../../include -I../../include -I../
SRC_FILES = shadow.c unknown.c threadx_anvil.c nucleus_monaco.c \
linux_qvfb.c linux_fbcon.c win_wvfb.c win_fb.c ecos_generic.c
HD