Home
last modified time | relevance | path

Searched defs:stop_thread (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/device/linaro/dragonboard/shared/utils/rmtfs/
Drproc.c19 static pthread_t stop_thread; variable
/aosp_15_r20/hardware/st/nfc/1.2/
Dhal_st21nfc.cc85 int stop_thread; member
/aosp_15_r20/hardware/st/nfc/1.1/
Dhal_st21nfc.cc82 int stop_thread; member
/aosp_15_r20/hardware/st/nfc/aidl/
Dhal_st21nfc.cc84 int stop_thread; member
/aosp_15_r20/system/extras/simpleperf/
H A DIOEventLoop_test.cpp116 std::atomic<bool> stop_thread(false); in TEST() local
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/
H A Dstreams.rs378 pub fn stop_thread(mut self) -> StreamSnapshot { in stop_thread() method
/aosp_15_r20/external/libtracefs/utest/
H A Dtracefs-utest.c670 static void *stop_thread(void *arg) in stop_thread() function