OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_lock
(Results
1 - 3
of
3
) sorted by null
/device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c
152
/*
thread_lock
must be held when starting or stopping the capture thread.
153
* Locking order:
thread_lock
-> lock */
154
pthread_mutex_t
thread_lock
;
variable
189
pthread_mutex_init(&
thread_lock
, NULL);
378
pthread_mutex_lock(&
thread_lock
);
410
pthread_mutex_unlock(&
thread_lock
);
426
pthread_mutex_lock(&
thread_lock
);
460
pthread_mutex_unlock(&
thread_lock
);
[
all
...]
/hardware/qcom/audio/msm8909/visualizer/
offload_visualizer.c
152
/*
thread_lock
must be held when starting or stopping the capture thread.
153
* Locking order:
thread_lock
-> lock */
154
pthread_mutex_t
thread_lock
;
variable
201
pthread_mutex_init(&
thread_lock
, NULL);
425
pthread_mutex_lock(&
thread_lock
);
462
pthread_mutex_unlock(&
thread_lock
);
478
pthread_mutex_lock(&
thread_lock
);
512
pthread_mutex_unlock(&
thread_lock
);
[
all
...]
/hardware/qcom/audio/visualizer/
offload_visualizer.c
162
/*
thread_lock
must be held when starting or stopping the capture thread.
163
* Locking order:
thread_lock
-> lock */
164
pthread_mutex_t
thread_lock
;
variable
211
pthread_mutex_init(&
thread_lock
, NULL);
438
pthread_mutex_lock(&
thread_lock
);
470
pthread_mutex_unlock(&
thread_lock
);
486
pthread_mutex_lock(&
thread_lock
);
520
pthread_mutex_unlock(&
thread_lock
);
[
all
...]
Completed in 781 milliseconds