代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/101153/6237843
defconfig
#
# Automatically generated make config: don't edit
#
RTLINUX_V3=y
_POSIX_THREADS=y
_POSIX_THREAD_SAFE_FUNCTIONS=y
_POSIX_THREAD_PRIORITY_SCHEDULING=y
_POSIX_THREAD_PROCESS_SHARED=y
_POSIX_THREAD_ATTR
www.eeworm.com/read/187173/8849585
html initial.html
Initial Threads (The Java™ Tutorials >
Creating a GUI with JFC/Swing > Concurrency in Swing
www.eeworm.com/read/187173/8849604
html worker.html
Worker Threads and SwingWorker (The Java™ Tutorials >
Creating a GUI with JFC/Swing > Concu
www.eeworm.com/read/161674/10386804
std test1.std
Nonpreemptive Priority scheduling
Starting at Ticks: total 10
Queuing threads.
Queuing thread threadA at Time 10, priority 7
Queuing thread threadB at Time 20, priority 5
Queuing thread threadC at Tim
www.eeworm.com/read/228120/7805159
pas spcomm.pas
unit SPComm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
const
// messages from read/write threads
PWM_GOTCOMMDATA = WM_USER + 1;
PWM_R
www.eeworm.com/read/242863/12976643
c detached.c
#include
#include
int exitCond=0;
using namespace cpp_threads;
class simple : public Pthread {
protected:
Semaphore m_sem;
public:
simple() { };
~simple() { }
int t
www.eeworm.com/read/242863/12976773
c exception.c
//
// Implemention of thread exceptions.
#include "thread.h"
#include "stack.h"
#include "exception.h"
#include
#include
namespace cpp_threads {
exception::exception(const s
www.eeworm.com/read/242863/12976935
h acconfig.h
/* Define if the C++ compiler supports BOOL */
#undef HAVE_BOOL
#undef VERSION
#undef PACKAGE
/* defines if debug is wanted */
#undef THREADS_DEBUG
/* defines if having libc2.2 sigaction */
#undef
www.eeworm.com/read/140545/13076996
cpp yieldingtask.cpp
//: C11:YieldingTask.cpp
// Suggesting when to switch threads with yield().
//{L} ZThread
#include
#include "zthread/Thread.h"
#include "zthread/ThreadedExecutor.h"
using namespace ZT
www.eeworm.com/read/139738/13137129
java userkernel.java
package nachos.userprog;
import nachos.machine.*;
import nachos.threads.*;
import nachos.userprog.*;
/**
* A kernel that can support multiple user processes.
*/
public class UserKernel extends Thr