代码搜索:Threads

找到约 7,387 项符合「Threads」的源代码

代码结果 7,387
www.eeworm.com/read/217341/4873205

c queue.c

#include #include /* This example uses the queue element to create a buffer between 2 elements. * The scheduler automatically uses 2 threads, 1 to feed and another to consume
www.eeworm.com/read/213877/4910556

makefile

# # Makefile # # Make file for OpenH323 support layer # # Verify those options with main Makefile STDCCFLAGS += -DNDEBUG STDCCFLAGS += $(shell grep ^DEBUG_THREADS ../../Makefile | sed -e "s/^DEBUG_TH
www.eeworm.com/read/190666/5180545

java thread_join.java

// Many threads join a single thread. // Origin: Bryce McKinlay class Sleeper implements Runnable { int num = -1; public Sleeper(int num) { this.num = num; }
www.eeworm.com/read/171576/5393939

java demo3.java

/** * * * 版本信息: * 类 名: * 功能描述: * 作者:Jiang Wu * 日期:2005-10-9 * 模块标识:@ */ public class Demo3 { public static void main(String []args) { ThreadS
www.eeworm.com/read/167133/5469123

am makefile.am

# Makefile.frag for kaffevm with BeOS native threads. # # Copyright (c) 1996, 1997, 1998, 1999 # Transvirtual Technologies, Inc. All rights reserved. # # See the file "license.terms" for information
www.eeworm.com/read/167133/5469128

frag makefile.frag

# Makefile.frag for kaffevm with BeOS native threads. # # Copyright (c) 1996, 1997, 1998, 1999 # Transvirtual Technologies, Inc. All rights reserved. # # See the file "license.terms" for information
www.eeworm.com/read/167133/5469392

java readerreadvoidtest.java

// ReaderReadVoidTest.java // Submitted by Dalibor Topic /* Tests whether Reader.read() has a race condition. Two threads read from the same reader, and if there is a r
www.eeworm.com/read/162614/5516321

c gthr-win32.c

/* Implementation of W32-specific threads compatibility routines for libgcc2. */ /* Copyright (C) 1999, 2000, 2002, 2004 Free Software Foundation, Inc. Contributed by Mumit Khan
www.eeworm.com/read/349092/3147857

js jtop.js

/* * This code is "ported" from JTop demo. This file defines * 'jtop' function. jtop prints threads sorting by CPU time. * jtop can be called once or periodically from a timer thread. * To call
www.eeworm.com/read/340665/3272518

c gthr-win32.c

/* Implementation of W32-specific threads compatibility routines for libgcc2. */ /* Copyright (C) 1999, 2000, 2002 Free Software Foundation, Inc. Contributed by Mumit Khan