Searched refs:thread_start (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/utils/
H A DSkThreadUtils_win.cpp32 static DWORD WINAPI thread_start(LPVOID data) { function
55 thread_start, // thread function name (proxy)
H A DSkThreadUtils_pthread.cpp59 static void* thread_start(void* arg) { function
77 thread_start,
/external/compiler-rt/lib/safestack/
H A Dsafestack.cc125 /// Safe stack per-thread information passed to the thread_start function
137 static void *thread_start(void *arg) { function
203 return REAL(pthread_create)(thread, attr, thread_start, tinfo);
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.h225 static void thread_start(void *arg) { function
242 tid = (pthread_t)_beginthread(thread_start, NULL, 1024 * 1024, targ);
/external/openssh/
H A Dauth-pam.c188 void *(*thread_start)(void *), void *arg)
201 thread_start(arg);

Completed in 187 milliseconds