代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5935985
ipcmsg
#!/usr/bin/perl
eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
if 0;
require 'sys/ipc.ph';
require 'sys/msg.ph';
$| = 1;
$mode = shift;
die "usage: ipcmsg {r|s}\n" unless $mode =~ /^[rs]$/;
$send = ($m
www.eeworm.com/read/131315/5941220
hierarchy
#!/usr/local/bin/gawk -f
#**************************************************************************************
#
# hierarchy:
# This program takes an input file which defines a DAG
# and expands it
www.eeworm.com/read/130242/5962510
java pizzadelivery1.java
class PizzaDelivery1 {
/* The Pizza Delivery Program version 1 J M Bishop May 2000
* ====================================
*
* Works out the time for delivering pizzas based on
www.eeworm.com/read/130076/5965223
c pollq.c
/*
FreeRTOS V2.6.0 - Copyright (C) 2003 - 2005 Richard Barry.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify
it under the
www.eeworm.com/read/128531/5987696
c comminit.c
/*
* Adaptec AAC series RAID controller driver
* (c) Copyright 2001 Red Hat Inc.
*
* based on the old aacraid driver that is..
* Adaptec aacraid device driver for Linux.
*
* C
www.eeworm.com/read/127781/5998905
c commsup.c
/*
* Adaptec AAC series RAID controller driver
* (c) Copyright 2001 Red Hat Inc.
*
* based on the old aacraid driver that is..
* Adaptec aacraid device driver for Linux.
*
*
www.eeworm.com/read/127781/5998907
c comminit.c
/*
* Adaptec AAC series RAID controller driver
* (c) Copyright 2001 Red Hat Inc.
*
* based on the old aacraid driver that is..
* Adaptec aacraid device driver for Linux.
*
* C
www.eeworm.com/read/126765/6012636
c ioqlib.c
/* ioQLib.c - I/O queue library for async I/O */
/* Copyright 1984-1994 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01c,26jan94,kdl changed n
www.eeworm.com/read/124910/6036456
c tcflush.c
/* Copyright (C) 1993, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/124910/6036494
c tcflush.c
/* Copyright (C) 1991, 1992, 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it un