代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/160559/10518007
h args.h
/* args.h
An abstract class to pass values to maplay and other worker
threads.
From the Win32 API, we can only pass one 32-bit value to a thread. This will
be a pointer to a object of this c
www.eeworm.com/read/278507/10530139
c web01.c
/* include web1 */
#include "unpthread.h"
#include /* Solaris threads */
#define MAXFILES 20
#define SERV "80" /* port number or service name */
struct file {
char *f_name; /* filen
www.eeworm.com/read/278507/10530168
c web03.c
#include "unpthread.h"
#include /* Solaris threads */
#define MAXFILES 20
#define SERV "80" /* port number or service name */
struct file {
char *f_name; /* filename */
char *f_ho
www.eeworm.com/read/278507/10530245
c example02.c
#include "unpthread.h"
#define NLOOP 5000
int counter; /* incremented by threads */
pthread_mutex_t counter_mutex = PTHREAD_MUTEX_INITIALIZER;
void *doit(void *);
int
main(int argc, char **arg
www.eeworm.com/read/469590/6931968
makefile
# Makefile for threaded tcp chat server
# This rule describes how to build a .o file from a .c file
# -Wall tells gcc to print all warnings!
.c.o:
gcc -c -Wall $<
# we need the Posix threads libra
www.eeworm.com/read/466324/7033250
java exercise19_1.java
// Exercise19_1.java: Display output from three threads to text area
import javax.swing.*;
public class Exercise19_1 extends JFrame {
private JTextArea jta = new JTextArea();
public static
www.eeworm.com/read/438449/7731145
in makefile.in
# Generated automatically from Makefile.in by configure.
SHELL= @SHELL@
@SET_MAKE@
all: all-redirect
SUFFIXES:
SUBDIRS = starting moreio remotemem remotemem2 other spawn threads
all-redirect:
for
www.eeworm.com/read/196913/8042775
h args.h
/* args.h
An abstract class to pass values to maplay and other worker
threads.
From the Win32 API, we can only pass one 32-bit value to a thread. This will
be a pointer to a object of this c
www.eeworm.com/read/139738/13137022
java vmkernel.java
package nachos.vm;
import nachos.machine.*;
import nachos.threads.*;
import nachos.userprog.*;
import nachos.vm.*;
/**
* A kernel that can support multiple demand-paging user processes.
*/
public
www.eeworm.com/read/308441/13701410
h args.h
/* args.h
An abstract class to pass values to maplay and other worker
threads.
From the Win32 API, we can only pass one 32-bit value to a thread. This will
be a pointer to a object of this c