OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:killthread
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.h
91
status_t syncPtr(struct pcm *handle, bool *
killThread
);
101
status_t startDevice(pcm *handle, bool *
killThread
);
AudioUsbALSA.cpp
637
status_t AudioUsbALSA::startDevice(pcm *handle, bool *
killThread
) {
649
*
killThread
= true;
666
status_t AudioUsbALSA::syncPtr(struct pcm *handle, bool *
killThread
) {
678
*
killThread
= true;
[
all
...]
/external/stressapptest/src/
worker.h
231
virtual bool
KillThread
();
worker.cc
352
bool WorkerThread::
KillThread
() {
[
all
...]
Completed in 125 milliseconds