代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4968470
h local.h
#ifndef _ARCH_SPARC64_LOCAL_H
#define _ARCH_SPARC64_LOCAL_H
#include
#include
typedef atomic64_t local_t;
#define LOCAL_INIT(i) ATOMIC64_INIT(i)
#define local_read(v
www.eeworm.com/read/209559/4969350
h local.h
#ifndef _ASM_GENERIC_LOCAL_H
#define _ASM_GENERIC_LOCAL_H
#include
#include
#include
#include
/* An unsigned long type for operation
www.eeworm.com/read/209559/4969414
h local.h
#ifndef __ASM_SH64_LOCAL_H
#define __ASM_SH64_LOCAL_H
#include
#endif /* __ASM_SH64_LOCAL_H */
www.eeworm.com/read/209559/4969749
h local.h
#ifndef _ASM_IA64_LOCAL_H
#define _ASM_IA64_LOCAL_H
/*
* Copyright (C) 2003 Hewlett-Packard Co
* David Mosberger-Tang
*/
#include
typedef struct {
atomic64_
www.eeworm.com/read/209559/4969884
h local.h
#ifndef __M68KNOMMU_LOCAL_H
#define __M68KNOMMU_LOCAL_H
#include
#endif /* __M68KNOMMU_LOCAL_H */
www.eeworm.com/read/209559/4970005
h local.h
#ifndef __M32R_LOCAL_H
#define __M32R_LOCAL_H
#include
#endif /* __M32R_LOCAL_H */
www.eeworm.com/read/209559/4970169
h local.h
#ifndef _ARCH_I386_LOCAL_H
#define _ARCH_I386_LOCAL_H
#include
typedef struct
{
volatile unsigned long counter;
} local_t;
#define LOCAL_INIT(i) { (i) }
#define local_read(v) ((v
www.eeworm.com/read/209559/4970522
h local.h
#ifndef _ASM_M68K_LOCAL_H
#define _ASM_M68K_LOCAL_H
#include
#endif /* _ASM_M68K_LOCAL_H */