Home
last modified time | relevance | path

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

/bionic/tests/
Dthread_local_test.cpp30 typedef void* (*MyThread)(void*); typedef
46 static int run_one_thread(MyThread foo) { in run_one_thread()