代码搜索:current
找到约 10,000 项符合「current」的源代码
代码结果 10,000
www.eeworm.com/read/324920/3490371
s dbg_current.s
/*
* arch/alpha/lib/dbg_current.S
* Contributed by Richard Henderson (rth@cygnus.com)
*
* Trap if we find current not correct.
*/
#include
.text
.set noat
.globl _mcount
.ent _
www.eeworm.com/read/316872/3589061
s dbg_current.s
/*
* arch/alpha/lib/dbg_current.S
* Contributed by Richard Henderson (rth@cygnus.com)
*
* Trap if we find current not correct.
*/
#include
.text
.set noat
.globl _mcount
.ent _
www.eeworm.com/read/316872/3596921
h current_32.h
#ifndef _I386_CURRENT_H
#define _I386_CURRENT_H
#include
#include
struct task_struct;
DECLARE_PER_CPU(struct task_struct *, current_task);
static __always_inline s
www.eeworm.com/read/316872/3597015
h current_64.h
#ifndef _X86_64_CURRENT_H
#define _X86_64_CURRENT_H
#if !defined(__ASSEMBLY__)
struct task_struct;
#include
static inline struct task_struct *get_current(void)
{
struct task_struct
www.eeworm.com/read/305277/3776968
scala expressions-current.scala
package examples.expressions
class Ref[a](var elem:a) {}
abstract class Lang {
trait Visitor {
def caseNum(n: int): unit
}
abstract class Exp {
def visit(v: visitor): unit
}
type
www.eeworm.com/read/305277/3777030
scala expressions-current.scala
package examples.expressions
class Ref[a](var elem:a) {}
abstract class Lang {
trait Visitor {
def caseNum(n: int): unit
}
abstract class Exp {
def visit(v: visitor): unit
}
type
www.eeworm.com/read/273525/4208450
ado gr_current.ado
*!version 1.0.8 06apr2005
program define gr_current
version 8
gettoken namemac 0 : 0, parse(" :")
gettoken colon 0 : 0, parse(" :")
assert "`colon'"==":"
syntax [anything(name=name)]
www.eeworm.com/read/273525/4210532
ado gr_current.ado
*!version 1.0.9 02may2005
program define gr_current
version 8
gettoken namemac 0 : 0, parse(" :")
gettoken colon 0 : 0, parse(" :")
assert "`colon'"==":"
syntax [anything(name=name)]
www.eeworm.com/read/443386/1743302
s dbg_current.s
/*
* arch/alpha/lib/dbg_current.S
* Contributed by Richard Henderson (rth@cygnus.com)
*
* Trap if we find current not correct.
*/
#include
.text
.set noat
.globl _mcount
.ent _