OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fConditionMutex
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/utils/
SkThreadUtils_pthread.cpp
18
pthread_mutex_init(&
fConditionMutex
, nullptr);
21
pthread_mutex_destroy(&
fConditionMutex
);
25
pthread_mutex_lock(&
fConditionMutex
);
28
pthread_mutex_unlock(&
fConditionMutex
);
31
pthread_mutex_lock(&
fConditionMutex
);
33
pthread_cond_wait(&fCondition, &
fConditionMutex
);
35
pthread_mutex_unlock(&
fConditionMutex
);
39
pthread_mutex_lock(&
fConditionMutex
);
41
pthread_mutex_unlock(&
fConditionMutex
);
SkThreadUtils_pthread.h
24
pthread_mutex_t
fConditionMutex
;
Completed in 36 milliseconds