代码搜索:started
找到约 5,214 项符合「started」的源代码
代码结果 5,214
www.eeworm.com/read/273217/10922607
cpp thread.cpp
#include "thread.h"
namespace util
{
Thread::Thread(void)
{
AutoLock lock(&m_cs);
m_started = false;
m_id = 0;
}
Thread::~Thread(void)
{}
inline pthread_t Thread::id() const
{
AutoLock lock(&m
www.eeworm.com/read/454076/7401513
c jpegmain.c
// 注释cdy处涉及将原来720*480的缓充区该成720*576 [20041003]
#include
#include
#include
#include
#include
#include
#include "appMain.h"
#include "
www.eeworm.com/read/447899/7544258
v data_scanc.v
module data_scanC
( sys_clk,
k_data,
k_clock,
reset,
data,
PA,
ZHJS
);
input sys_clk;
input k_data;
input k_clock;
input reset;
output [7:0] data;
inout [7:0] PA;
inout
www.eeworm.com/read/333725/12663132
java input.java
import java.io.IOException;
import java.io.InputStream;
public class Input extends Filter
{
private InputStream in_;
public Input(InputStream in, Pipe output)
{
super(null
www.eeworm.com/read/330995/12857654
makefile
# Rules for making the NTFS driver
O_TARGET := ntfs.o
obj-y := fs.o sysctl.o support.o util.o inode.o dir.o super.o attr.o unistr.o
obj-m := $(O_TARGET)
# New version format started 3 February 2
www.eeworm.com/read/140582/5786342
sh westinit.sh
route delete -net 192.0.2.0 netmask 255.255.255.0
route delete -net default
route add -net default gw 192.1.2.23
ipsec setup start
/testing/pluto/bin/wait-until-pluto-started
ipsec auto --add us-to
www.eeworm.com/read/140582/5786513
sh eastinit.sh
route delete -net 192.0.1.0 netmask 255.255.255.0
route delete -net default
route add -net default gw 192.1.2.45
ipsec setup start
/testing/pluto/bin/wait-until-pluto-started
ipsec auto --add clear
www.eeworm.com/read/140582/5786514
sh westinit.sh
route delete -net 192.0.2.0 netmask 255.255.255.0
route delete -net default
route add -net default gw 192.1.2.23
ipsec setup start
/testing/pluto/bin/wait-until-pluto-started
ipsec auto --add us-to
www.eeworm.com/read/140582/5786661
sh eastinit.sh
#!/bin/sh
ipsec setup stop
umount /var/tmp; mount /var/tmp
umount /usr/local; mount /usr/local
export TESTNAME=xauth-pluto-05
source /testing/pluto/bin/eastlocal.sh
ipsec setup start
ipsec auto --a