Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/third_party/ltp/testcases/realtime/include/
Dlibrttest.h79 struct thread { struct
80 struct list_head _threads; argument
81 pthread_t pthread; argument
82 pthread_attr_t attr; argument
83 pthread_mutex_t mutex; argument
84 pthread_cond_t cond; argument
94 // flags for threads argument
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl.cpp59 Thread *thread = egl::GetCurrentThread(); in EGL_GetError() local
80 Thread *thread = egl::GetCurrentThread(); in EGL_Initialize() local
102 Thread *thread = egl::GetCurrentThread(); in EGL_Terminate() local
122 Thread *thread = egl::GetCurrentThread(); in EGL_QueryString() local
173 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigs() local
199 Thread *thread = egl::GetCurrentThread(); in EGL_ChooseConfig() local
223 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigAttrib() local
248 Thread *thread = egl::GetCurrentThread(); in EGL_CreateWindowSurface() local
275 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePbufferSurface() local
303 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePixmapSurface() local
[all …]
Dentry_points_egl_ext.cpp38 Thread *thread = egl::GetCurrentThread(); in EGL_QuerySurfacePointerANGLE() local
114 Thread *thread = egl::GetCurrentThread(); in EGL_PostSubBufferNV() local
177 Thread *thread = egl::GetCurrentThread(); in EGL_GetPlatformDisplayEXT() local
215 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePlatformWindowSurfaceEXT() local
242 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePlatformPixmapSurfaceEXT() local
267 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDeviceAttribEXT() local
324 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDeviceStringEXT() local
360 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDisplayAttribEXT() local
381 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDisplayAttribANGLE() local
403 Thread *thread = egl::GetCurrentThread(); in EGL_CreateImageKHR() local
[all …]
Dglobal_state.h44 egl::Thread *thread = egl::GetCurrentThread(); in GetGlobalContext() local
55 egl::Thread *thread = egl::GetCurrentThread(); in GetValidGlobalContext() local
Dglobal_state.cpp52 Thread *thread = new Thread(); in AllocateCurrentThread() local
113 void SetContextCurrent(Thread *thread, gl::Context *context) in SetContextCurrent()
145 Thread *thread = static_cast<Thread *>(GetTLSValue(threadTLS)); in DeallocateCurrentThread() local
/third_party/boost/boost/log/detail/
Dthread_id.hpp36 struct thread struct
39 typedef uint32_t native_type;
43 typedef boost::log::aux::id< thread > id;
/third_party/flutter/skia/third_party/externals/sdl/src/thread/psp/
DSDL_systhread.c44 int SDL_SYS_CreateThread(SDL_Thread *thread, void *args) in SDL_SYS_CreateThread()
76 void SDL_SYS_WaitThread(SDL_Thread *thread) in SDL_SYS_WaitThread()
82 void SDL_SYS_DetachThread(SDL_Thread *thread) in SDL_SYS_DetachThread()
88 void SDL_SYS_KillThread(SDL_Thread *thread) in SDL_SYS_KillThread()
/third_party/boost/boost/thread/detail/
Dthread.hpp163 class BOOST_THREAD_DECL thread class
264 explicit thread(BOOST_THREAD_RV_REF(F) f in thread() function in boost::thread
274 thread(attributes const& attrs, BOOST_THREAD_RV_REF(F) f): in thread() function in boost::thread
283 explicit thread(F f): in thread() function in boost::thread
289 thread(attributes const& attrs, F f): in thread() function in boost::thread
296 explicit thread(F f in thread() function in boost::thread
308 thread(attributes const& attrs, F f in thread() function in boost::thread
318 explicit thread(BOOST_THREAD_RV_REF(F) f in thread() function in boost::thread
319 , typename disable_if<is_same<typename decay<F>::type, thread>, dummy* >::type=0 in thread() argument
331 thread(attributes const& attrs, BOOST_THREAD_RV_REF(F) f): in thread() function in boost::thread
[all …]
/third_party/boost/libs/thread/test/
Dtest_condition_notify_one.cpp23 boost::thread thread(bind(&wait_for_flag::wait_without_predicate, data)); in do_test_condition_notify_one_wakes_from_wait() local
39 boost::thread thread(bind(&wait_for_flag::wait_with_predicate, data)); in do_test_condition_notify_one_wakes_from_wait_with_predicate() local
55 boost::thread thread(bind(&wait_for_flag::timed_wait_without_predicate, data)); in do_test_condition_notify_one_wakes_from_timed_wait() local
71 boost::thread thread(bind(&wait_for_flag::timed_wait_with_predicate, data)); in do_test_condition_notify_one_wakes_from_timed_wait_with_predicate() local
87 boost::thread thread(bind(&wait_for_flag::relative_timed_wait_with_predicate, data)); in do_test_condition_notify_one_wakes_from_relative_timed_wait_with_predicate() local
/third_party/flutter/engine/flutter/fml/
Dthread_unittests.cc10 fml::Thread thread; in TEST() local
15 fml::Thread thread; in TEST() local
21 fml::Thread thread; in TEST() local
Dthread_local_unittests.cc38 std::thread thread([&] { in TEST() local
48 std::thread thread([&] { in TEST() local
61 std::thread thread([&] { in TEST() local
74 std::thread thread([&] { in TEST() local
88 std::thread thread([&] { in TEST() local
Dmessage_loop_unittests.cc25 std::thread thread([]() { in TEST() local
64 std::thread thread([&started, &terminated]() { in TEST() local
84 std::thread thread([&started, &terminated, count]() { in TEST() local
112 std::thread thread([&started, &terminated, count]() { in TEST() local
142 std::thread thread([&runner, &latch]() { in TEST() local
157 std::thread thread([&checked]() { in TEST() local
179 std::thread thread([&checked]() { in TEST() local
202 std::thread thread(PLATFORM_SPECIFIC_CAPTURE(&checked)() { in TEST() local
229 std::thread thread(PLATFORM_SPECIFIC_CAPTURE(&checked)() { in TEST() local
256 std::thread thread([&started, &terminated]() { in TEST() local
/third_party/boringssl/src/crypto/pool/
Dpool_test.cc74 std::thread thread([&] { in TEST() local
100 std::thread thread([&] { buf_ref = bssl::UpRef(buf); }); in TEST() local
114 std::thread thread([&] { in TEST() local
128 std::thread thread([&] { buf.reset(); }); in TEST() local
142 std::thread thread([&] { buf.reset(); }); in TEST() local
/third_party/flutter/skia/third_party/externals/sdl/src/thread/generic/
DSDL_systhread.c30 SDL_SYS_CreateThread(SDL_Thread * thread, void *args, in SDL_SYS_CreateThread()
60 SDL_SYS_WaitThread(SDL_Thread * thread) in SDL_SYS_WaitThread()
66 SDL_SYS_DetachThread(SDL_Thread * thread) in SDL_SYS_DetachThread()
/third_party/boringssl/src/crypto/
Drefcount_test.cc53 std::thread thread([&] { CRYPTO_refcount_inc(&count); }); in TEST() local
61 std::thread thread([&] { CRYPTO_refcount_inc(&count); }); in TEST() local
70 std::thread thread( in TEST() local
/third_party/flutter/skia/third_party/externals/sdl/src/thread/
DSDL_thread.c114 SDL_threadID thread; member
126 SDL_threadID thread = SDL_ThreadID(); in SDL_Generic_GetTLSData() local
165 SDL_threadID thread = SDL_ThreadID(); in SDL_Generic_SetTLSData() local
270 SDL_Thread *thread = args->info; in SDL_RunThread() local
319 SDL_Thread *thread; in SDL_CreateThreadWithStackSize() local
437 SDL_GetThreadID(SDL_Thread * thread) in SDL_GetThreadID()
450 SDL_GetThreadName(SDL_Thread * thread) in SDL_GetThreadName()
466 SDL_WaitThread(SDL_Thread * thread, int *status) in SDL_WaitThread()
481 SDL_DetachThread(SDL_Thread * thread) in SDL_DetachThread()
/third_party/glib/glib/tests/
Dthread.c60 GThread *thread; in test_thread1() local
82 GThread *thread; in test_thread2() local
137 GThread *thread; in test_thread4() local
178 GThread *thread; in test_thread5() local
203 GThread *thread; in test_thread6() local
Dprivate.c92 GThread *thread[10]; in test_private2() local
142 HANDLE thread; in test_private3() local
150 pthread_t thread; in test_private3() local
299 GThread *thread[10]; in test_static_private4() local
349 GThread *thread[10]; in test_static_private5() local
/third_party/glib/glib/
Dgthread.c745 g_thread_ref (GThread *thread) in g_thread_ref()
768 g_thread_unref (GThread *thread) in g_thread_unref()
790 GRealThread* thread = data; in g_thread_proxy() local
846 GThread *thread; in g_thread_new() local
951 g_thread_join (GThread *thread) in g_thread_join()
989 GRealThread* thread = g_private_get (&g_thread_specific_private); in g_thread_self() local
/third_party/openssl/test/
Dthreadstest.c27 static int wait_for_thread(thread_t thread) in wait_for_thread()
52 static int wait_for_thread(thread_t thread) in wait_for_thread()
76 static int wait_for_thread(thread_t thread) in wait_for_thread()
111 thread_t thread; in test_once() local
156 thread_t thread; in test_thread_local() local
/third_party/flutter/skia/third_party/externals/sdl/src/thread/stdcpp/
DSDL_systhread.cpp48 SDL_SYS_CreateThread(SDL_Thread * thread, void *args) in SDL_SYS_CreateThread()
116 SDL_SYS_WaitThread(SDL_Thread * thread) in SDL_SYS_WaitThread()
136 SDL_SYS_DetachThread(SDL_Thread * thread) in SDL_SYS_DetachThread()
/third_party/node/src/inspector/
Dmain_thread_interface.cc27 static T* get(MainThreadInterface* thread, int id) { in get()
48 void Call(MainThreadInterface* thread) override { in Call()
67 void Call(MainThreadInterface* thread) override { in Call()
80 void Call(MainThreadInterface* thread) override { in Call()
93 std::shared_ptr<MainThreadHandle> thread, int object_id) in AnotherThreadObjectReference()
98 std::shared_ptr<MainThreadHandle> thread, Factory factory) in AnotherThreadObjectReference()
136 MainThreadSessionState(MainThreadInterface* thread, bool prevent_shutdown) in MainThreadSessionState()
141 MainThreadInterface* thread, bool prevent_shutdown) { in Create()
165 std::shared_ptr<MainThreadHandle> thread, in CrossThreadInspectorSession()
185 ThreadSafeDelegate(std::shared_ptr<MainThreadHandle> thread, int object_id) in ThreadSafeDelegate()
/third_party/flutter/skia/third_party/externals/sdl/src/thread/pthread/
DSDL_systhread.c86 SDL_SYS_CreateThread(SDL_Thread * thread, void *args) in SDL_SYS_CreateThread()
235 SDL_SYS_WaitThread(SDL_Thread * thread) in SDL_SYS_WaitThread()
241 SDL_SYS_DetachThread(SDL_Thread * thread) in SDL_SYS_DetachThread()
/third_party/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill01.c19 pthread_t thread; member
36 struct thread_state *thread = arg; in thread_func() local
52 static void start_thread(struct thread_state *thread) in start_thread()
/third_party/FreeBSD/sys/dev/usb/implementation/
D_thread_ref.h47 struct thread { struct
51 #define curthread (((LosTaskCB *)(OsCurrTaskGet()))->taskID) argument

12345678910>>...15