Searched refs:th (Results 1 – 2 of 2) sorted by relevance
65 pthread_t th; member107 pthread_create(&(t->th), NULL, run_sdcard_fuse, t); in start_sdcard_fuse()139 pthread_join(t->th, NULL); in finish_sdcard_fuse()
129 pthread_t th; in process_key() local134 pthread_create(&th, NULL, &RecoveryUI::time_key_helper, info); in process_key()135 pthread_detach(th); in process_key()