代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/475888/1379248
c gc_impl.c
/*
* @(#)gc_impl.c 1.51 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is fr
www.eeworm.com/read/475888/1379252
c gc_impl.c
/*
* @(#)gc_impl.c 1.61 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is fr
www.eeworm.com/read/475888/1379254
c gc_impl.c
/*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribute
www.eeworm.com/read/475888/1379260
c sni_impl.c
/*
* @(#)sni_impl.c 1.2 06/10/10 10:06:46
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is
www.eeworm.com/read/475888/1379273
c jni_impl.c
/*
* @(#)jni_impl.c 1.380 06/10/31
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is
www.eeworm.com/read/474959/1387456
module anyexample_impl.module
Object anyExample_impl_exe.o
{
Executable anyExample_impl
ULibrary libpthreads.o
ULibrary plibc.o
ULibrary llibc++.o
ULibrary netdb.o
}
www.eeworm.com/read/474959/1387459
cc anyexample_impl.cc
// anyExample_impl.cc - This is the source code of the example used in
// Chapter 9 "Type Any and TypeCode" of the omniORB
// users guide.
//
//
www.eeworm.com/read/472280/1412578
h lock-impl.h
/*
* Copyright (c) 1999, 2000 The University of Utah. All rights reserved.
*
* This file is licensed under the terms of the GNU Public License.
*
* See the file "license.terms" for information o
www.eeworm.com/read/472280/1412582
h thread-impl.h
/*
* Copyright (c) 1999 The University of Utah. All rights reserved.
*
* This file is licensed under the terms of the GNU Public License.
*
* See the file "license.terms" for information on usag
www.eeworm.com/read/472280/1412588
h lock-impl.h
#ifndef __lock_impl_h
#define __lock_impl_h
#include "debug.h"
#define THREAD_SYSTEM_HAS_KSEM
typedef struct Ksem {
sem_id sem;
} Ksem;
static inline void ksem_init(struct Ksem* sem)
{
sem->sem