Searched refs:pthread (Results 1 - 8 of 8) sorted by relevance

/bootable/recovery/
H A Dscreen_ui.h20 #include <pthread.h>
H A Dui.h21 #include <pthread.h>
H A Dfuse_sdcard_provider.c20 #include <pthread.h>
H A Dui.cpp20 #include <pthread.h>
H A Dfuse_sideload.c50 #include <pthread.h>
H A Dscreen_ui.cpp20 #include <pthread.h>
/bootable/recovery/minadbd/
H A Dsysdeps.h268 #include <pthread.h>
417 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) argument
424 return pthread_create( pthread, &attr, start, arg );
/bootable/recovery/updater/
H A Dblockimg.c21 #include <pthread.h>

Completed in 88 milliseconds