代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/360377/10100262
c sys_task.c
#include "syscfg.h"
#ifdef __cplusplus
extern "C"{
#endif
#include "sys/sys_pub.h"
#include "aos.h"
AOS_INLINE U32 sys_task_prio( TASK_PRIO task_prio );
AOS_INLINE U32 sys_task_create(S8
www.eeworm.com/read/360377/10100269
h sys_task.h
#ifdef __cplusplus
extern "C"{
#endif
#ifndef __INC_SYS_TASK_H__
#define __INC_SYS_TASK_H__
typedef U32 SYS_TASK_T;
typedef U32 SYS_TASK_H;
AOS_INLINE U32 sys_task_create(S8 name[AOS_NAM
www.eeworm.com/read/360377/10100336
h task_pub.h
#ifdef __cplusplus
extern "C"{
#endif
#ifndef __INC_TASK_PUB_H__
#define __INC_TASK_PUB_H__
#define AOS_TASK_PREEMPT 0
#define AOS_TASK_NOPREEMPT 1
#define TASK_MOD_INIT_FAIL AOS_
www.eeworm.com/read/360377/10100383
c ssp_task.c
#ifdef __cplusplus
extern "C"{
#endif
#include "syscfg.h"
#include "sys/sys_pub.h"
#include "aos.h"
#include "ssp_event.h"
#include "ssp_task.h"
#include "ssp_cputick.h"
#include "ssp_spy.h"
www.eeworm.com/read/360377/10100384
h ssp_task.h
#ifdef __cplusplus
extern "C"{
#endif
#ifndef __INC_SSP_TASK_H__
#define __INC_SSP_TASK_H__
#define TASK_REG_NUM 4
#define MAX_CALL_STACK_LEVEL 30
#define TASK_STATUS_NULL (0)
#define TASK
www.eeworm.com/read/360283/10104471
__i os_task.__i
"OS_TASK.C" LARGE BROWSE DEBUG OBJECTEXTEND SRC (.\OS_TASK.SRC)
www.eeworm.com/read/360283/10104475
lst os_task.lst
C51 COMPILER V7.50 OS_TASK 09/09/2007 21:13:07 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE OS_TASK
OBJECT MODULE PLACED IN
www.eeworm.com/read/360283/10104485
src os_task.src
; .\OS_TASK.SRC generated from: OS_TASK.C
; COMPILER INVOKED BY:
; D:\Keil\C51\BIN\C51.EXE OS_TASK.C LARGE BROWSE DEBUG OBJECTEXTEND SRC(.\OS_TASK.SRC)
$NOMOD51
NAME OS_TASK
P0 DATA
www.eeworm.com/read/360283/10104555
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*