代码搜索:threading
找到约 3,703 项符合「threading」的源代码
代码结果 3,703
www.eeworm.com/read/192270/5157747
py uibackenddelegate.py
import os
import time
import string
import signal
import threading
from objc import YES, NO, nil, signature
from AppKit import *
from Foundation import *
from PyObjCTools import NibClassBuilder, Conv
www.eeworm.com/read/192270/5158279
py startup.py
from threading import Thread, Event
import util
import frontend
from gtcache import gettext as _
from gtcache import ngettext
class _Search:
def __init__(self, path):
self.cancell
www.eeworm.com/read/191602/5165106
cxx switch.cxx
/*
* switch.cxx
*
* Cooperative multi-threading stack switch function.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file ar
www.eeworm.com/read/190666/5179029
c 20011229-2.c
/* Test whether jump threading doesn't ICE if redirecting the jump to exit
block. */
extern int bar ();
extern void baz ();
void foo ()
{
int x;
do
{
if ((x = bar ()) == 1)
baz (
www.eeworm.com/read/189320/5200726
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
# = POOL ->
www.eeworm.com/read/173357/5374641
cs logger.cs
using System;
using System.Configuration;
using System.Diagnostics;
using System.IO;
using System.Threading;
using webvisitStatistic.HitsHandler.DBLayer;
using webvisitStatistic;
namespace webv
www.eeworm.com/read/168845/5435312
v2 jamfile.v2
# copyright John Maddock 2003
project
: requirements multi shared:BOOST_REGEX_DYN_LINK=1
;
#
# rule for simple regex test programs:
#
rule regex-test ( name
www.eeworm.com/read/167133/5466309
h threads.h
/*
* mips/threads.h
* Mips threading information.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage
www.eeworm.com/read/167133/5466364
h threads.h
/*
* powerpc/threads.h
* powerpc threading information.
*
* Copyright (c) 1996, 1997, 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for informati
www.eeworm.com/read/167133/5466426
h threads.h
/*
* alpha/threads.h
* Alpha threading information.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usag