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

/bionic/benchmarks/
H A Dsemaphore_benchmark.cpp17 #include <pthread.h>
92 pthread_t pthread; local
93 pthread_create(&pthread, &attr, BM_semaphore_sem_post_start_thread, &semaphore);

Completed in 206 milliseconds