代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/355882/10242017
in thread3.conf.in
# /usr/local/etc/thread3.conf
#
# This config file was generated by @PACKAGE_NAME@ @PACKAGE_VERSION@
###########################################################
# Capture device options
##########
www.eeworm.com/read/163007/10253394
c port_thread.c
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc2543-)
Copyright (C) 2001 Aymeric MOIZARD jack@atosc.org
This library is free software; you can redistribute it and/or
www.eeworm.com/read/355478/10262502
class server_thread.class
www.eeworm.com/read/162172/10329489
c aodv_thread.c
/***************************************************************************
aodv_thread.c - description
-------------------
begin
www.eeworm.com/read/162172/10329635
h aodv_thread.h
/***************************************************************************
aodv_thread.h - description
-------------------
begin
www.eeworm.com/read/162078/10338269
cpp simple_thread.cpp
#include
// This is a child thread procedure that waits for a semaphore,
// holds the semaphore for five seconds, and releases the semaphore.
// Threads that cannot get semaphores w
www.eeworm.com/read/162078/10338273
mak simple_thread.mak
# Nmake macros for building Windows 32-Bit apps
all: Simple~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/280329/10338627
pas unit_thread.pas
unit Unit_thread;
interface
uses
Windows,Classes,IdHTTP,SysUtils,IniFiles,ADODB,Unit_Const;
type
TWeatherThread = class(TThread)
protected
procedure execute;override;
pr