Home
last modified time | relevance | path

Searched refs:global_sig_receive (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/virtio/virtio-trace/
Dtrace-agent-ctl.c23 bool global_sig_receive; /* default false */ variable
53 while (!global_sig_receive) { in wait_order()
60 global_sig_receive = true; in wait_order()
100 while (!global_sig_receive) { in rw_ctl_loop()
Dtrace-agent.h45 extern bool global_sig_receive;
Dtrace-agent-rw.c120 if (global_sig_receive) in rw_thread_main()