代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/401989/2334340
txt answers.txt
1) See student submission
2) See student submission
*3) Min: 1108 Max: 1108
4) Total Interrupts: 33
*5) Total Timer Interrupts: 1
*6) Switches to Other Threads: 0
*7) Switches to Other Proc
www.eeworm.com/read/401989/2334347
txt answers.txt
1) See student submission
2) See student submission
*3) Min: 1538 Max: 353863
4) Total Interrupts: 36
*5) Total Timer Interrupts: 2
*6) Switches to Other Threads: 0
*7) Switches to Other Pr
www.eeworm.com/read/383065/2622549
c mutex8.c
/*
* mutex8.c
*
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998 Ben Elliston and Ross Johnson
* Copyright (C) 1999,2000,2001 Ross Johnson
*
* Contact Email:
www.eeworm.com/read/383065/2622592
c cancel6a.c
/*
* File: cancel6a.c
*
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright (C) 1998 Ben Elliston and Ross Johnson
* Copyright (C) 1999,2000,2001 Ross Johnson
*
* Contact
www.eeworm.com/read/382594/2630737
cpp cpp-unserver.cpp
// CPP-unserver.cpp,v 4.19 2005/01/21 02:19:20 ossama Exp
// This example tests the features of the ACE_LSOCK_Acceptor and
// ACE_LSOCK_Stream classes. If the platform supports threads it uses
/
www.eeworm.com/read/382594/2631322
am makefile.am
## Process this file with automake to create Makefile.in
ACE_BUILDDIR = $(top_builddir)
ACE_ROOT = $(top_srcdir)
## Makefile.Member.am
if BUILD_EXCEPTIONS
if BUILD_THREADS
noinst_PROGR
www.eeworm.com/read/382594/2633456
mpb rmcast.mpb
// -*- MPC -*-
// rmcast.mpb,v 1.8 2005/11/30 17:36:10 isisbuilds Exp
project : acelib, threads {
avoids += ace_for_tao
after += RMCast
libs += ACE_RMCast
includes += $(ACE_RO
www.eeworm.com/read/382594/2634417
mpc tmcast.mpc
// -*- MPC -*-
// TMCast.mpc,v 1.9 2005/11/07 03:03:02 bala Exp
project : acelib, core, exceptions, threads {
avoids = ace_for_tao
sharedname = ACE_TMCast
dynamicflags += TMCAST_BUILD
www.eeworm.com/read/375736/2721577
c fastcopy.c
/* fastcopy - use multiple threads to whack data from one file to another
*/
#define INCL_DOSPROCESS
#define INCL_DOSSEMAPHORES
#if defined (OS2)
#include
#endif
#include
www.eeworm.com/read/375190/2725918
c darwin_stop_world.c
#include "private/pthread_support.h"
/* This probably needs more porting work to ppc64. */
# if defined(GC_DARWIN_THREADS)
/* From "Inside Mac OS X - Mach-O Runtime Architecture" published by Apple