OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthreadData
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkThreadUtils_pthread.cpp
60
SkThread_PThreadData*
pthreadData
= static_cast<SkThread_PThreadData*>(arg);
62
pthreadData
->fStarted.wait();
65
if (!
pthreadData
->fCanceled.isTriggered()) {
66
pthreadData
->fEntryPoint(
pthreadData
->fParam);
72
SkThread_PThreadData*
pthreadData
= new SkThread_PThreadData(entryPoint, data);
73
fData =
pthreadData
;
75
int ret = pthread_create(&(
pthreadData
->fPThread),
76
&(
pthreadData
->fAttr),
78
pthreadData
);
[
all
...]
SkThreadUtils_pthread_mach.cpp
16
SkThread_PThreadData*
pthreadData
= static_cast<SkThread_PThreadData*>(fData);
17
if (!
pthreadData
->fValidPThread) {
21
mach_port_t tid = pthread_mach_thread_np(
pthreadData
->fPThread);
SkThreadUtils_pthread_linux.cpp
30
SkThread_PThreadData*
pthreadData
= static_cast<SkThread_PThreadData*>(fData);
31
if (!
pthreadData
->fValidPThread) {
43
return 0 == pthread_setaffinity_np(
pthreadData
->fPThread,
/external/skia/src/utils/
SkThreadUtils_pthread.cpp
60
SkThread_PThreadData*
pthreadData
= static_cast<SkThread_PThreadData*>(arg);
62
pthreadData
->fStarted.wait();
65
if (!
pthreadData
->fCanceled.isTriggered()) {
66
pthreadData
->fEntryPoint(
pthreadData
->fParam);
72
SkThread_PThreadData*
pthreadData
= new SkThread_PThreadData(entryPoint, data);
73
fData =
pthreadData
;
75
int ret = pthread_create(&(
pthreadData
->fPThread),
76
&(
pthreadData
->fAttr),
78
pthreadData
);
[
all
...]
SkThreadUtils_pthread_mach.cpp
16
SkThread_PThreadData*
pthreadData
= static_cast<SkThread_PThreadData*>(fData);
17
if (!
pthreadData
->fValidPThread) {
21
mach_port_t tid = pthread_mach_thread_np(
pthreadData
->fPThread);
SkThreadUtils_pthread_linux.cpp
30
SkThread_PThreadData*
pthreadData
= static_cast<SkThread_PThreadData*>(fData);
31
if (!
pthreadData
->fValidPThread) {
43
return 0 == pthread_setaffinity_np(
pthreadData
->fPThread,
Completed in 159 milliseconds