代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/189320/5199489
readme
Shows how applications can use the ACE_Token_Collection utility. This
example creates three collections and spawns a thread to operate on
each. The threads use the collective acquire, renew, and re
www.eeworm.com/read/182103/5266791
h pthread.h
/* rtems/posix/pthread.h
*
* This include file contains all the private support information for
* POSIX threads.
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OA
www.eeworm.com/read/180227/5287678
kcp readme.kcp
copy a file from within kernel space - directly managing file from within
kernel space is not very elegant but somtimes something usefull - especiall
as rt-threads operate in kernel space and geting
www.eeworm.com/read/174334/5361934
makefile
SUBDIRS= cookbook dirwalker evaluator httpcl httpsrv mod_sample \
observer pointer pyml scripting stl strings test threads
all:
@for subdir in $(SUBDIRS); do( cd $$subdir; make ) done
clean:
@
www.eeworm.com/read/173141/5379832
out stress.out
...running initialization via init.sql
...running with 10 threads
...running duration 0:10:0
...stopping testers
...waiting for testers to complete
TEST CASE SUMMARY: normal termination
...running las
www.eeworm.com/read/167133/5469433
java overflow.java
/**
* Check that stack overflows are handled properly in main thread and
* other threads.
*
* @author Godmar Back
*/
import java.io.*;
class OverflowTester extends Thread
{
www.eeworm.com/read/167133/5469471
java threadstop.java
/*
* ThreadStop.java
*
* Test stopping various threads.
*
* Courtesy Pat Tullmann (tullmann@cs.utah.edu)
*/
class ThreadStop_BlockThread
extends Thread
{
String blocker = "blocker";
public
www.eeworm.com/read/344386/3211013
pl fork_big.pl
#!/usr/bin/perl -w
#
# This is a test with uses many processes to test a MySQL server.
#
# Tested a lot with: --threads=30
$opt_loop_count=500000; # Change this to make test harder/easier
#########
www.eeworm.com/read/344386/3211032
pl fork_big2.pl
#!/usr/bin/perl -w
#
# This is a test with uses many processes to test a MySQL server.
#
# Tested a lot with: --threads=30
$opt_loop_count=500000; # Change this to make test harder/easier
#########