代码搜索:Threads

找到约 7,387 项符合「Threads」的源代码

代码结果 7,387
www.eeworm.com/read/412251/2171636

cpp threads.cpp

#include #include #include #if defined (ODBCXX_ENABLE_THREADS) using namespace odbc; using namespace std; Mutex::Mutex() { #if defined(WIN32) Init
www.eeworm.com/read/411977/2178808

sgml threads.sgml

Threads thread abstraction; including threads, different mutexes, conditions and thread private data.
www.eeworm.com/read/411488/2187348

c _threads.c

/* * * * Copyright (c) 1994 * Hewlett-Packard Company * * Copyright (c) 1996,1997 * Silicon Graphics Computer Systems, Inc. * * Copyright (c) 1997 * Moscow Center for SPARC Technology * *
www.eeworm.com/read/411488/2187383

h _threads.h

/* * Copyright (c) 1997-1999 * Silicon Graphics Computer Systems, Inc. * * Copyright (c) 1999 * Boris Fomitchev * * This material is provided "as is", with absolutely no warranty expressed * o
www.eeworm.com/read/410339/2211894

h threads.h

#ifndef _LINUX_THREADS_H #define _LINUX_THREADS_H #include /* * The default limit for the nr of threads is now in * /proc/sys/kernel/max-threads. */ #ifdef CONFIG_SMP #define N
www.eeworm.com/read/410291/2214574

java threads.java

/* Threads.java {{IS_NOTE Purpose: Description: History: Sat Feb 21 23:12:06 2004, Created by tomyeh }}IS_NOTE Copyright (C) 2003 Potix Corporation. All Rights Reserved. {{IS_RIGHT
www.eeworm.com/read/409921/2220105

h threads.h

/** * Summary: interfaces for thread handling * Description: set of generic threading related routines * should work with pthreads, Windows native or TLS threads * * Copy: See C
www.eeworm.com/read/409921/2220146

c threads.c

/** * threads.c: set of generic threading related routines * * See Copyright for the status of this software. * * Gary Pennington * daniel@veillard.com */
www.eeworm.com/read/406309/2278635

tmpl threads.tmpl

XCOMM $XConsortium: Threads.tmpl /main/11 1996/09/28 16:07:06 rws $ XCOMM $XFree86: xc/config/cf/Threads.tmpl,v 3.2 1996/12/23 05:50:12 dawes Exp $ /* * For a multi-threaded application or library,
www.eeworm.com/read/403731/2309299

h threads.h

/* Threads.h */ #ifndef __7Z_THRESDS_H #define __7Z_THRESDS_H #include #include "Types.h" typedef struct _CThread { HANDLE handle; } CThread; #define Thread_Construct(