代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/368122/2825562
c task_arm.c
#include "config.h"
extern OS_EVENT *MsgQueue;
/*$PAGE*/
/*$PAGE*/
/*
*********************************************************************************************************
*
www.eeworm.com/read/368122/2825594
c task_arm.c
#include "config.h"
extern OS_EVENT *RandomSem;
/*
*********************************************************************************************************
*
www.eeworm.com/read/368122/2825624
c task_arm.c
#include "config.h"
#define TASK_START_PRIO 10 /* Application tasks priorities */
/*$PAGE*/
/*
****************************************************
www.eeworm.com/read/367690/2832463
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/367000/2855858
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/366702/2872514
ads task_name.ads
with Ada.Finalization;
package task_name is
type Base_Controller is
abstract new Ada.Finalization.Limited_Controlled with null record;
type Extended_Controller is
abstract new Base_Co
www.eeworm.com/read/366702/2872742
adb task_name.adb
-- { dg-do compile }
package body task_name is
task body Task_Object is
begin
null;
end Task_Object;
end;
www.eeworm.com/read/366702/2872785
adb curr_task.adb
-- { dg-do run }
-- { dg-options "-gnatws" }
with Ada.Exceptions;
with Ada.Text_IO;
with Ada.Task_Identification;
procedure Curr_Task is
use Ada.Task_Identification;
-- Simple semaphore
www.eeworm.com/read/365646/2896075
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/365646/2896097
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*