Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for child1Started (0.31 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/operations/MaxWorkersTest.groovy

                            spec.instant.child2Started
                            spec.thread.block()
                            spec.instant.child2Finished
                        }
                    })
                })
                outer.leaseFinish()
            }
    
            then:
            instant.child2Started > instant.child1Finished || instant.child1Started > instant.child2Finished
    
            cleanup:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  2. platforms/core-runtime/build-operations/src/test/groovy/org/gradle/internal/operations/DefaultBuildOperationRunnerTest.groovy

                            instant.child1Started
                            thread.blockUntil.child2Started
                        })
                    })
                }
                start {
                    operationRunner.run(runnableBuildOperation("<parent-2>") {
                        operationRunner.run(runnableBuildOperation("<child-2>") {
                            instant.child2Started
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 15:56:07 UTC 2024
    - 29.3K bytes
    - Viewed (0)
Back to top