代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/182103/5272141
c task2.c
/* Task_2
*
* This routine serves as a test task.
*
* Input parameters:
* argument - task argument
*
* Output parameters: NONE
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications R
www.eeworm.com/read/182103/5272174
c task3.c
/* Task_3
*
* This routine serves as a test task.
*
* Input parameters:
* argument - task argument
*
* Output parameters: NONE
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications R
www.eeworm.com/read/182103/5272176
c task2.c
/* Task_2
*
* This routine serves as a test task.
*
* Input parameters:
* argument - task argument
*
* Output parameters: NONE
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications R
www.eeworm.com/read/181857/5275106
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/181224/5277736
s dummy_task.s
; This is dummy task for testing purposes.
; It writes zeros to some working registers,
; just to see that this does not affect
; other tasks (every task lives in it's own context).
.equ __
www.eeworm.com/read/180031/5291849
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/179911/5292993
c init_task.c
/*
* arch/s390/kernel/init_task.c
*
* S390 version
*
* Derived from "arch/i386/kernel/init_task.c"
*/
#include
#include
#include
#include
www.eeworm.com/read/179911/5293053
c init_task.c
#include
#include
#include
#include
#include
static struct vm_area_struct init_mmap = INIT_MMAP;
static struct fs_struct i
www.eeworm.com/read/179911/5293163
c init_task.c
#include
#include
#include
#include
static struct vm_area_struct init_mmap = INIT_MMAP;
static struct fs_struct init_fs = INIT_FS;
static
www.eeworm.com/read/179911/5293389
c init_task.c
/*
* This is where we statically allocate and initialize the initial
* task.
*
* Copyright (C) 1999 Hewlett-Packard Co
* Copyright (C) 1999 David Mosberger-Tang
*/
#include