代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/333438/12681772
h ehci.h
/*
* Copyright (c) 2001-2002 by David Brownell
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
www.eeworm.com/read/140461/13079358
h snmp_pp.h
/*===================================================================
Copyright (c) 1999
Hewlett-Packard Company
ATTENTION: USE OF THIS SOFTWARE IS SUBJECT TO THE FOLLOWING TERMS.
Permissi
www.eeworm.com/read/139457/13155430
c serial.c
/*
* linux/drivers/char/serial.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
* Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997,
* 1998, 1999 Theodore Ts'o
*
* Extensively rewritten by
www.eeworm.com/read/313201/13592340
v 95tasks.v
// ------------------------------------------------
// Verilog STD 1364-1995 system tasks and functions
// ------------------------------------------------
// Display tasks see LRM 14.1, p. 173
www.eeworm.com/read/147766/5721334
c vacserial.c
/*
* vacserial.c: VAC UART serial driver
* This code stealed and adopted from linux/drivers/char/serial.c
* See that for author info
*
* Copyright (C) 1998 Gleb Raiko &
www.eeworm.com/read/147766/5724346
h ehci.h
/*
* Copyright (c) 2001-2002 by David Brownell
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
www.eeworm.com/read/144216/5752185
t die2.t
use Thread 'async';
$t = async {
sleep 1;
print "here\n";
die "success if preceded by 'thread died...'";
print "shouldn't get here\n";
};
print "joining...\n";
@r = eval { $t->join;
www.eeworm.com/read/144216/5752191
t die.t
use Thread 'async';
$t = async {
print "here\n";
die "success";
print "shouldn't get here\n";
};
sleep 1;
print "joining...\n";
eval { @r = $t->join; };
if ($@) {
print "thread died
www.eeworm.com/read/137691/5820956
nc cc2420control.nc
/* tab:4
*
*
* "Copyright (c) 2000-2002 The Regents of the University of California.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
www.eeworm.com/read/137691/5821575
nc hplspim.nc
// $Id: HPLSpiM.nc,v 1.4 2004/06/10 01:31:50 jpolastre Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permissio