/third_party/python/Lib/ |
H A D | imaplib.py | 863 def thread(self, threading_algorithm, charset, *search_criteria): member in IMAP4
|
/third_party/pulseaudio/src/modules/ |
H A D | module-combine-sink.c | 149 pa_thread *thread; global() member [all...] |
/third_party/python/Modules/ |
H A D | timemodule.c | 1406 HANDLE thread; local [all...] |
/third_party/skia/dm/ |
H A D | DM.cpp | 217 SkThreadID thread; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 615 void add (MovePtr<ThreadGroupThread> thread) in add() argument
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglMultiThreadTests.cpp | 214 void MultiThreadedTest::execTest (TestThread& thread) in execTest() argument 535 bool MultiThreadedConfigTest::runThread (TestThread& thread) in runThread() argument 902 runThread(TestThread& thread) runThread() argument 983 createDestroyObjects(TestThread& thread, int count) createDestroyObjects() argument 1264 pushObjectsToShared(TestThread& thread) pushObjectsToShared() argument 1292 pullObjectsFromShared(TestThread& thread, int pbufferCount, int pixmapCount, int windowCount, int contextCount) pullObjectsFromShared() argument 1333 querySetSharedObjects(TestThread& thread, int count) querySetSharedObjects() argument 1421 destroyObjects(TestThread& thread) destroyObjects() argument [all...] |
/foundation/multimedia/image_effect/frameworks/native/effect/base/ |
H A D | image_effect_inner.cpp | 349 StartPipelineInner(std::shared_ptr<PipelineCore> &pipeline, const EffectParameters &effectParameters, unsigned long int taskId, RenderThread<> *thread) StartPipelineInner() argument 397 StartPipeline(std::shared_ptr<PipelineCore> &pipeline, const EffectParameters &effectParameters, unsigned long int taskId, RenderThread<> *thread) StartPipeline() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_acl.c | 496 Thread *thread = BTM_GetProcessingThread(); in BtmAclTimeout() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_cabac.c | 463 static void load_states(HEVCContext *s, int thread) in load_states() argument 511 int ff_hevc_cabac_init(HEVCContext *s, int ctb_addr_ts, int thread) in ff_hevc_cabac_init() argument
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 1286 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { in ThreadFuncWithCLinkage() argument [all...] |
/third_party/libuv/src/win/ |
H A D | pipe.c | 1017 HANDLE thread; in uv__pipe_interrupt_read() local 1248 HANDLE thread; uv_pipe_zero_readfile_thread_proc() local [all...] |
/third_party/libuv/test/ |
H A D | test-fs.c | 3754 uv_thread_t thread; in test_fs_partial() local
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog2.cpp | 955 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent)
in Create() argument 1398 NWindows::CThread thread;
in Create() local
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-port.h | 1283 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { in ThreadFuncWithCLinkage() argument [all...] |
/third_party/node/src/ |
H A D | js_native_api_v8_inspector.cc | 143 static T* get(MainThreadInterface* thread, int id) { in get() argument 208 AnotherThreadObjectReference( std::shared_ptr<MainThreadHandle> thread, int object_id) AnotherThreadObjectReference() argument 213 AnotherThreadObjectReference( std::shared_ptr<MainThreadHandle> thread, Factory factory) AnotherThreadObjectReference() argument 252 MainThreadSessionState(MainThreadInterface* thread, bool prevent_shutdown) MainThreadSessionState() argument 256 Create( MainThreadInterface* thread, bool prevent_shutdown) Create() argument 279 CrossThreadInspectorSession( int id, std::shared_ptr<MainThreadHandle> thread, std::unique_ptr<InspectorSessionDelegate> delegate, bool prevent_shutdown) CrossThreadInspectorSession() argument 301 ThreadSafeDelegate(std::shared_ptr<MainThreadHandle> thread, int object_id) ThreadSafeDelegate() argument [all...] |
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 1311 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { in ThreadFuncWithCLinkage() argument [all...] |
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-posix.cc | 1047 Thread* thread = reinterpret_cast<Thread*>(arg); in ThreadEntry() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_pipe.h | 319 thrd_t thread; member
|
/third_party/node/deps/uv/src/win/ |
H A D | pipe.c | 923 HANDLE thread; in uv__pipe_interrupt_read() local 1153 HANDLE thread; uv_pipe_zero_readfile_thread_proc() local [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluez5-device.c | 132 pa_thread *thread; member [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-sink.c | 108 pa_thread *thread; member [all...] |
H A D | alsa-source.c | 96 pa_thread *thread; member [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Display.cpp | 1008 Error Display::terminate(Thread *thread, TerminateReason terminateReason) in terminate() argument 1420 Error Display::makeCurrent(Thread *thread, in makeCurrent() argument 1538 Error Display::releaseContext(gl::Context *context, Thread *thread) in releaseContext() argument 1580 Error Display::destroyContext(Thread *thread, gl::Context *context) in destroyContext() argument [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | daemon.c | 1155 create_thread (MHD_thread_handle_ *thread, in create_thread() argument [all...] |
/third_party/python/Lib/test/ |
H A D | test_threading.py | 1491 thread = ThreadExit() global() variable in ExceptHookTests.test_system_exit.ThreadExit [all...] |