代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/227896/4767690
cpp thread.cpp
#include
#include
#include "struct.h"
#include "pool.h"
#include "netmsg.h"
HANDLE iocp;
SOCKET slisten;
int sport = 5500;
CInordPool olexPoo
www.eeworm.com/read/227684/4770056
sml thread.sml
(* thread.sml
*
* COPYRIGHT (c) 1995 AT&T Bell Laboratories.
* COPYRIGHT (c) 1989-1991 John H. Reppy
*)
structure Thread : sig
include THREAD
val defaultExnHandler : (exn -> unit) ref
www.eeworm.com/read/227684/4770065
sml thread.sml
Decl 8
sThread.sqsR.vRepTypes.;-;sS.vScheduler.;-;rR.S.Word.Int.Event.SMLofNJ.;;+sqov$THREAD.;;;;
www.eeworm.com/read/221464/4830100
cpp thread.cpp
// Copyright (C) 2001-2003
// William E. Kempf
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
//
www.eeworm.com/read/221464/4830114
cpp thread.cpp
// Copyright (C) 2001-2003
// William E. Kempf
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
//
www.eeworm.com/read/218254/4863400
c thread.c
/* thread.c - deal with thread subsystem */
/* $OpenLDAP: pkg/ldap/servers/slapd/back-monitor/thread.c,v 1.29.2.6 2007/01/02 21:44:05 kurt Exp $ */
/* This work is part of OpenLDAP Software
www.eeworm.com/read/216802/4880699
c thread.c
#include
#if 0
/*
* @unimplemented
*/
unsigned long _beginthread(
void (__cdecl *start_address)(void*),
unsigned stack_size,
void* arglist)
{
__set_errno ( EN
www.eeworm.com/read/216802/4881047
c thread.c
/*
* msvcrt.dll thread functions
*
* Copyright 2000 Jon Griffiths
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Pu
www.eeworm.com/read/216802/4881903
c thread.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/ke/i386/thread.c
* PURPOSE: i386 Thread Context Creation
*
www.eeworm.com/read/216802/4882792
h thread.h
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS HTTP Daemon
* FILE: include/thread.h
*/
#ifndef __THREAD_H
#define __THREAD_H
#include