代码搜索:impl

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

代码结果 10,000
www.eeworm.com/read/472280/1412592

h thread-impl.h

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

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/472280/1412609

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/472280/1412614

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/472280/1412617

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/472280/1412619

c thread-impl.c

/* * thread-impl.c - pthread based ThreadInterface implementation * * Copyright (c) 1998 * Transvirtual Technologies, Inc. All rights reserved. * * Copyright (c) 2005, 2006 * Kaffe.o
www.eeworm.com/read/472280/1412620

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
www.eeworm.com/read/472280/1412627

h lock-impl.h

/* * lock-impl.h * Mapping of L4Env specific semaphore packet to Kaffe's locking interface * * Copyright (c) 2004, 2005 * TU Dresden, Operating System Group. All rights reserved. * * See the
www.eeworm.com/read/472280/1412632

h thread-impl.h

/* * lock-impl.h * * Copyright (c) 2004, 2005 * TU Dresden, Operating System Group. All rights reserved. * * See the file "license.terms" for information on usage and redistribution * of this
www.eeworm.com/read/472280/1412671

h stacktrace-impl.h

#ifndef __stackTrace_impl_h__ #define __stackTrace_impl_h__ #include "jit-md.h" typedef struct _stackTrace { struct _exceptionFrame nframe; struct _exceptionFrame* frame; } stackTra