Searched refs:waitType (Results 1 – 5 of 5) sorted by relevance
24 XCTAssertEqual(delegate.options.waitType, .passive) in testInitDefaultGPUDelegateOptions()30 options.waitType = .active in testInitWithCustomGPUDelegateOptions()33 XCTAssertEqual(delegate.options.waitType, .active) in testInitWithCustomGPUDelegateOptions()70 XCTAssertEqual(options.waitType, .passive) in testInitWithDefaultValues()76 options.waitType = .active in testInitWithCustomValues()78 XCTAssertEqual(options.waitType, .active) in testInitWithCustomValues()90 options1.waitType = .none in testEquatable()91 options2.waitType = .none in testEquatable()98 options1.waitType = .aggressive in testEquatable()
37 delegateOptions.wait_type = options.waitType.cWaitType62 public var waitType: ThreadWaitType = .passive variable
56 @property(nonatomic) TFLMetalDelegateThreadWaitType waitType;
63 switch (options.waitType) {
253 options.waitType = .passive267 options.waitType = TFLMetalDelegateThreadWaitTypePassive;