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

/freebsd-13-stable/tests/sys/netpfil/common/
H A Dsniffer.py29 import threading namespace
32 class Sniffer(threading.Thread):
34 threading.Thread.__init__(self)
/freebsd-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/bindings/
H A D__init__.py24 import threading namespace
37 self._lock = threading.Lock()
/freebsd-13-stable/tests/sys/netinet6/frag6/
H A Dsniffer.py3 import threading namespace
8 class Sniffer(threading.Thread):
10 threading.Thread.__init__(self)
/freebsd-13-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-13-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-13-stable/lib/libzstd/
H A DMakefile8 threading.c \
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dnumalloc.py120 import threading namespace
135 self.lock = threading.Lock()
H A Dp9conn.py20 import threading namespace
341 self.lock = threading.Lock()
342 self.new_replies = threading.Condition(self.lock)
731 self.rthread = threading.Thread(target=self.read_responses)
/freebsd-13-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-13-stable/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py36 import threading namespace
1936 self._lock = threading.Lock()
/freebsd-13-stable/sys/contrib/zstd/programs/
H A DMakefile143 THREAD_MSG := ==> building with threading support
274 zstd-nomt : THREAD_MSG := - multi-threading disabled
/freebsd-13-stable/share/mk/
H A Dbsd.own.mk271 # Set XZ_THREADS to 1 to disable multi-threading.
/freebsd-13-stable/sys/contrib/zstd/lib/
H A DMakefile304 @echo multi-threading build completed
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc447 // else multi-threading problems will ensue.
/freebsd-13-stable/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in38 from threading import Timer
/freebsd-13-stable/contrib/libevent/
H A Dconfigure1462 disable support for threading
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dconfigure1462 disable support for threading
/freebsd-13-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 306 milliseconds