代码搜索:Threads

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

代码结果 7,387
www.eeworm.com/read/139291/5804920

h ap_mpm.h

/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in c
www.eeworm.com/read/137626/5823201

c select.c

/* File descriptors managment and switching */ /* $Id: select.c,v 1.48.6.3 2005/04/05 21:08:42 jonas Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #
www.eeworm.com/read/136989/5827616

cpp barrier.cpp

// barrier.cpp,v 1.5 1999/09/22 03:13:56 jcej Exp #include "Barrier_i.h" #include "ace/Task.h" /* We'll use a simple Task derivative to test our new Barrier object. */ class Test : pu
www.eeworm.com/read/136989/5835512

pl run_test.pl

eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' & eval 'exec perl -S $0 $argv:q' if 0; # run_test.pl,v 1.1 2003/01/25 23:30:39 bala Exp # -*- perl -*- use lib '../../../../..
www.eeworm.com/read/136989/5835986

pl process-m-output.pl

# process-m-output.pl,v 1.2 2001/03/05 03:23:47 brunsch Exp # -*- perl -*- eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' & eval 'exec perl -S $0 $argv:q' if 0; # This is a Perl
www.eeworm.com/read/136072/5874477

h pthreadtypes.h

/* Linuxthreads - a simple clone()-based implementation of Posix */ /* threads for Linux. */ /* Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@i
www.eeworm.com/read/136072/5874589

s syscall.s

/* * June 27, 2001 Manuel Novoa III * * This is a heavily modified version of gcc's output for the _syscall5 macro. * The idea (originally from dietlibc) is that all syscall functions
www.eeworm.com/read/135153/5887154

c ecos_app.c

/* * Written 1999-03-19 by Jonathan Larmour, Cygnus Solutions * Modifed for touchscreen testing by Richard Panton 13-09-00 * This file is in the public domain and may be used for any purpose */
www.eeworm.com/read/133772/5901156

c mutex3.c

//========================================================================== // // mutex3.cxx // // Mutex test 3 - priority inheritance // //=======================================
www.eeworm.com/read/131283/5947076

cpp maxthreads.cpp

#include #include # include using namespace std; using namespace GradSoft; class LightThread: public Thread { int n_; public: LightThread(int n):n_(