HomeSort by relevance Sort by last modified time
    Searched full:pthreadfunc (Results 1 - 1 of 1) sorted by null

  /external/icu4c/test/threadtest/
threadtest.cpp 91 typedef void *(*pthreadfunc)(void *); typedef
117 x = pthread_create( &tId, pthread_attr_default, (pthreadfunc)func, param);
121 x = pthread_create( &tId, &attr, (pthreadfunc)func, param);

Completed in 29 milliseconds