Searched refs:thrd_ (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/block/zxcrypt/
H A Dworker.h73 thrd_t thrd_; member in class:zxcrypt::final
H A Dworker.cpp63 if (thrd_create(&thrd_, WorkerRun, this) != thrd_success) {
187 thrd_join(thrd_, &rc);

Completed in 24 milliseconds