Searched refs:thread_start (Results 1 – 2 of 2) sorted by relevance
42 void *thread_start(void *param) in thread_start() function155 ok = pthread_create(&threads[i], (const pthread_attr_t *) NULL, thread_start, in main()
281 static void* thread_start(void* p) { in thread_start() function314 ASSERT(!pthread_create(&thread, &attr, &thread_start, &thread_priv)); in thread_transaction()