Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 22 of 22) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/include/os/xos/
Dxf-osal.h179 static inline int __xf_thread_create(xf_thread_t *thread, xf_entry_t *f, in __xf_thread_create()
192 static inline int __xf_thread_destroy(xf_thread_t *thread) in __xf_thread_destroy()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_threaded_import.py10 thread = import_module('thread') variable
Dfork_wait.py17 thread = test_support.import_module('thread') variable
Dtest_threadsignals.py8 thread = import_module('thread') variable
Dtest_thread.py5 thread = test_support.import_module('thread') variable
Dtest_imaplib.py135 def reap_server(self, server, thread): argument
Dtest_threading.py8 thread = test.test_support.import_module('thread') variable
Dtest_support.py24 thread = None variable
Dtest_socket.py40 thread = None variable
/device/linaro/hikey/hifi/xaf/host-apf/include/os/android/
Dxf-osal.h183 static inline int __xf_thread_create(xf_thread_t *thread, void * (*f)(void *), void *arg) in __xf_thread_create()
203 static inline int __xf_thread_destroy(xf_thread_t *thread) in __xf_thread_destroy()
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dmain.cpp163 auto thread = std::thread(HandleConnection, std::move(vsock_socket), in TcpServer() local
210 auto thread = std::thread(HandleConnection, std::move(vsock_client), in VsockServer() local
/device/google/cuttlefish/guest/hals/gps/
Dgps_thread.h46 pthread_t thread; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmimetools.py110 import dummy_thread as thread namespace
Dimaplib.py733 def thread(self, threading_algorithm, charset, *search_criteria): member in IMAP4
/device/google/trout/hal/vehicle/2.0/
DGarageModeServerSideHandler.cpp55 for (auto& thread : mThreads) { in ~GarageModeServerSideHandlerImpl() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFindMt.h27 CThread thread; member
/device/amlogic/yukawa/hdmicec/
Dhdmi_cec.c50 pthread_t thread; member
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp301 for (auto& thread : threads_) { in ~ThreadJoiner() local
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proxy.h176 xf_thread_t thread; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dconfig.py34 thread = None variable
D__init__.py45 thread = None variable
/device/generic/goldfish/fingerprint/
Dfingerprint.c72 pthread_t thread; member