Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 24 of 24) sorted by relevance

/openthread-3.4.0/src/core/
DMakefile.am283 thread/address_resolver.cpp \
284 thread/announce_begin_server.cpp \
285 thread/announce_sender.cpp \
286 thread/anycast_locator.cpp \
287 thread/child_supervision.cpp \
288 thread/child_table.cpp \
289 thread/csl_tx_scheduler.cpp \
290 thread/discover_scanner.cpp \
291 thread/dua_manager.cpp \
292 thread/energy_scan_server.cpp \
[all …]
DBUILD.gn598 "thread/address_resolver.cpp",
599 "thread/address_resolver.hpp",
600 "thread/announce_begin_server.cpp",
601 "thread/announce_begin_server.hpp",
602 "thread/announce_sender.cpp",
603 "thread/announce_sender.hpp",
604 "thread/anycast_locator.cpp",
605 "thread/anycast_locator.hpp",
606 "thread/child_mask.hpp",
607 "thread/child_supervision.cpp",
[all …]
DCMakeLists.txt193 thread/address_resolver.cpp
194 thread/announce_begin_server.cpp
195 thread/announce_sender.cpp
196 thread/anycast_locator.cpp
197 thread/child_supervision.cpp
198 thread/child_table.cpp
199 thread/csl_tx_scheduler.cpp
200 thread/discover_scanner.cpp
201 thread/dua_manager.cpp
202 thread/energy_scan_server.cpp
[all …]
/openthread-3.4.0/script/
Dtest265 export PYTHONPATH=tests/scripts/thread-cert
284 export PYTHONPATH=tests/scripts/thread-cert
290 …./tests/scripts/thread-cert/run_cert_suite.py --run-directory ot_testing --multiply "${MULTIPLY:-1…
297 …s://github.com/openthread/wireshark/releases/download/ot-pktverify-20200727/thread-wireshark.tar.gz
298 local save_file=/tmp/thread-wireshark.tar.gz
300 rm -rf /tmp/thread-wireshark || true
305 LD_LIBRARY_PATH=/tmp/thread-wireshark /tmp/thread-wireshark/tshark -v
306 LD_LIBRARY_PATH=/tmp/thread-wireshark /tmp/thread-wireshark/dumpcap -v
394 ./tests/scripts/thread-cert/pktverify/verify.py "$1"
/openthread-3.4.0/third_party/mbedtls/repo/scripts/
Dfootprint.sh116 doit thread configs/config-thread.h
/openthread-3.4.0/tests/toranj/
DREADME_CLI.md172 $ Node1.cli('thread start')
181 ## `toranj-cli` and `thread-cert` test framework
183thread-cert` scripts (in `tests/scripts/thread-cert`) also use CLI commands. However, these two te…
188 - `thread-cert` test cases can run quickly (due to virtual time emulation), but the test script its…
/openthread-3.4.0/src/cli/
DREADME_COMMISSIONING.md40 > thread start
93 > thread start
DREADME_HISTORY.md76 - Origin: thread, slaac, dhcp6, or manual.
89 | 00:02:17.885 | Added | fdde:ad00:beef:0:0:ff:fe00:fc00/64 | thread | 3 | N |…
90 | 00:02:17.885 | Added | fdde:ad00:beef:0:0:ff:fe00:5400/64 | thread | 3 | N |…
91 | 00:02:20.107 | Removed | fdde:ad00:beef:0:0:ff:fe00:5400/64 | thread | 3 | N |…
92 | 00:02:21.575 | Added | fdde:ad00:beef:0:0:ff:fe00:5400/64 | thread | 3 | N |…
93 | 00:02:21.575 | Added | fdde:ad00:beef:0:ecea:c4fc:ad96:4655/64 | thread | 3 | N |…
94 | 00:02:23.904 | Added | fe80:0:0:0:3c12:a4d2:fbe0:31ad/64 | thread | 2 | Y |…
105 00:02:33.221 -> event:Added address:fdde:ad00:beef:0:0:ff:fe00:fc00 prefixlen:64 origin:thread scop…
106 00:02:33.221 -> event:Added address:fdde:ad00:beef:0:0:ff:fe00:5400 prefixlen:64 origin:thread scop…
DREADME_SRP.md34 > thread start
66 > thread start
DREADME_DATASET.md63 > thread start
89 > thread start
DREADME.md117 - [thread](#thread-start)
1510 fdde:ad00:beef:0:0:ff:fe00:0 origin:thread
1511 fdde:ad00:beef:0:558:f56b:d688:799 origin:thread
1512 fe80:0:0:0:f3d9:2a82:c8d8:fe43 origin:thread
3194 ### thread start
3199 > thread start
3203 ### thread stop
3208 > thread stop
3212 ### thread version
3217 > thread version
[all …]
DREADME_SRP_SERVER.md96 > srp server domain thread.service.arpa.
DREADME_NETDATA.md46 > thread start
115 > thread start
/openthread-3.4.0/third_party/mbedtls/repo/programs/ssl/
Dssl_pthread_server.c119 pthread_t thread; member
293 pthread_join(threads[i].thread, NULL ); in thread_create()
309 if( ( ret = pthread_create( &threads[i].thread, NULL, handle_ssl_connection, in thread_create()
/openthread-3.4.0/examples/apps/cli/
DREADME.md53 > thread start
104 > thread start
/openthread-3.4.0/tests/scripts/thread-cert/
DREADME.md17 ./script/test clean build cert tests/scripts/thread-cert/Cert_5_1_01_RouterAttach.py
/openthread-3.4.0/tests/scripts/thread-cert/border_router/
DREADME.md23 TEST_CASE=./tests/scripts/thread-cert/border_router/test_advertising_proxy.py
/openthread-3.4.0/include/
DMakefile.am91 openthread/thread.h \
/openthread-3.4.0/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/
Dax_pthread.m432 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
126 # Create a list of thread flags to try. Items starting with a "-" are
131 ax_pthread_flags="pthreads none -Kthread -pthread -pthreads -mthreads pthread --thread-safe -mt pth…
150 # --thread-safe: KAI C++
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_debug.function30 /* Skip "thread ID" (up to the first space) as it is not predictable */
/openthread-3.4.0/include/openthread/
DBUILD.gn117 "thread.h",
/openthread-3.4.0/third_party/mbedtls/repo/programs/
DREADME.md79 * [`ssl/ssl_pthread_server.c`](ssl/ssl_pthread_server.c): a simple HTTPS server using one thread pe…
/openthread-3.4.0/third_party/mbedtls/repo/
DChangeLog1561 whose implementation should behave as a thread-safe version of gmtime().
1735 * Use gmtime_r/gmtime_s for thread-safety. Fixed by Nick Wilson.
2760 * Prepend a "thread identifier" to debug messages (issue pointed out by
2944 thread-safe if MBEDTLS_THREADING_C is enabled.
3004 * Fix thread safety bug in RSA operations (found by Fredrik Axelsson).
3333 now thread-safe if POLARSSL_THREADING_C defined
3376 * x509_get_current_time() uses localtime_r() to prevent thread issues
3682 * x509_get_current_time() uses localtime_r() to prevent thread issues
3704 * Changed RSA blinding to a slower but thread-safe version
/openthread-3.4.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md795 In a multithreaded environment, the driver may only call these two functions from the thread that i…
972 …e driver needs to remember which driver it's calling. This may require a thread-local variable in …
992 …ce on multiprocessor systems, a multithreaded core could prefer to use one RNG instance per thread.