Searched refs:threading (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/tests/sys/netpfil/common/
H A Dsniffer.py29 import threading namespace
32 class Sniffer(threading.Thread):
34 threading.Thread.__init__(self)
/freebsd-12-stable/tests/sys/netinet6/frag6/
H A Dsniffer.py3 import threading namespace
8 class Sniffer(threading.Thread):
10 threading.Thread.__init__(self)
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py10 import threading namespace
30 class P2P_Disconnect (threading.Thread):
56 threading.Thread.__init__(self)
H A Dp2p_find.py11 import threading namespace
34 class P2P_Find (threading.Thread):
60 threading.Thread.__init__(self)
H A Dp2p_flush.py11 import threading namespace
30 class P2P_Flush (threading.Thread):
56 threading.Thread.__init__(self)
H A Dp2p_listen.py11 import threading namespace
31 class P2P_Listen(threading.Thread):
57 threading.Thread.__init__(self)
H A Dp2p_stop_find.py9 import threading namespace
32 class P2P_Stop_Find (threading.Thread):
58 threading.Thread.__init__(self)
H A Dp2p_group_add.py10 import threading namespace
40 class P2P_Group_Add (threading.Thread):
74 threading.Thread.__init__(self)
H A Dp2p_invite.py10 import threading namespace
39 class P2P_Invite (threading.Thread):
71 threading.Thread.__init__(self)
/freebsd-12-stable/lib/libzstd/
H A DMakefile8 threading.c \
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.py14 import threading namespace
129 t[i] = threading.Thread(target=run, args=(str(i), iter,
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py13 import threading namespace
428 threading.Thread(target=llcp_worker, args=(llc,)).start()
H A Dp2p-nfc.py13 import threading namespace
531 threading.Thread(target=llcp_worker, args=(llc,)).start()
/freebsd-12-stable/sys/contrib/zstd/programs/
H A DMakefile92 THREAD_MSG := ==> building with threading support
174 zstd-nomt : THREAD_MSG := - multi-threading disabled
/freebsd-12-stable/share/mk/
H A Dbsd.own.mk258 # Set XZ_THREADS to 1 to disable multi-threading.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc447 // else multi-threading problems will ensue.
/freebsd-12-stable/sys/contrib/zstd/tests/
H A DMakefile236 poolTests : poolTests.c $(ZSTDDIR)/common/pool.c $(ZSTDDIR)/common/threading.c $(ZSTDDIR)/common/zstd_common.c $(ZSTDDIR)/common/error_private.c
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dconfigure1462 disable support for threading
/freebsd-12-stable/contrib/libevent/
H A Dconfigure1462 disable support for threading
/freebsd-12-stable/contrib/apr/
H A Dconfigure1579 --enable-threads Enable threading support in APR.
19870 # We have specified pthreads for our threading library, just make sure
20119 # for other threading libraries as well.

Completed in 407 milliseconds