Home
last modified time | relevance | path

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

12345678910>>...35

/external/llvm/include/llvm/Support/
Dthread.h41 typedef std::thread thread; typedef
50 struct thread { struct
51 thread() {} in thread() function
52 thread(thread &&other) {} in thread() function
54 explicit thread(Function &&f, Args &&... args) { in thread() argument
59 void join() {} in join()
60 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Dthread.h41 typedef std::thread thread; typedef
50 struct thread { struct
51 thread() {} in thread() function
52 thread(thread &&other) {} in thread() argument
54 explicit thread(Function &&f, Args &&... args) { in thread() function
59 void join() {} in join()
60 static unsigned hardware_concurrency() { return 1; } in hardware_concurrency()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
Dthread.h26 typedef std::thread thread; typedef
35 struct thread { struct
36 thread() {} in thread() argument
37 thread(thread &&other) {} in thread() function
39 explicit thread(Function &&f, Args &&... args) { in thread() function
44 void join() {} in join()
45 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency()
/external/angle/src/libGLESv2/
Degl_ext_stubs.cpp25 EGLint ClientWaitSyncKHR(Thread *thread, in ClientWaitSyncKHR()
43 EGLImageKHR CreateImageKHR(Thread *thread, in CreateImageKHR()
60 EGLClientBuffer CreateNativeClientBufferANDROID(Thread *thread, const AttributeMap &attribMap) in CreateNativeClientBufferANDROID()
71 EGLSurface CreatePlatformPixmapSurfaceEXT(Thread *thread, in CreatePlatformPixmapSurfaceEXT()
84 EGLSurface CreatePlatformWindowSurfaceEXT(Thread *thread, in CreatePlatformWindowSurfaceEXT()
109 EGLStreamKHR CreateStreamKHR(Thread *thread, Display *display, const AttributeMap &attributes) in CreateStreamKHR()
121 EGLSyncKHR CreateSyncKHR(Thread *thread, in CreateSyncKHR()
137 EGLint DebugMessageControlKHR(Thread *thread, in DebugMessageControlKHR()
148 EGLBoolean DestroyImageKHR(Thread *thread, Display *display, Image *img) in DestroyImageKHR()
158 EGLBoolean DestroyStreamKHR(Thread *thread, Display *display, Stream *streamObject) in DestroyStreamKHR()
[all …]
Degl_stubs.cpp50 EGLBoolean BindAPI(Thread *thread, EGLenum api) in BindAPI()
58 EGLBoolean BindTexImage(Thread *thread, Display *display, Surface *eglSurface, EGLint buffer) in BindTexImage()
77 EGLBoolean ChooseConfig(Thread *thread, in ChooseConfig()
90 EGLint ClientWaitSync(Thread *thread, in ClientWaitSync()
108 EGLBoolean CopyBuffers(Thread *thread, in CopyBuffers()
121 EGLContext CreateContext(Thread *thread, in CreateContext()
139 EGLImage CreateImage(Thread *thread, in CreateImage()
161 EGLSurface CreatePbufferFromClientBuffer(Thread *thread, in CreatePbufferFromClientBuffer()
180 EGLSurface CreatePbufferSurface(Thread *thread, in CreatePbufferSurface()
194 EGLSurface CreatePixmapSurface(Thread *thread, in CreatePixmapSurface()
[all …]
Dentry_points_egl_autogen.cpp38 Thread *thread = egl::GetCurrentThread(); in EGL_ChooseConfig() local
60 Thread *thread = egl::GetCurrentThread(); in EGL_CopyBuffers() local
83 Thread *thread = egl::GetCurrentThread(); in EGL_CreateContext() local
107 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePbufferSurface() local
131 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePixmapSurface() local
155 Thread *thread = egl::GetCurrentThread(); in EGL_CreateWindowSurface() local
174 Thread *thread = egl::GetCurrentThread(); in EGL_DestroyContext() local
193 Thread *thread = egl::GetCurrentThread(); in EGL_DestroySurface() local
216 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigAttrib() local
239 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigs() local
[all …]
Dentry_points_egl_ext_autogen.cpp33 Thread *thread = egl::GetCurrentThread(); in EGL_SetBlobCacheFuncsANDROID() local
51 Thread *thread = egl::GetCurrentThread(); in EGL_CreateNativeClientBufferANDROID() local
73 Thread *thread = egl::GetCurrentThread(); in EGL_GetCompositorTimingSupportedANDROID() local
100 Thread *thread = egl::GetCurrentThread(); in EGL_GetCompositorTimingANDROID() local
123 Thread *thread = egl::GetCurrentThread(); in EGL_GetNextFrameIdANDROID() local
145 Thread *thread = egl::GetCurrentThread(); in EGL_GetFrameTimestampSupportedANDROID() local
174 Thread *thread = egl::GetCurrentThread(); in EGL_GetFrameTimestampsANDROID() local
193 Thread *thread = egl::GetCurrentThread(); in EGL_GetNativeClientBufferANDROID() local
208 Thread *thread = egl::GetCurrentThread(); in EGL_DupNativeFenceFDANDROID() local
231 Thread *thread = egl::GetCurrentThread(); in EGL_PresentationTimeANDROID() local
[all …]
/external/autotest/client/tests/monotonic_time/src/
Dthreads.c19 typedef struct thread { struct
20 pthread_t thread; member
22 thread_func_t func; argument
31 * Helper function to run a thread on a specific set of CPUs. argument
35 thread_t *thread = arg; in run_thread() local
58 thread_t *thread; in create_per_cpu_threads() local
93 thread_t *thread; in create_threads() local
/external/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
/external/igt-gpu-tools/tests/i915/
Dgem_exec_parallel.c61 struct thread { struct
62 pthread_t thread; argument
63 pthread_mutex_t *mutex; argument
64 pthread_cond_t *cond; argument
72 static void *thread(void *data) in thread() argument
Dgem_tiled_swapping.c121 struct thread { struct
122 pthread_t thread; argument
129 struct thread *t = data; in thread_run() argument
/external/oj-libjdwp/src/share/back/
DstepControl.c36 getFrameCount(jthread thread) in getFrameCount()
62 enableStepping(jthread thread) in enableStepping()
76 disableStepping(jthread thread) in disableStepping()
90 getFrameLocation(jthread thread, in getFrameLocation()
130 findLineNumber(jthread thread, jlocation location, in findLineNumber()
166 initState(JNIEnv *env, jthread thread, StepRequest *step) in initState()
266 jthread thread = evinfo->thread; in handleFramePopEvent() local
369 jthread thread = evinfo->thread; in handleExceptionCatchEvent() local
436 jthread thread; in handleMethodEnterEvent() local
486 completeStep(JNIEnv *env, jthread thread, StepRequest *step) in completeStep()
[all …]
DThreadReferenceImpl.c38 jthread thread; in name() local
80 jthread thread; in suspend() local
102 jthread thread; in resume() local
128 jthread thread; in status() local
155 jthread thread; in threadGroup() local
194 validateSuspendedThread(PacketOutputStream *out, jthread thread) in validateSuspendedThread()
220 jthread thread; in frames() local
319 jthread thread; in getFrameCount() local
350 jthread thread; in ownedMonitors() local
399 jthread thread; in currentContendedMonitor() local
[all …]
DthreadControl.c65 jthread thread; member
129 jthread thread; member
141 getStackDepth(jthread thread) in getStackDepth()
156 threadState(jthread thread, jint *pstate) in threadState()
165 setThreadLocalStorage(jthread thread, ThreadNode *node) in setThreadLocalStorage()
182 getThreadLocalStorage(jthread thread) in getThreadLocalStorage()
208 nonTlsSearch(JNIEnv *env, ThreadList *list, jthread thread) in nonTlsSearch()
226 findThread(ThreadList *list, jthread thread) in findThread()
302 insertThread(JNIEnv *env, ThreadList *list, jthread thread) in insertThread()
380 removeThread(JNIEnv *env, ThreadList *list, jthread thread) in removeThread()
[all …]
DeventHandler.c323 deferEventReport(JNIEnv *env, jthread thread, in deferEventReport()
368 skipEventReport(JNIEnv *env, jthread thread, EventIndex ei, in skipEventReport()
388 reportEvents(JNIEnv *env, jbyte sessionID, jthread thread, EventIndex ei, in reportEvents()
549 jthread thread; in event_callback() local
759 jthread thread, jmethodID method, jlocation location) in cbSingleStep()
781 jthread thread, jmethodID method, jlocation location) in cbBreakpoint()
803 jthread thread, jmethodID method, in cbFramePop()
830 jthread thread, jmethodID method, in cbException()
857 cbThreadStart(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread) in cbThreadStart()
875 cbThreadEnd(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread) in cbThreadEnd()
[all …]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DSocketHandlerTest.java170 ServerThread thread = new ServerThread(); in testConstructor_NoProperties() local
204 ServerThread thread = new ServerThread(); in testConstructor_NoBasicProperties() local
241 ServerThread thread = new ServerThread(); in testConstructor_ValidProperties() local
285 ServerThread thread = new ServerThread(); in testConstructor_InvalidBasicProperties() local
420 ServerThread thread = new ServerThread(); in testClose_SufficientPrivilege_NormalClose() local
448 ServerThread thread = new ServerThread(); in testClose_SufficientPrivilege_DirectClose() local
473 ServerThread thread = new ServerThread(); in testPublish_NoFilter() local
512 ServerThread thread = new ServerThread(); in testPublish_WithFilter() local
542 ServerThread thread = new ServerThread(); in testPublish_Null() local
569 ServerThread thread = new ServerThread(); in testPublish_EmptyMsg() local
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DEventLoop.kt8 protected abstract val thread: Thread constant in kotlinx.coroutines.EventLoopImplPlatform
11 val thread = thread // atomic read in unpark() constant
22 override val thread: Thread constant in kotlinx.coroutines.BlockingEventLoop
/external/libcups/cups/
Dthread.c154 _cupsThreadCancel(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadCancel()
169 pthread_t thread; in _cupsThreadCreate() local
183 _cupsThreadDetach(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadDetach()
194 _cupsThreadWait(_cups_thread_t thread) /* I - Thread ID */ in _cupsThreadWait()
341 _cupsThreadCancel(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadCancel()
365 _cupsThreadDetach(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadDetach()
377 _cupsThreadWait(_cups_thread_t thread) /* I - Thread ID */ in _cupsThreadWait()
504 _cupsThreadCancel(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadCancel()
533 _cupsThreadDetach(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadDetach()
544 _cupsThreadWait(_cups_thread_t thread) /* I - Thread ID */ in _cupsThreadWait()
/external/deqp/framework/delibs/destream/
DdeStreamCpyThread.c30 deStreamCpyThread* thread = (deStreamCpyThread*)arg; in cpyStream() local
62 deStreamCpyThread* thread = malloc(sizeof(deStreamCpyThread)); in deStreamCpyThread_create() local
76 void deStreamCpyThread_destroy (deStreamCpyThread* thread) in deStreamCpyThread_destroy()
83 void deStreamCpyThread_join (deStreamCpyThread* thread) in deStreamCpyThread_join()
/external/mockito/src/main/java/org/mockito/internal/util/concurrent/
DDetachedThreadLocal.java65 public T pushTo(Thread thread) { in pushTo()
77 public T fetchFrom(Thread thread) { in fetchFrom()
89 public T get(Thread thread) { in get()
97 public void define(Thread thread, T value) { in define()
105 protected T initialValue(Thread thread) { in initialValue()
/external/webrtc/modules/utility/source/
Dprocess_thread_impl_unittest.cc70 ProcessThreadImpl thread("ProcessThread"); in TEST() local
76 ProcessThreadImpl thread("ProcessThread"); in TEST() local
85 ProcessThreadImpl thread("ProcessThread"); in TEST() local
109 ProcessThreadImpl thread("ProcessThread"); in TEST() local
133 ProcessThreadImpl thread("ProcessThread"); in TEST() local
168 ProcessThreadImpl thread("ProcessThread"); in ProcessCallAfterAFewMs() local
230 ProcessThreadImpl thread("ProcessThread"); in TEST() local
261 ProcessThreadImpl thread("ProcessThread"); in TEST() local
305 ProcessThreadImpl thread("ProcessThread"); in TEST() local
/external/pigweed/pw_thread_embos/
Dsnapshot.cc31 namespace pw::thread::embos { namespace
36 inline bool ThreadIsRunning(const OS_TASK& thread) { in ThreadIsRunning()
40 void CaptureThreadState(const OS_TASK& thread, Thread::StreamEncoder& encoder) { in CaptureThreadState()
89 ThreadCallback thread_capture_cb([&ctx](const OS_TASK& thread) -> bool { in SnapshotThreads()
109 Status SnapshotThread(const OS_TASK& thread, in SnapshotThread()
/external/pigweed/pw_thread_threadx/
Dsnapshot.cc32 namespace pw::thread::threadx { namespace
37 inline bool ThreadIsRunning(const TX_THREAD& thread) { in ThreadIsRunning()
43 void CaptureThreadState(const TX_THREAD& thread, in CaptureThreadState()
99 ThreadCallback thread_capture_cb([&ctx](const TX_THREAD& thread) -> bool { in SnapshotThreads()
118 Status SnapshotThread(const TX_THREAD& thread, in SnapshotThread()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DThreadFactoryBuilderTest.java62 Thread thread = threadFactory.newThread(monitoredRunnable); in testThreadFactoryBuilder_defaults() local
92 private static void checkThreadPoolName(Thread thread, int threadId) { in checkThreadPoolName()
117 Thread thread = factory.newThread(monitoredRunnable); in testDaemon_false() local
124 Thread thread = factory.newThread(monitoredRunnable); in testDaemon_true() local
132 Thread thread = factory.newThread(monitoredRunnable); in testPriority_custom() local
207 Thread thread = in testThreadFactory() local
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DThreadFactoryBuilderTest.java62 Thread thread = threadFactory.newThread(monitoredRunnable); in testThreadFactoryBuilder_defaults() local
92 private static void checkThreadPoolName(Thread thread, int threadId) { in checkThreadPoolName()
117 Thread thread = factory.newThread(monitoredRunnable); in testDaemon_false() local
124 Thread thread = factory.newThread(monitoredRunnable); in testDaemon_true() local
132 Thread thread = factory.newThread(monitoredRunnable); in testPriority_custom() local
207 Thread thread = in testThreadFactory() local

12345678910>>...35