代码搜索:Threads

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

代码结果 7,387
www.eeworm.com/read/347553/7125652

c stat_sigwait.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, J
www.eeworm.com/read/136989/5827028

run_test

#! /bin/sh # run_test,v 4.3 1998/10/09 21:27:47 naga Exp # # Spawns CPP-inserver-fancy and CPP-inclient executables on a single host. usage="usage: $0 #client_threads" user=`whoami` iteratio
www.eeworm.com/read/104260/6204753

frag config.frag

# # s390/Linux configuration (clone from i386/linux/config.frag by ROSSP) # host_cpu=s390 host_os=linux #if test x"$with_threads" = x"linux-threads" ; then if test x"$with_threads" = x"unix-pthreads"
www.eeworm.com/read/100926/6263167

run_test

#! /bin/sh # run_test,v 4.3 1998/10/09 21:27:47 naga Exp # # Spawns CPP-inserver-fancy and CPP-inclient executables on a single host. usage="usage: $0 #client_threads" user=`whoami` iteratio
www.eeworm.com/read/486859/6531024

c pool.c

#include "ocilib.h" #define MAX_THREADS 50 #define MAX_CONN 10 #define SIZE_STR 260 void worker(OCI_Thread *thread, void *data) { OCI_Connection *cn = OCI_ConnPoolGetConnection(data
www.eeworm.com/read/407230/11423516

c futex.c

/* * Futex demonstration program * matthewc@cse.unsw.edu.au */ #include #include #include #include #include typedef uint32_t u32; /* work
www.eeworm.com/read/207008/15284165

c pthread_stop_world.c

#include "private/pthread_support.h" #if defined(GC_PTHREADS) && !defined(GC_SOLARIS_THREADS) \ && !defined(GC_IRIX_THREADS) && !defined(GC_WIN32_THREADS) \ && !defined(GC_DARWIN_THREADS) &
www.eeworm.com/read/113031/15471941

c stat_sigwait.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/106995/15615152

cpp main.cpp

/* This file is part of AirFart. AirFart is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Fo
www.eeworm.com/read/136989/5828217

h options.h

/* -*- c++ -*- */ // Options.h,v 1.1 2003/11/25 07:33:10 kobica Exp #ifndef JAWS_OPTIONS_H #define JAWS_OPTIONS_H #include "ace/OS.h" #include "ace/Singleton.h" #include "ace/Synch.h" #in