Home
last modified time | relevance | path

Searched refs:ABANDONED (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dfuture.h85 return fut_ ? fut_->GetState() : IFuture::ABANDONED; in GetState()
89 return fut_ ? fut_->Wait() : IFuture::ABANDONED; in Wait()
93 return fut_ ? fut_->WaitFor(time) : IFuture::ABANDONED; in WaitFor()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dfuture.cpp61 if (state_ == IFuture::ABANDONED) { in Then()
91 state_ = IFuture::ABANDONED; in Cancel()
144 state_ = IFuture::ABANDONED; in SetAbandoned()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_future.h57 ABANDONED /// The underlying task was abandoned, Wait does not block and Get returns nullptr enumerator

Completed in 2 milliseconds