代码搜索:Threads

找到约 7,387 项符合「Threads」的源代码

代码结果 7,387
www.eeworm.com/read/228150/14399508

txt pt-mainpage.txt

/** \mainpage The Protothreads Library \author Adam Dunkels Protothreads are a type of lightweight stackless threads designed for severly memory constrained systems such as deeply em
www.eeworm.com/read/223685/14619314

txt pthread_mutexattr_getprioceiling.txt

pthread_mutexattr_getprioceiling Subroutine Purpose Returns the value of the prioceiling attribute of a mutex attributes object. Library Threads Library (libpthreads.a) Syntax #include
www.eeworm.com/read/486755/1247331

java banking.java

package examples.threads.bank; /** * A class to demonstrate wait and notify methods */ public class Banking { /** The test method for the class * @param args[0] Time in seconds fo
www.eeworm.com/read/486755/1247334

java bankaccount.java

package examples.threads.bank; /** A class to demonstrate wait and notify methods */ public class BankAccount { private int balance = 0; private boolean isOpen = true; /** The method
www.eeworm.com/read/482538/1287044

cc staticthreadsched.cc

/* * staticthreadsched.{cc,hh} -- element statically assigns tasks to threads * Eddie Kohler * * Copyright (c) 2004-2008 Regents of the University of California * * Permission is hereby granted,
www.eeworm.com/read/472280/1412620

h thread-impl.h

/* * thread-impl.h - this is the part of the ThreadInterface implementation * we want to expose (by means of injection into the abstraction threads.h) * * Use it only for two purposes: * (1) red
www.eeworm.com/read/470710/1455145

txt user story - autobuildindex.txt

Story: Auto build index every a few seconds Description: Currently forum administrator should run indexbuilder manually to add newly posted threads to index Extension: Use
www.eeworm.com/read/470710/1455150

txt user story - searchthreads.txt

Story: User can search threads by title, content or a certain user description: .index creation (update index every one day) if no index is created before (first time)
www.eeworm.com/read/240204/4577686

java simplereentrantlockloops.java

/* * @test * @synopsis multiple threads using a single ReentrantLock */ /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain
www.eeworm.com/read/237220/4630001

cpp qs_port.cpp

////////////////////////////////////////////////////////////////////////////// // Product: QS/C++ port to 80x86, Linux/P-threads, g++ // Last Updated for Version: 3.1.06 // Date of the Last Update: