OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nMagic
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_unlock.c
63
if (rwl->
nMagic
!= PTW32_RWLOCK_MAGIC)
pthread_rwlock_destroy.c
57
if (rwl->
nMagic
!= PTW32_RWLOCK_MAGIC)
87
rwl->
nMagic
= 0;
pthread_rwlock_init.c
90
rwl->
nMagic
= PTW32_RWLOCK_MAGIC;
pthread_rwlock_rdlock.c
71
if (rwl->
nMagic
!= PTW32_RWLOCK_MAGIC)
pthread_rwlock_timedrdlock.c
72
if (rwl->
nMagic
!= PTW32_RWLOCK_MAGIC)
pthread_rwlock_tryrdlock.c
71
if (rwl->
nMagic
!= PTW32_RWLOCK_MAGIC)
pthread_rwlock_trywrlock.c
71
if (rwl->
nMagic
!= PTW32_RWLOCK_MAGIC)
pthread_rwlock_timedwrlock.c
72
if (rwl->
nMagic
!= PTW32_RWLOCK_MAGIC)
pthread_rwlock_wrlock.c
71
if (rwl->
nMagic
!= PTW32_RWLOCK_MAGIC)
implement.h
393
int
nMagic
;
[
all
...]
Completed in 1103 milliseconds