OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthreadfunc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/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);
/external/icu4c/test/threadtest/
threadtest.cpp
92
typedef void *(*
pthreadfunc
)(void *);
typedef
118
x = pthread_create( &tId, pthread_attr_default, (
pthreadfunc
)func, param);
122
x = pthread_create( &tId, &attr, (
pthreadfunc
)func, param);
Completed in 28 milliseconds