/external/lzma/CPP/Windows/ |
Thread.h | 12 class CThread
14 ::CThread thread;
16 CThread() { Thread_Construct(&thread); }
17 ~CThread() { Close(); }
|
/external/lzma/CPP/7zip/Common/ |
VirtThread.h | 13 NWindows::CThread Thread;
|
/external/valgrind/drd/tests/ |
pth_broadcast.c | 58 struct cthread struct 65 void cthread_ctr(struct cthread* p) 71 void cthread_dtr(struct cthread* p) 86 static void thread_func(struct cthread* thread_info) 144 struct cthread* p; 145 struct cthread* thread_vec; 148 thread_vec = malloc(sizeof(struct cthread) * thread_count);
|
/external/lzma/C/ |
Threads.h | 18 typedef HANDLE CThread;
35 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);
|
LzFindMt.h | 27 CThread thread;
|
MtCoder.h | 13 CThread thread;
|
Threads.c | 32 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param)
|
/prebuilts/go/darwin-x86/test/bench/shootout/ |
threadring.c | 88 pthread_t cthread; local 108 pthread_create(&cthread, &stack_attr, thread, (void*)(uintptr_t)i); 112 pthread_join(cthread, NULL);
|
/prebuilts/go/linux-x86/test/bench/shootout/ |
threadring.c | 88 pthread_t cthread; local 108 pthread_create(&cthread, &stack_attr, thread, (void*)(uintptr_t)i); 112 pthread_join(cthread, NULL);
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
ExtractCallbackSfx.h | 71 HRESULT StartProgressDialog(const UString &title, NWindows::CThread &thread)
|
ExtractEngine.cpp | 119 NWindows::CThread thread;
|
/external/webrtc/webrtc/base/ |
thread_unittest.cc | 257 CustomThread* cthread = new CustomThread(); local 258 EXPECT_TRUE(cthread->WrapCurrent()); 259 EXPECT_TRUE(cthread->RunningForTest()); 260 EXPECT_FALSE(cthread->IsOwned()); 261 cthread->UnwrapCurrent(); 262 EXPECT_FALSE(cthread->RunningForTest()); 263 delete cthread;
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ProgressDialog.h | 136 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0)
|
ProgressDialog2.h | 261 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0);
|
ProgressDialog2.cpp | 913 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent)
1231 NWindows::CThread thread;
|
/external/lzma/CPP/7zip/UI/Common/ |
Bench.cpp | 611 NWindows::CThread thread[2];
[all...] |