OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkBaseMutex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkThread_platform.h
139
// A
SkBaseMutex
is a POD structure that can be directly initialized
144
struct
SkBaseMutex
{
152
#define SK_DECLARE_STATIC_MUTEX(name) static
SkBaseMutex
name = { PTHREAD_MUTEX_INITIALIZER }
155
#define SK_DECLARE_GLOBAL_MUTEX(name)
SkBaseMutex
name = { PTHREAD_MUTEX_INITIALIZER }
159
class SK_API SkMutex : public
SkBaseMutex
, SkNoncopyable {
167
// In the generic case,
SkBaseMutex
and SkMutex are the same thing, and we
186
typedef SkMutex
SkBaseMutex
;
188
#define SK_DECLARE_STATIC_MUTEX(name) static
SkBaseMutex
name
189
#define SK_DECLARE_GLOBAL_MUTEX(name)
SkBaseMutex
name
/external/skia/include/core/
SkThread_platform.h
139
// A
SkBaseMutex
is a POD structure that can be directly initialized
144
struct
SkBaseMutex
{
152
#define SK_DECLARE_STATIC_MUTEX(name) static
SkBaseMutex
name = { PTHREAD_MUTEX_INITIALIZER }
155
#define SK_DECLARE_GLOBAL_MUTEX(name)
SkBaseMutex
name = { PTHREAD_MUTEX_INITIALIZER }
159
class SK_API SkMutex : public
SkBaseMutex
, SkNoncopyable {
167
// In the generic case,
SkBaseMutex
and SkMutex are the same thing, and we
186
typedef SkMutex
SkBaseMutex
;
188
#define SK_DECLARE_STATIC_MUTEX(name) static
SkBaseMutex
name
189
#define SK_DECLARE_GLOBAL_MUTEX(name)
SkBaseMutex
name
Completed in 317 milliseconds