Home
last modified time | relevance | path

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

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