Home
last modified time | relevance | path

Searched defs:recv_thread (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dwatch.rs1419 let recv_thread = thread::spawn(move || { in watch_spurious_wakeup() localVariable
1457 let recv_thread = thread::spawn(move || { in watch_borrow() localVariable
/aosp_15_r20/external/liburing/test/
H A Dpoll-link.c73 void *recv_thread(void *arg) in recv_thread() function
H A Daccept-link.c79 void *recv_thread(void *arg) in recv_thread() function
H A Drecv-msgall.c223 pthread_t recv_thread; in test() local
H A Dsend_recv.c235 pthread_t recv_thread; in test() local
H A Dsocket.c343 pthread_t recv_thread; in test() local
H A Drecv-msgall-stream.c343 pthread_t recv_thread; in test() local
H A Dsend_recvmsg.c329 pthread_t recv_thread; in test() local
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/
H A Dshm_vios.rs152 recv_thread: Mutex<Option<WorkerThread<Result<()>>>>, field