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

/fuchsia/zircon/system/dev/block/zxcrypt/
H A Dworker.h51 static int WorkerRun(void* arg) { return static_cast<Worker*>(arg)->Run(); } function in class:zxcrypt::final
H A Dworker.cpp63 if (thrd_create(&thrd_, WorkerRun, this) != thrd_success) {

Completed in 29 milliseconds