Searched refs:new_data_thread (Results 1 - 1 of 1) sorted by last modified time

/bootable/recovery/updater/
H A Dblockimg.c478 pthread_t new_data_thread; local
489 pthread_create(&new_data_thread, &attr, unzip_new_data, &nti);
748 pthread_join(new_data_thread, NULL);

Completed in 169 milliseconds