代码搜索:thread

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

代码结果 10,000
www.eeworm.com/read/371324/9556160

cpp thread.cpp

#include "Thread.h" #include //##ModelId=4753B7E901FA Thread::Thread() { m_id = 0; m_handle = NULL; } //##ModelId=4753B7E901FB Thread::~Thread() { Close(); }
www.eeworm.com/read/174734/9575069

c thread.c

#include #include void thread1(void) { int i=0; for(i=0;i
www.eeworm.com/read/169944/9830286

h thread.h

#ifndef _GOS_THREAD_H_ #define _GOS_THREAD_H_ #define Sleep(ms) g_pKernel->m_pCurThread->SleepEx(ms,FALSE); enum _tagThread { CreateSuspend =0x00004, ThreadDefaultStackSize=256*1024-4,
www.eeworm.com/read/169944/9830348

cpp thread.cpp

#include "GOS.h" #include "thread.h" #define MSG_WAIT 0x01L #define PTR_MASK ~0x3L #define REMOVEMSG(prev,pTmp,next) \ if(pPrev)pPrev->pNext=next;else m_pMQEntry=next;\ pTmp->pNext=m_pMQFree
www.eeworm.com/read/366065/9834362

test thread.test

# Commands covered: (test)thread # # This file contains a collection of tests for one or more of the Tcl # built-in commands. Sourcing this file into Tcl runs the tests and # generates output for er
www.eeworm.com/read/366065/9834718

3 thread.3

'\" '\" Copyright (c) 1999 Scriptics Corporation '\" Copyright (c) 1998 Sun Microsystems, Inc. '\" '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and fo
www.eeworm.com/read/169790/9838136

h thread.h

// Copyright (C) 1999-2005 Open Source Telecom Corporation. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as publ
www.eeworm.com/read/169790/9838368

cpp thread.cpp

// Copyright (C) 1999-2005 Open Source Telecom Corporation. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as publ
www.eeworm.com/read/365798/9846145

c thread.c

#include "ocilib.h" #define MAX_THREADS 50 void key_cleanup(void *str) { free(str); } void worker(OCI_Thread *thread, void *data) { const void *id = OCI_HandleGetThreadID(thread
www.eeworm.com/read/365798/9846380

c thread.c

/* +----------------------------------------------------------------------+ | | | OCILIB - C Dri