OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theOneTrueMutex
(Results
1 - 4
of
4
) sorted by null
/frameworks/wilhelm/src/objects/
CEngine.c
25
pthread_mutex_t
theOneTrueMutex
= PTHREAD_MUTEX_INITIALIZER;
42
(void) pthread_mutex_lock(&
theOneTrueMutex
);
46
(void) pthread_mutex_unlock(&
theOneTrueMutex
);
152
(void) pthread_mutex_lock(&
theOneTrueMutex
);
167
(void) pthread_mutex_unlock(&
theOneTrueMutex
);
179
ok = pthread_mutex_lock(&
theOneTrueMutex
);
185
ok = pthread_mutex_unlock(&
theOneTrueMutex
);
/frameworks/wilhelm/src/
entry.c
36
ok = pthread_mutex_lock(&
theOneTrueMutex
);
98
ok = pthread_mutex_unlock(&
theOneTrueMutex
);
170
ok = pthread_mutex_unlock(&
theOneTrueMutex
);
sles_allinclusive.h
420
extern pthread_mutex_t
theOneTrueMutex
;
/frameworks/wilhelm/src/itf/
IObject.c
95
// important: the lock order is engine followed by
theOneTrueMutex
96
int ok = pthread_mutex_lock(&
theOneTrueMutex
);
99
ok = pthread_mutex_unlock(&
theOneTrueMutex
);
Completed in 771 milliseconds