代码搜索:KTHREAD
找到约 174 项符合「KTHREAD」的源代码
代码结果 174
www.eeworm.com/read/290548/8476859
c kthread.c
/* Kernel thread helper functions.
* Copyright (C) 2004 IBM Corporation, Rusty Russell.
*
* Creation is done via kthreadd, so that we get a clean environment
* even if we're invoked from userspa
www.eeworm.com/read/381412/9094387
c kthread.c
/*
* Copyright (c) 2002 Christoph Hellwig.
* All rights resered.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
www.eeworm.com/read/381412/9094416
h kthread.h
/*
KThreads: http://old.lwn.net/2002/0214/a/kthread.php3
*/
#ifndef _LINUX_KTHREAD_H
#define _LINUX_KTHREAD_H
struct task_struct;
struct kthread {
const char *name;
struct task_stru
www.eeworm.com/read/424978/10389103
c kthread.c
//#include
#include
#if defined(MODVERSIONS)
#include
#endif
#include
#include
//#include
#i
www.eeworm.com/read/424978/10389112
h kthread.h
#ifndef _KTHREAD_H
#define _KTHREAD_H
//#include
#include
#include
#include
//#include
#include
www.eeworm.com/read/139738/13136988
java kthread.java
package nachos.threads;
import nachos.machine.*;
/**
* A KThread is a thread that can be used to execute Nachos kernel code. Nachos
* allows multiple threads to run concurrently.
*
* To create a
www.eeworm.com/read/129924/5966037
h kthread.h
/* ==== kthread.h ============================================================
* Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu
* All rights reserved.
*
* Redistribution and use in s
www.eeworm.com/read/273303/6281524
o kthread.o
www.eeworm.com/read/273303/6281582
h kthread.h
/*
* Kernel threads
* Copyright (c) 2001,2003 David H. Hovemeyer
* $Revision: 1.30 $
*
* This is free software. You are permitted to use,
* redistribute, and modify it as s
www.eeworm.com/read/273303/6281638
c kthread.c
/*
* Kernel threads
* Copyright (c) 2001,2003 David H. Hovemeyer
* $Revision: 1.49 $
*
* This is free software. You are permitted to use,
* redistribute, and modify it as s