OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPThread
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/utils/
SkThreadUtils_pthread.h
32
pthread_t
fPThread
;
SkThreadUtils_pthread.cpp
46
:
fPThread
()
75
int ret = pthread_create(&(pthreadData->
fPThread
),
116
pthread_join(pthreadData->
fPThread
, nullptr);
Completed in 35 milliseconds