OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s_commandmutex
(Results
1 - 1
of
1
) sorted by null
/hardware/ril/reference-ril/
atchannel.c
65
* these are protected by
s_commandmutex
68
static pthread_mutex_t
s_commandmutex
= PTHREAD_MUTEX_INITIALIZER;
variable
214
/** assumes
s_commandmutex
is held */
231
pthread_mutex_lock(&
s_commandmutex
);
286
pthread_mutex_unlock(&
s_commandmutex
);
412
pthread_mutex_lock(&
s_commandmutex
);
418
pthread_mutex_unlock(&
s_commandmutex
);
603
pthread_mutex_lock(&
s_commandmutex
);
609
pthread_mutex_unlock(&
s_commandmutex
);
696
err = pthread_cond_timedwait(&s_commandcond, &
s_commandmutex
, &ts)
[
all
...]
Completed in 48 milliseconds