代码搜索:Threads

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

代码结果 7,387
www.eeworm.com/read/383940/2605871

h poolthread.h

#ifndef _POOL_THREAD_H_ #define _POOL_THREAD_H_ #ifndef NUM_POOL_THREADS #define NUM_POOL_THREADS 5 #endif #ifndef POOL_THREAD_STACK_SIZE #define POOL_THREAD_STACK_SIZE 200 #endif #endif
www.eeworm.com/read/366702/2883550

c clause-2.c

/* PR c/34506 */ /* { dg-do compile } */ #define p parallel void foo (int x) { #pragma omp p num_threads (4) if (1) private (x) ; #pragma omp p num_threads(4)if(1)private(x) ; #pragma omp p
www.eeworm.com/read/252364/4409376

java daemons.java

//: c13:Daemons.java // Daemon threads spawn other daemon threads. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. import jav
www.eeworm.com/read/111741/15504370

html early.html

Early Reply Threads Early Reply Threads Some
www.eeworm.com/read/169684/9846166

c demo.c

/***************************************************************************** * demo.c - demonstrates the implementation of a Wind River pSOS+ (R) * application in a POSIX Threads envir
www.eeworm.com/read/169684/9846205

c demo.c

/***************************************************************************** * demo.c - demonstrates the implementation of a Wind River pSOS+ (R) * application in a POSIX Threads envir
www.eeworm.com/read/253602/12210406

txt microsoft wins remote operating system and service pack scanner.txt

/* HAT-SQUAD WINS VULNERABILITY/OS SCANNER ------------------------------------ ------------------------------------ Note: ---------------- By default, nothing printed on screen, 200 threads
www.eeworm.com/read/219389/14883020

h intf_msg.h

/***************************************************************************** * intf_msg.h: messages interface * This library provides basic functions for threads to interact with user * interface
www.eeworm.com/read/219389/14883107

c intf_msg.c

/***************************************************************************** * intf_msg.c: messages interface * This library provides basic functions for threads to interact with user * interface
www.eeworm.com/read/312989/3647121

txt cat35d8de9f014a.txt

The java package includes classes to support interfaces with remote objects, multiple threads of execution, and runnable code.