代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/395929/2431880
s ksr1.s
/*
* QuickThreads -- Threads-building toolkit.
* Copyright (c) 1993 by David Keppel
*
* Permission to use, copy, modify and distribute this software and
* its documentation for any purpose and wi
www.eeworm.com/read/395929/2431882
s ksr1_b.s
/*
* QuickThreads -- Threads-building toolkit.
* Copyright (c) 1993 by David Keppel
*
* Permission to use, copy, modify and distribute this software and
* its documentation for any purpose and wi
www.eeworm.com/read/395929/2431883
c null.c
/*
* QuickThreads -- Threads-building toolkit.
* Copyright (c) 1993 by David Keppel
*
* Permission to use, copy, modify and distribute this software and
* its documentation for any purpose and wi
www.eeworm.com/read/395929/2431888
s axp.s
/*
* QuickThreads -- Threads-building toolkit.
* Copyright (c) 1993 by David Keppel
*
* Permission to use, copy, modify and distribute this software and
* its documentation for any purpose and wi
www.eeworm.com/read/395929/2431889
h copyright.h
/*
* QuickThreads -- Threads-building toolkit.
* Copyright (c) 1993 by David Keppel
*
* Permission to use, copy, modify and distribute this software and
* its documentation for any purpose and wi
www.eeworm.com/read/379506/2672662
dfm threadexceptdemomain.dfm
object MainForm: TMainForm
Left = 286
Top = 169
Caption =
'Exception tracking in threads and IDE Thread Status window exten' +
'sion demo'
ClientHeight = 557
ClientWidth = 71
www.eeworm.com/read/366702/2867823
c macro-1.c
// { dg-do compile }
#define N 10
extern void bar(void);
void foo(void)
{
#pragma omp parallel num_threads(N)
bar();
}
www.eeworm.com/read/366702/2883482
c macro-1.c
// { dg-do compile }
#define N 10
extern void bar(void);
void foo(void)
{
#pragma omp parallel num_threads(N)
bar();
}
www.eeworm.com/read/362572/2930726
h thread-impl.h
/*
* thread-impl.h - this is the part of the ThreadInterface implementation
* we want to expose (by means of injection into the abstraction threads.h)
*
* Use it only for two purposes:
* (1) red
www.eeworm.com/read/362572/2931075
java cltestconc.java
/*
* Test for concurrency in ClassLoaders
*
* Note that this test needs a second public class which is in
* CLTestConc_run.java
*
* This test tests that the VM can safely recover from threads