代码搜索:tsk
找到约 4,461 项符合「tsk」的源代码
代码结果 4,461
www.eeworm.com/read/169650/5418539
c get_tid.c
/* ------------------------------------------------------------------------ */
/* Hyper Operating System V4 μITRON4.0慌屯 Real-Time OS */
/* ITRONカ〖ネル システム觉轮瓷妄
www.eeworm.com/read/486923/1244892
h task_pid_nr.h
#ifndef KAPI_TASK_PID_NR_H
#define KAPI_TASK_PID_NR_H
#include
#include
static inline pid_t task_pid_nr(struct task_struct *tsk)
{
return tsk->pid;
}
#endif
www.eeworm.com/read/209559/4970700
h mmu_context.h
#ifndef __V850_MMU_CONTEXT_H__
#define __V850_MMU_CONTEXT_H__
#define destroy_context(mm) ((void)0)
#define init_new_context(tsk,mm) 0
#define switch_mm(prev,next,tsk) ((void)0)
#define deactivate_m
www.eeworm.com/read/184908/5243210
bld task_manage.bld
#!build
default:
subproject
:auto_mvc=false
check.h
include_file
task.h
include_file
wait.h
include_file
task_manage.c
C
:outputname=act_tsk.o
:defines=__act_tsk
task_manage.c
C
:outputname
www.eeworm.com/read/279828/4133107
bld task_manage.bld
#!build
default:
subproject
:auto_mvc=false
check.h
include_file
task.h
include_file
wait.h
include_file
task_manage.c
C
:outputname=act_tsk.o
:defines=__act_tsk
task_manage.c
C
:outputname
www.eeworm.com/read/389295/8535050
am makefile.am
AM_CFLAGS = -I../.. -Wall
EXTRA_DIST = .indent.pro
noinst_LTLIBRARIES = libtskhashdb.la
libtskhashdb_la_SOURCES = tm_lookup.c md5sum_index.c nsrl_index.c \
hk_index.c idxonly_index.c tsk_hashdb_
www.eeworm.com/read/389295/8535109
dox vs.dox
/*! \page vspage Volume Systems
This section describes the general volume system analysis concepts and corresponding APIs in TSK. In addition to this documentation, there are sample programs in
www.eeworm.com/read/444483/1733180
c main.c
#include
#include
void task1 (void) __task;
void task2 (void) __task;
OS_TID tsk1,tsk2;
void main (void)
{
IODIR0 = 0xFF;
os_sys_init (task1);
}
void task
www.eeworm.com/read/444483/1733189
c main.c
#include
#include
void task1 (void) __task;
void task2 (void) __task;
OS_TID tsk1,tsk2;
void main (void)
{
IODIR0 = 0xFF;
os_sys_init (task1);
}
void task
www.eeworm.com/read/389295/8535094
dox fs.dox
/*! \page fspage File Systems
This section describes the general file system analysis concepts and corresponding APIs in TSK. In addition to this documentation, there are sample programs in the