代码搜索:queue

找到约 10,000 项符合「queue」的源代码

代码结果 10,000
www.eeworm.com/read/121361/6068125

java segmentmerger.java

package org.apache.lucene.index; /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2001 The Apache Software Found
www.eeworm.com/read/119864/6081467

c msgq.c

#include #include #include "ipc.h" #ifdef L_msgctl /* Message queue control operation. */ int msgctl (int msqid, int cmd, struct msqid_ds *buf) { return __ipc(IPCOP_msgctl
www.eeworm.com/read/117567/6101470

java asyncmessagequeue.java

package ranab.util; /** * Simple message queue implementation. * * @author Rana Bhattacharyya */ public class AsyncMessageQueue implements Runnable
www.eeworm.com/read/116971/6112178

java deadlockqueue.java

// Page 198 class DeadlockQueue extends WorkQueue { protected void processItem(final Object workItem) throws InterruptedException { // Create a new thread that returns wo
www.eeworm.com/read/116971/6112179

java workqueue.java

// Page 196 import java.util.*; public abstract class WorkQueue { private final List queue = new LinkedList(); private boolean stopped = false; protected WorkQueue() { new Worke
www.eeworm.com/read/116971/6112180

java displayqueue.java

// Page 198 class DisplayQueue extends WorkQueue { protected void processItem(Object workItem) throws InterruptedException { System.out.println(workItem); Thread
www.eeworm.com/read/116211/6113400

java pooledexecutor.java

/* * Copyright (c) 2003, 2004 Rafael Steil * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that th
www.eeworm.com/read/114609/6123303

java resourceeventqueue.java

// ResourceEventQueue.java // $Id: ResourceEventQueue.java,v 1.5 2000/10/13 16:37:58 bmahe Exp $ // (c) COPYRIGHT MIT and INRIA, 1997. // Please first read the full copyright statement in file COPYR
www.eeworm.com/read/113245/6132850

java packetqueue.java

// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html // Decompiler options: packimports(3) fieldsfirst ansi
www.eeworm.com/read/111374/6154651

3 sdl_seteventfilter.3

.TH "SDL_SetEventFilter" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference" .SH "NAME" SDL_SetEventFilter\- Sets up a filter to process all events before they are posted to the event queue\&. .SH