代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/205946/15303058
c thrdterm.c
/*
* ThrdTerm.c
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 5, Listing 5-1
*
* Demonstrates how to request threads to exit.
*
* Build command: cl
www.eeworm.com/read/10438/186478
cpp xalloc.cpp
// MINITHREADS
#include
#include
namespace stdext {
namespace threads {
_CRTIMP2_PURE void __CLRCALL_PURE_OR_CDECL _Mtx_new(void *& _Ptr) {
_Ptr
www.eeworm.com/read/493646/1164551
py urlthread.py
# -- coding: utf-8
""" urlthread.py - Url thread downloader module.
Has two classes, one for downloading of urls and another
for managing the url threads.
This module is part of the Harve
www.eeworm.com/read/489717/1210765
readme
Mutithreading testing area.
Since this stuff is very very platorm specific, this is not part of the
normal build. Have a read of doc/threads.doc.
mttest will do some testing and will currently buil
www.eeworm.com/read/480440/1317847
java simulsendrecv.java
package mpi.threads ;
import mpi.*;
import java.util.Arrays;
public class SimulSendRecv {
int DATA_SIZE = 100;
public SimulSendRecv() {
}
public SimulSendRecv(String arg
www.eeworm.com/read/480440/1317850
jomp multiplexnocomm.jomp
package mpi.threads ;
import mpi.*;
import java.util.Arrays;
public class MultiplexNoComm {
int DATA_SIZE= 512*1024 ;
int REPEAT = 200 ;
public MultiplexNoComm () {
}
www.eeworm.com/read/479931/1327442
c sigreturn2.c
/* Check that TRT happens for spurious sigreturn calls. Multiple threads.
#notarget: cris*-*-elf
#cc: additional_flags=-pthread
#xerror:
#output: Invalid sigreturn syscall: no signal handler active (
www.eeworm.com/read/479931/1327963
exp manythreads.exp
# manythreads.exp -- Expect script to test stopping many threads
# Copyright (C) 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or
www.eeworm.com/read/479931/1327968
exp multi-create.exp
# multi-create.exp -- Test creating many threads in parallel
# Copyright (C) 2007, 2008 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it unde