代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/111979/15498118
htm read.cgi-read=10189.htm
Re: Q: Is there a SendMessage for Threads?
www.eeworm.com/read/111979/15498464
htm read.cgi-read=10132.htm
Re: Q: Is there a SendMessage for Threads?
www.eeworm.com/read/354568/10345289
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by MNist.rc
//
#define IDR_CNTR_INPLACE 6
#define IDD_ABOUTBOX 100
#define I
www.eeworm.com/read/431556/8667747
cpp trdlocal.cpp
// trdlocal.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "trdlocal.h"
#ifdef THREADS_AVAILABLE
NAMESPACE_BEGIN(CryptoPP)
ThreadLocalStorage::Err::Err(const st
www.eeworm.com/read/385844/8786235
cc main.cc
#define MAIN
#include "copyright.h"
#undef MAIN
#include "utility.h"
#include "system.h"
#ifdef THREADS
extern int testnum;
#endif
// External functions used by this file
extern void ThreadTest(vo
www.eeworm.com/read/428855/8832578
c ring_buffer.c
#include
#include
#include
#include
#include
/*
* The program reads from a text file, each of the threads takes that message
* and wri
www.eeworm.com/read/179967/9326094
c test04.c
/* test readline() */
#include "unpthread.h"
static char *infile; /* from argv[1]; read-only by threads */
void *
myfunc(void *ptr)
{
int i, fdin;
char buf[MAXLINE];
FILE *fpout;
snprintf(buf
www.eeworm.com/read/179967/9326095
c example01.c
#include "unpthread.h"
#define NLOOP 5000
int counter; /* incremented by threads */
void *doit(void *);
int
main(int argc, char **argv)
{
pthread_t tidA, tidB;
Pthread_create(&tidA, NULL, &
www.eeworm.com/read/360615/10084757
cpp trdlocal.cpp
// trdlocal.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#ifdef THREADS_AVAILABLE
#include "trdlocal.h"
#ifdef HAS_WINTHREADS
#inclu
www.eeworm.com/read/359577/10136023
cpp trdlocal.cpp
// trdlocal.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#ifdef THREADS_AVAILABLE
#include "trdlocal.h"
#ifdef HAS_WINTHREADS
#inclu