代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/167133/5469127
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 ksemInit(struct Ksem* sem)
{
sem->sem =
www.eeworm.com/read/167133/5469131
h thread-impl.h
#if !defined(__thread_impl_h__)
#define __thread_impl_h__
#include "jthread.h"
#endif
www.eeworm.com/read/167133/5469141
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/167133/5469148
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/167133/5469153
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/167133/5469156
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/167133/5469158
c thread-impl.c
/*
* thread-impl.c - pthread based ThreadInterface implementation
*
* Copyright (c) 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for informa
www.eeworm.com/read/167133/5469159
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/167133/5469214
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