/aosp_15_r20/external/libhevc/encoder/ |
H A D | osal_thread.c | 205 WORD32 osal_thread_destroy(IN void *thread_handle) in osal_thread_destroy() 375 WORD32 osal_thread_suspend(IN void *thread_handle) in osal_thread_suspend() 417 WORD32 osal_thread_resume(IN void *thread_handle) in osal_thread_resume() 458 WORD32 osal_thread_wait(IN void *thread_handle) in osal_thread_wait()
|
H A D | osal_thread.h | 58 pthread_t thread_handle; /* POSIX Thread handle */ member
|
/aosp_15_r20/external/cronet/base/threading/ |
H A D | platform_thread_win.cc | 202 void* thread_handle = in CreateThreadInternal() local 321 PlatformThreadHandle* thread_handle, in CreateWithType() 344 void PlatformThread::Join(PlatformThreadHandle thread_handle) { in Join() 368 void PlatformThread::Detach(PlatformThreadHandle thread_handle) { in Detach() 390 PlatformThreadHandle::Handle thread_handle = in SetCurrentThreadPriority() local
|
H A D | platform_thread_posix.cc | 118 PlatformThreadHandle* thread_handle, in CreateThread() 313 PlatformThreadHandle* thread_handle, in CreateWithType() 338 void PlatformThreadBase::Join(PlatformThreadHandle thread_handle) { in Join() 348 void PlatformThreadBase::Detach(PlatformThreadHandle thread_handle) { in Detach()
|
H A D | platform_thread_win_unittest.cc | 31 PlatformThreadHandle::Handle thread_handle = in TEST() local 103 PlatformThreadHandle::Handle thread_handle = in ThreadMain() local
|
/aosp_15_r20/external/libchrome/base/threading/ |
H A D | platform_thread_posix.cc | 89 PlatformThreadHandle* thread_handle, in CreateThread() 198 PlatformThreadHandle* thread_handle, in CreateWithPriority() 222 void PlatformThread::Join(PlatformThreadHandle thread_handle) { in Join() 234 void PlatformThread::Detach(PlatformThreadHandle thread_handle) { in Detach()
|
H A D | platform_thread.h | 168 PlatformThreadHandle* thread_handle) { in Create()
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/ |
H A D | platform_thread_posix_for_testing.cc | 72 PlatformThreadHandle* thread_handle) { in CreateThread() 122 PlatformThreadHandle* thread_handle) { in Create() 127 void PlatformThreadForTesting::Join(PlatformThreadHandle thread_handle) { in Join()
|
H A D | platform_thread_win_for_testing.cc | 124 void* thread_handle = in CreateThreadInternal() local 162 void PlatformThreadForTesting::Join(PlatformThreadHandle thread_handle) { in Join() 194 PlatformThreadHandle* thread_handle) { in Create()
|
/aosp_15_r20/external/coreboot/src/include/ |
H A D | thread.h | 19 struct thread_handle { struct 29 int thread_run(struct thread_handle *handle, enum cb_err (*func)(void *), void *arg); argument
|
/aosp_15_r20/external/cronet/base/profiler/ |
H A D | suspendable_thread_delegate_win.cc | 72 HANDLE thread_handle) { in GetThreadEnvironmentBlock() 130 ScopedDisablePriorityBoost::ScopedDisablePriorityBoost(HANDLE thread_handle) in ScopedDisablePriorityBoost() 153 HANDLE thread_handle) in ScopedSuspendThread()
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | thread_cache_unittest.cc | 443 internal::base::PlatformThreadHandle thread_handle; in TEST_P() local 488 internal::base::PlatformThreadHandle thread_handle; in TEST_P() local 563 internal::base::PlatformThreadHandle thread_handle; in TEST_P() local 709 internal::base::PlatformThreadHandle thread_handle; in TEST_P() local 787 internal::base::PlatformThreadHandle thread_handle; in TEST_P() local 948 internal::base::PlatformThreadHandle thread_handle; in TEST_P() local 1118 internal::base::PlatformThreadHandle thread_handle; in TEST_P() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/test/ |
D | exception_ptr_test.cpp | 28 thread_handle class 52 thread_handle( boost::function<void()> const & f ): in thread_handle() function in thread_handle
|
/aosp_15_r20/external/libmpeg2/common/ |
H A D | ithread.c | 70 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) in ithread_create() 76 WORD32 ithread_join(void *thread_handle, void ** val_ptr) in ithread_join()
|
/aosp_15_r20/external/libhevc/common/ |
H A D | ithread.c | 64 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) in ithread_create() 69 WORD32 ithread_join(void *thread_handle, void **val_ptr) in ithread_join()
|
/aosp_15_r20/external/libavc/common/ |
H A D | ithread.c | 77 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) in ithread_create() 83 WORD32 ithread_join(void *thread_handle, void ** val_ptr) in ithread_join()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/ |
D | thread_data.hpp | 106 detail::win32::scoped_winrt_thread thread_handle; member 108 detail::win32::handle_manager thread_handle; member
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | scoped_process_information.h | 58 HANDLE thread_handle() const { return thread_handle_.get(); } in thread_handle() function
|
/aosp_15_r20/external/crosvm/base/src/sys/windows/ |
H A D | sched.rs | 42 let thread_handle = GetCurrentThread(); in set_cpu_affinity_mask() localVariable
|
/aosp_15_r20/external/cronet/base/task/thread_pool/ |
H A D | worker_thread_waitable_event.cc | 53 PlatformThreadHandle thread_handle; in JoinForTesting() local
|
H A D | worker_thread_semaphore.cc | 62 PlatformThreadHandle thread_handle; in JoinForTesting() local
|
/aosp_15_r20/hardware/interfaces/bluetooth/lmp_event/aidl/default/src/ |
H A D | lmp_event.rs | 55 let thread_handle = thread::spawn(move || { localVariable
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/threading/ |
D | platform_thread.h | 171 PlatformThreadHandle* thread_handle) { in Create()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/threading/ |
D | platform_thread.h | 171 PlatformThreadHandle* thread_handle) { in Create()
|
/aosp_15_r20/external/crosvm/base/src/ |
H A D | worker_thread.rs | 34 let thread_handle = thread::Builder::new() in start() localVariable
|