代码搜索:computations
找到约 357 项符合「computations」的源代码
代码结果 357
www.eeworm.com/read/240204/4577700
java cancelledlockloops.java
/*
* @test
* @summary tests lockInterruptibly
* Checks for responsiveness of locks to interrupts. Runs under that
* assumption that ITERS_VALUE computations require more than TIMEOUT
* msecs
www.eeworm.com/read/240204/4577720
java timeoutmutexloops.java
/*
* @test
* Checks for responsiveness of locks to timeouts. Runs under the
* assumption that ITERS computations require more than TIMEOUT msecs
* to complete, which seems to be a safe assumpt