Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dpthread_benchmark.cpp22 /* Must not be static! */ pthread_t (*pthread_self_fp)() = pthread_self; variable
28 pthread_self_fp(); in BM_pthread_self()