代码搜索:Threads

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

代码结果 7,387
www.eeworm.com/read/479931/1327979

c tls.c

/* BeginSourceFile tls.c This file creates and deletes threads. It uses thread local storage variables too. */ #include #include #include #include #inc
www.eeworm.com/read/479151/1342769

h hardirq.h

#ifndef __ASM_HARDIRQ_H #define __ASM_HARDIRQ_H #include #include #include /* softirq.h is sensitive to the offsets of these fields */ typedef stru
www.eeworm.com/read/459217/1572375

java threadsdao.java

package cn.jsprun.dao.posts; import java.util.List; import java.util.Map; import cn.jsprun.domain.Threads; import cn.jsprun.struts.form.posts.ThreadsForm; public interface ThreadsDao {
www.eeworm.com/read/250753/4427143

java peerlist.java

// PeerList.java // Starts broadcasting and receiving threads // and lists all IM peers in a window package com.deitel.advjhtp1.p2p; // Java core packages import java.awt.*; import java.awt.ev
www.eeworm.com/read/247212/4484356

cc client.cc

#include "bench.h" #include #include #include bench_ptr __bench; int __num; int __delay; int __thread_number; #ifdef HAVE_THREADS class Invoker : virtual public M
www.eeworm.com/read/247212/4484360

cc client.cc

#include "bench.h" #include #include #include bench_ptr __bench; int __num; int __delay; int __thread_number; #ifdef HAVE_THREADS class Invoker : virtual public M
www.eeworm.com/read/247212/4484427

cc server.cc

#include #include "simple.h" CORBA::ORB_ptr orb; #ifdef HAVE_THREADS #include "sighandler.h" // XXX: remove this once integrated into os-thread class SigCatcher : public MICOMT::SigHa
www.eeworm.com/read/246537/4493576

c strclithread.c

#include "unpthread.h" void *copyto(void *); static int sockfd; /* global for both threads to access */ static FILE *fp; void str_cli(FILE *fp_arg, int sockfd_arg) { char recvline[MAXLINE]; pth
www.eeworm.com/read/242732/4537617

c testthreadswin32.c

#include #include #include "libxml.h" #if defined(LIBXML_THREAD_ENABLED) && defined(LIBXML_CATALOG_ENABLED) #include #include #includ
www.eeworm.com/read/242657/4547824

cpp cpp-unserver.cpp

// $Id: CPP-unserver.cpp 63380 2005-01-21 02:19:20Z ossama $ // This example tests the features of the ACE_LSOCK_Acceptor and // ACE_LSOCK_Stream classes. If the platform supports threads it uses //