Searched refs:CreateThread (Results 1 - 25 of 139) sorted by relevance

123456

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dthread_unittest.cc26 ThreadWrapper* thread = ThreadWrapper::CreateThread(&NullRunFunction, NULL);
43 ThreadWrapper* thread = ThreadWrapper::CreateThread(&SetFlagRunFunction,
H A Dthread.cc21 ThreadWrapper* ThreadWrapper::CreateThread(ThreadRunFunction func, function in class:webrtc::ThreadWrapper
H A Dcritical_section_unittest.cc81 ThreadWrapper* thread = ThreadWrapper::CreateThread(
110 ThreadWrapper* thread = ThreadWrapper::CreateThread(&LockUnlockRunFunction,
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dthread_stack_reuse.cc24 thr = CreateThread(NULL, 0, thread_proc_1, NULL, 0, NULL);
30 thr = CreateThread(NULL, 0, thread_proc_2, NULL, 0, NULL);
H A Ddll_thread_stack_array_left_oob.cc26 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL);
H A Dthread_stack_array_left_oob.cc19 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL);
H A Dthread_stack_array_right_oob.cc19 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL);
H A Dthread_simple.cc15 HANDLE thr = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL);
H A Dthread_stress.cc18 thr[i] = CreateThread(NULL, 0, thread_proc, NULL, 0, NULL);
/external/webrtc/src/system_wrappers/source/
H A Dthread.cc20 ThreadWrapper* ThreadWrapper::CreateThread(ThreadRunFunction func, function in class:webrtc::ThreadWrapper
H A Dthread_unittest.cc69 ThreadWrapper* thread = ThreadWrapper::CreateThread(&NullRunFunction);
85 ThreadWrapper* thread = ThreadWrapper::CreateThread(&SetFlagRunFunction,
H A Dcritical_section_unittest.cc103 ThreadWrapper* thread = ThreadWrapper::CreateThread(
135 ThreadWrapper* thread = ThreadWrapper::CreateThread(&LockUnlockRunFunction,
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dthread_wrapper.h55 static ThreadWrapper* CreateThread(ThreadRunFunction func,
69 // from when CreateThread was called. However, failure to set priority will
/external/jemalloc/test/src/
H A Dthd.c8 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL);
10 test_fail("Error in CreateThread()\n");
/external/webrtc/src/system_wrappers/interface/
H A Dthread_wrapper.h56 static ThreadWrapper* CreateThread(ThreadRunFunction func = 0,
/external/chromium_org/base/threading/
H A Dplatform_thread_posix.cc90 bool CreateThread(size_t stack_size, bool joinable, function in namespace:base::__anon2547
206 return CreateThread(stack_size, true /* joinable thread */,
215 return CreateThread(stack_size, true, // joinable thread
224 bool result = CreateThread(stack_size, false /* non-joinable thread */,
/external/lldb/include/lldb/Target/
H A DOperatingSystem.h82 CreateThread (lldb::tid_t tid, lldb::addr_t context) function in class:lldb_private::OperatingSystem
/external/chromium_org/third_party/webrtc/test/
H A Ddirect_transport.cc23 thread_(ThreadWrapper::CreateThread(NetworkProcess, this)),
35 thread_(ThreadWrapper::CreateThread(NetworkProcess, this)),
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc69 EXPECT_EQ(0U, registry->CreateThread(get_uid(0), true, -1, 0));
73 EXPECT_EQ(i, registry->CreateThread(get_uid(i), is_detached(i), 0, 0));
93 registry->CreateThread(get_uid(i), is_detached(i), 0, 0));
190 args->registry->CreateThread(0, false, 0, (void*)args->shard));
202 EXPECT_EQ(0U, registry->CreateThread(0, true, -1, 0));
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvideo_rtp_play_mt.cc94 webrtc::ThreadWrapper::CreateThread(PlayerThread, rtp_player.get(),
102 webrtc::ThreadWrapper::CreateThread(ProcessingThread, &factory,
110 webrtc::ThreadWrapper::CreateThread(DecodeThread, &factory,
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dinvasive.cc31 HANDLE thread = ::CreateThread(NULL, // Default security attributes
84 HANDLE thread = ::CreateThread(NULL, // Default security attributes.
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dplatform_thread.cc34 *thread_handle = CreateThread(NULL, 0, ThreadFunc, delegate, 0, NULL);
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_sctp_timer_iterate.c108 if ((SCTP_BASE_VAR(timer_thread) = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)user_sctp_timer_iterate, NULL, 0, NULL)) == NULL) {
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dlow_latency_event_unittest.cc25 : process_thread_(ThreadWrapper::CreateThread(CbThread,
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/helpers/
H A Dvie_fake_camera.cc65 camera_thread_ = webrtc::ThreadWrapper::CreateThread(

Completed in 5269 milliseconds

123456