MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / Status_ThreadPoolError

Function Status_ThreadPoolError

tiledb/common/exception/status.h:387–389  ·  view source on GitHub ↗

Return a Status_ThreadPoolError error class Status with a given message * **/

Source from the content-addressed store, hash-verified

385/** Return a Status_ThreadPoolError error class Status with a given message
386 * **/
387inline Status Status_ThreadPoolError(const std::string& msg) {
388 return {"[TileDB::ThreadPool] Error", msg};
389}
390/** Return a Status_DenseTilerError error class Status with a given message
391 * **/
392inline Status Status_DenseTilerError(const std::string& msg) {

Callers 2

wait_all_statusMethod · 0.85
waitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected