代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/147331/5731618
h queue.h
/* Linuxthreads - a simple clone()-based implementation of Posix */
/* threads for Linux. */
/* Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@i
www.eeworm.com/read/147331/5731832
h queue.h
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/147331/5732423
h queue.h
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/146450/5737459
java queue.java
/*
* This code is from the book:
*
* Winder, R and Roberts, G (2000) Developing Java
* Software, second edition, John Wiley & Sons.
*
* It is copyright (c) 2000 Russel Winder and Graham
www.eeworm.com/read/144312/5751113
h queue.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/144312/5751117
c queue.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/144312/5751127
h queue.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/144312/5751131
c queue.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/144216/5752174
t queue.t
use Thread;
use Thread::Queue;
$q = new Thread::Queue;
sub reader {
my $tid = Thread->self->tid;
my $i = 0;
while (1) {
$i++;
print "reader (tid $tid): waiting for element $i...\n";
m
www.eeworm.com/read/144216/5752178
pm queue.pm
package Thread::Queue;
use Thread qw(cond_wait cond_broadcast);
=head1 NAME
Thread::Queue - thread-safe queues
=head1 SYNOPSIS
use Thread::Queue;
my $q = new Thread::Queue;
$q->enqueue