代码搜索:thread

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

代码结果 10,000
www.eeworm.com/read/338072/3324697

hxx thread.hxx

#if !defined(VOCAL_THREAD_HXX) #define VOCAL_THREAD_HXX /* ==================================================================== * The Vovida Software License, Version 1.0 * * Copyright (c) 2000
www.eeworm.com/read/338072/3324737

cxx thread.cxx

/* ==================================================================== * The Vovida Software License, Version 1.0 * * Copyright (c) 2000 Vovida Networks, Inc. All rights reserved. * * Redist
www.eeworm.com/read/337546/3332545

h thread.h

#ifndef __UM_THREAD_H #define __UM_THREAD_H #include #define TASK_DEBUGREGS(task) ((unsigned long *) &(((char *) (task))[HOST_TASK_DEBUGREGS])) #ifdef UML_CONFIG_MODE_TT #define T
www.eeworm.com/read/337546/3332584

h thread.h

#ifndef __UM_THREAD_H #define __UM_THREAD_H #include #ifdef UML_CONFIG_MODE_TT #define TASK_EXTERN_PID(task) *((int *) &(((char *) (task))[HOST_TASK_EXTERN_PID])) #endif #endif
www.eeworm.com/read/337074/3343976

c thread.c

/*************************************************************************** begin : Thu Mar 25 2004 copyright : (C) 2004 - 2005 by Alper Akcan email
www.eeworm.com/read/336825/3347196

h thread.h

#ifndef THREAD_INCLUDED #define THREAD_INCLUDED #include "except.h" #define T Thread_T typedef struct T *T; extern const Except_T Thread_Failed; extern const Except_T Thread_Alerted; extern int Threa
www.eeworm.com/read/336825/3347291

c thread.c

#include #include #include #include #include #include "assert.h" #include "mem.h" #include "thread.h" #include "sem.h" void _MONITO
www.eeworm.com/read/336825/3347425

h thread.h

/* $Id: H:/drh/idioms/book/RCS/thread.doc,v 1.11 1997/02/21 19:50:51 drh Exp $ */ #ifndef THREAD_INCLUDED #define THREAD_INCLUDED #include "except.h" #define T Thread_T typedef struct T *T; extern con
www.eeworm.com/read/336825/3347494

c thread.c

static char rcsid[] = "$Id: H:/drh/idioms/book/RCS/thread.doc,v 1.11 1997/02/21 19:50:51 drh Exp $"; #include #include #include #include #includ
www.eeworm.com/read/336825/3347575

h thread.h

/* $RCSfile: RCS/thread.doc,v $ $Revision: 1.10 $ */ #ifndef THREAD_INCLUDED #define THREAD_INCLUDED #include "except.h" #define T Thread_T typedef struct T *T; extern const Except_T Thread_Failed; ex