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

/frameworks/wilhelm/tests/sandbox/
H A Dmultithread.c42 void *thread_start(void *param) function
155 ok = pthread_create(&threads[i], (const pthread_attr_t *) NULL, thread_start,
/frameworks/native/libs/binder/tests/
H A Dschd-dbg.cpp281 static void* thread_start(void* p) { function
314 ASSERT(!pthread_create(&thread, &attr, &thread_start, &thread_priv));

Completed in 71 milliseconds