代码搜索:Threads

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

代码结果 7,387
www.eeworm.com/read/395929/2431884

s sparc.s

/* sparc.s -- assembly support for the `qt' thread building kit. */ /* * QuickThreads -- Threads-building toolkit. * Copyright (c) 1993 by David Keppel * * Permission to use, copy, modify and dis
www.eeworm.com/read/395674/2433699

c thrdterm.c

/* * ThrdTerm.c * * Sample code for "Multithreading Applications in Win32" * This is from Chapter 5, Listing 5-1 * * Demonstrates how to request threads to exit. * * Build command: cl
www.eeworm.com/read/394208/2459398

cpp linuxthreadhelpers.cpp

/* RageThreads helpers for threads in Linux, which are based on PIDs and TIDs. */ #include "LinuxThreadHelpers.h" #include "Backtrace.h" #include "RunningUnderValgrind.h" #include #i
www.eeworm.com/read/386059/2576074

java cmsdatabaseimportthread.java

/* * File : $Source: /usr/local/cvs/opencms/src/org/opencms/workplace/threads/CmsDatabaseImportThread.java,v $ * Date : $Date: 2006/03/27 14:52:27 $ * Version: $Revision: 1.9 $ * * This
www.eeworm.com/read/386059/2576083

java cmsxmldocumentlinkvalidatorthread.java

/* * File : $Source: /usr/local/cvs/opencms/src/org/opencms/workplace/threads/CmsXmlDocumentLinkValidatorThread.java,v $ * Date : $Date: 2006/03/27 14:52:27 $ * Version: $Revision: 1.6 $ *
www.eeworm.com/read/386035/2576809

h matchfindermt.h

/* MatchFinderMt.h */ #ifndef __MATCHFINDERMT_H #define __MATCHFINDERMT_H #include "../../Threads.h" #include "MatchFinder.h" #define kMtHashBlockSize (1
www.eeworm.com/read/383940/2606045

nc poolthreadp.nc

/** * @author Jeongyeup Paek (jpaek@enl.usc.edu) */ #include "thread.h" #include "poolthread.h" module PoolThreadP { provides { interface PoolThread; } uses { #if (NUM_POOL_THREADS >
www.eeworm.com/read/382594/2633818

conf svc.conf

# # -p port number # -n threads in the server # -f thread activation flags # = THR_BOUND # = THR_DAEMON # = THR_DETACHED # = THR_NEW_LWP # -t threading strategy # =
www.eeworm.com/read/380530/2656978

h pgpthreads.h

/* * pgpThreads.h * * NAI generic thread code. * */ #ifndef Included_pgpThreads_h #define Included_pgpThreads_h #if PGP_MACINTOSH /* This threads lib is not supported by the Mac yet *
www.eeworm.com/read/376060/2715698

cpp program.cpp

/* program.cpp * Running a Program. Manages separate program threads (only for GUI version currently) * UnderC C++ interpreter * Steve Donovan, 2001 * This is GPL'd software, and the usual dis