代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/229812/4737101
c thread01.c
#include
#include
#include
#include
#include "fail.h"
#if defined( __NT__ ) && defined( __386__ )
#define WIN32_LEAN_AND_MEAN
#include
www.eeworm.com/read/229812/4737130
c thread02.c
#include "fail.h"
#if defined( __NT__ ) && defined( __386__ )
#define TLS __declspec( thread )
struct A {
int a;
int b;
int c;
};
TLS struct A v;
void set() {
v.a =
www.eeworm.com/read/229812/4738891
c thread01.c
#include
#include
#include
#include
#include "fail.h"
#if defined( __NT__ ) && defined( __386__ ) && ( __WATCOM_REVISION__ >= 8 )
#define WIN3
www.eeworm.com/read/229812/4739017
c thread02.c
#include "fail.h"
#if defined( __NT__ ) && defined( __386__ ) && ( __WATCOM_REVISION__ >= 8 )
#define TLS __declspec( thread )
struct A {
int a;
int b;
int c;
int foo(int
www.eeworm.com/read/227684/4770093
sml thread-sig.sml
(* threads-sig.sml
*
* COPYRIGHT (c) 1995 AT&T Bell Laboratories.
* COPYRIGHT (c) 1989-1991 John H. Reppy
*)
signature THREAD =
sig
type 'a event
type thread_id
val getTid : unit -
www.eeworm.com/read/225951/4791607
c sdl_thread.c
/*
SDL - Simple DirectMedia Layer
Copyright (C) 1997-2006 Sam Lantinga
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser Genera
www.eeworm.com/read/221464/4830066
cpp thread_cleanup.cpp
// Copyright (C) 2001
// Mac Murrett
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided t
www.eeworm.com/read/221464/4830083
hpp thread_cleanup.hpp
// Copyright (C) 2001
// Mac Murrett
//
// Permission to use, copy, modify, distribute and sell this software
// and its documentation for any purpose is hereby granted without fee,
// provided t
www.eeworm.com/read/221464/4830110
cpp thread_group.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,
//