OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_mutex_impl_init
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-mutex-private.hh
49
#define
HB_MUTEX_IMPL_INIT
{0}
50
#define
hb_mutex_impl_init
(M) InitializeCriticalSection (M)
macro
60
#define
HB_MUTEX_IMPL_INIT
PTHREAD_MUTEX_INITIALIZER
61
#define
hb_mutex_impl_init
(M) pthread_mutex_init (M, NULL)
macro
78
#define
HB_MUTEX_IMPL_INIT
0
79
#define
hb_mutex_impl_init
(M) *(M) = 0
macro
96
#define
HB_MUTEX_IMPL_INIT
0
97
#define
hb_mutex_impl_init
(M) *(M) = 0
macro
106
#define
HB_MUTEX_IMPL_INIT
0
107
#define
hb_mutex_impl_init
(M) HB_STMT_START {} HB_STMT_EN
macro
[
all
...]
/external/harfbuzz_ng/src/
hb-mutex-private.hh
49
#define
HB_MUTEX_IMPL_INIT
{ NULL, 0, 0, NULL, NULL, 0 }
50
#define
hb_mutex_impl_init
(M) InitializeCriticalSection (M)
macro
60
#define
HB_MUTEX_IMPL_INIT
PTHREAD_MUTEX_INITIALIZER
61
#define
hb_mutex_impl_init
(M) pthread_mutex_init (M, NULL)
macro
78
#define
HB_MUTEX_IMPL_INIT
0
79
#define
hb_mutex_impl_init
(M) *(M) = 0
macro
96
#define
HB_MUTEX_IMPL_INIT
0
97
#define
hb_mutex_impl_init
(M) *(M) = 0
macro
106
#define
HB_MUTEX_IMPL_INIT
0
107
#define
hb_mutex_impl_init
(M) HB_STMT_START {} HB_STMT_EN
macro
[
all
...]
Completed in 935 milliseconds