Searched defs:thread_handle (Results 1 – 11 of 11) sorted by relevance
| /external/sfntly/cpp/src/test/ |
| D | platform_thread.cc | 32 PlatformThreadHandle* thread_handle) { in Create() 43 void PlatformThread::Join(PlatformThreadHandle thread_handle) { in Join()
|
| /external/chromium_org/third_party/sfntly/cpp/src/test/ |
| D | platform_thread.cc | 32 PlatformThreadHandle* thread_handle) { in Create() 43 void PlatformThread::Join(PlatformThreadHandle thread_handle) { in Join()
|
| /external/chromium_org/base/threading/ |
| D | platform_thread_posix.cc | 92 PlatformThreadHandle* thread_handle, in CreateThread() 204 PlatformThreadHandle* thread_handle) { in Create() 212 PlatformThreadHandle* thread_handle, in CreateWithPriority() 230 void PlatformThread::Join(PlatformThreadHandle thread_handle) { in Join()
|
| D | platform_thread_win.cc | 111 void* thread_handle = CreateThread( in CreateThreadInternal() local 188 PlatformThreadHandle* thread_handle) { in Create() 195 PlatformThreadHandle* thread_handle, in CreateWithPriority() 209 void PlatformThread::Join(PlatformThreadHandle thread_handle) { in Join()
|
| D | thread.h | 166 PlatformThreadHandle thread_handle() { return thread_; } in thread_handle() function
|
| /external/libhevc/common/ |
| D | ithread.c | 77 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) in ithread_create() 98 WORD32 ithread_join(void *thread_handle, void **val_ptr) in ithread_join() 117 void ithread_exit(void *thread_handle) in ithread_exit() 326 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument) in ithread_create() 331 WORD32 ithread_join(void *thread_handle, void **val_ptr) in ithread_join()
|
| /external/chromium_org/base/win/ |
| D | scoped_process_information.h | 57 HANDLE thread_handle() const { in thread_handle() function
|
| /external/chromium_org/net/test/embedded_test_server/ |
| D | embedded_test_server_unittest.cc | 316 base::PlatformThreadHandle thread_handle; in TEST_P() local
|
| /external/lldb/tools/darwin-threads/ |
| D | examine-threads.c | 255 get_proc_threadinfo (pid_t pid, uint64_t thread_handle, struct proc_threadinfo *pth) in get_proc_threadinfo()
|
| /external/openssl/crypto/threads/ |
| D | mttest.c | 767 HANDLE thread_handle[MAX_THREAD_NUMBER]; in do_threads() local
|
| /external/chromium_org/testing/gtest/src/ |
| D | gtest-port.cc | 292 HANDLE thread_handle = ::CreateThread( in CreateThread() local
|