OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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