代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/170967/9777948
c tx_ba.c
/**************************************************************************/
/* */
/* Copyright (c) 1996-2000 by E
www.eeworm.com/read/148118/12492500
dpr dllentry.dpr
library DLLEntry;
uses
SysUtils,
Classes,
Dialogs,
Windows;
{$R *.res}
procedure DLLEntryPoint(dwReason : DWord);
begin
case dwReason of
DLL_PROCESS_ATTACH : showMessage(
www.eeworm.com/read/249326/12510454
h net_send.h
#ifndef __NET_SEND_H__
#define __NET_SEND_H__
#define MAX_CONNECTED 10
#define MAX_CONNECTED_NO 20
#define FIFO 1
#define MULTICAST_SEND_PORT 20001
#define UDP_SEND_PORT 20002
int init_tc
www.eeworm.com/read/247568/12641211
h common.h
/* -*- linux-c -*-
Copyright (C) 2004 Tom Szilagyi
This program is free software; you can redistribute it and/or modify
it under the te
www.eeworm.com/read/135581/13918949
c background.c
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright (C) 2001 Red Hat, Inc.
*
* Created by David Woodhouse
*
* The original JFFS, from which the de
www.eeworm.com/read/135252/13948237
cpp write_first.cpp
//
//
//******** 作者: happy_zh ********//
//
//********************************操作系统实验一 *****************************//
//
//***************************进程同步的读者-写者问题***********************
www.eeworm.com/read/113031/15471904
c tident.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/103653/15727237
c background.c
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright (C) 2001 Red Hat, Inc.
*
* Created by David Woodhouse
*
* The original JFFS, from which the de
www.eeworm.com/read/179388/9359469
h hidclient.h
#ifndef HID_CLIENT_H
#define HID_CLIENT_H
#ifdef __cplusplus
extern "C" {
#endif
#include "hid.h"
#define WM_UNREGISTER_HANDLE WM_USER+1
#define WM_DISPLAY_READ_DATA WM_USER+2
#d
www.eeworm.com/read/163678/10150031
cpp fork.cpp
//FILE:fork.cpp (systemc)
//# vim600:sw=2:tw=0:fdm=marker
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//See Fork.h for more information
//~~~~~~~~~~~~~~~~~~~~~~~~~~