代码搜索:impl

找到约 10,000 项符合「impl」的源代码

代码结果 10,000
www.eeworm.com/read/304657/3794079

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/304657/3794083

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/304657/3794089

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
www.eeworm.com/read/304657/3794093

h thread-impl.h

#if !defined(__thread_impl_h__) #define __thread_impl_h__ #include "jthread.h" #endif
www.eeworm.com/read/304657/3794103

h lock-impl.h

/* * Copyright (c) 1996, 1997, 1998, 1999 * Transvirtual Technologies, Inc. All rights reserved. * * This file is licensed under the terms of the GNU Public License. * * See the file "lice
www.eeworm.com/read/304657/3794110

h thread-impl.h

/* * Copyright (c) 1996, 1997, 1998, 1999 * Transvirtual Technologies, Inc. All rights reserved. * * This file is licensed under the terms of the GNU Public License. * * See the file "lice
www.eeworm.com/read/304657/3794115

h lock-impl.h

/* * lock-impl.h * * Unix pthreads implements the jmutex and jcondvar abstractions. * Most of the functions are inlined. * * Copyright (c) 1999 * Transvirtual Technologies, Inc. All right
www.eeworm.com/read/304657/3794118

c lock-impl.c

/* * lock-impl.c - pthread-based LockInterface implementation (Posix style) * * Copyright (c) 1998 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" f
www.eeworm.com/read/304657/3794120

c thread-impl.c

/* * thread-impl.c - pthread based ThreadInterface implementation * * Copyright (c) 1998 * Transvirtual Technologies, Inc. All rights reserved. * * Copyright (c) 2005 * Kaffe.org con
www.eeworm.com/read/304657/3794121

h thread-impl.h

/* * thread-impl.h - this is the part of the ThreadInterface implementation * we want to expose (by means of injection into the abstraction threads.h) * * Use it only for two purposes: * (1) red