Home
last modified time | relevance | path

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

12345678910>>...55

/external/angle/src/libGLESv2/
Degl_context_lock_impl.h24 ANGLE_INLINE ScopedContextMutexLock GetContextLock_ChooseConfig(Thread *thread, in GetContextLock_ChooseConfig()
30 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CopyBuffers(Thread *thread, in GetContextLock_CopyBuffers()
36 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreateContext(Thread *thread, in GetContextLock_CreateContext()
43 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreatePbufferSurface(Thread *thread, in GetContextLock_CreatePbufferSurface()
49 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreatePixmapSurface(Thread *thread, in GetContextLock_CreatePixmapSurface()
55 ANGLE_INLINE ScopedContextMutexLock GetContextLock_CreateWindowSurface(Thread *thread, in GetContextLock_CreateWindowSurface()
61 ANGLE_INLINE ScopedContextMutexLock GetContextLock_DestroyContext(Thread *thread, in GetContextLock_DestroyContext()
69 ANGLE_INLINE ScopedContextMutexLock GetContextLock_DestroySurface(Thread *thread, in GetContextLock_DestroySurface()
75 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetConfigAttrib(Thread *thread, in GetContextLock_GetConfigAttrib()
82 ANGLE_INLINE ScopedContextMutexLock GetContextLock_GetConfigs(Thread *thread, in GetContextLock_GetConfigs()
[all …]
Degl_ext_stubs.cpp25 EGLint ClientWaitSyncKHR(Thread *thread, in ClientWaitSyncKHR()
65 EGLImageKHR CreateImageKHR(Thread *thread, in CreateImageKHR()
85 EGLClientBuffer CreateNativeClientBufferANDROID(Thread *thread, const AttributeMap &attribMap) in CreateNativeClientBufferANDROID()
96 EGLSurface CreatePlatformPixmapSurfaceEXT(Thread *thread, in CreatePlatformPixmapSurfaceEXT()
110 EGLSurface CreatePlatformWindowSurfaceEXT(Thread *thread, in CreatePlatformWindowSurfaceEXT()
137 EGLStreamKHR CreateStreamKHR(Thread *thread, Display *display, const AttributeMap &attributes) in CreateStreamKHR()
149 EGLSyncKHR CreateSyncKHR(Thread *thread, in CreateSyncKHR()
165 EGLint DebugMessageControlKHR(Thread *thread, in DebugMessageControlKHR()
176 EGLBoolean DestroyImageKHR(Thread *thread, Display *display, egl::ImageID imageID) in DestroyImageKHR()
188 EGLBoolean DestroyStreamKHR(Thread *thread, Display *display, Stream *streamObject) in DestroyStreamKHR()
[all …]
Degl_stubs.cpp44 EGLBoolean BindAPI(Thread *thread, EGLenum api) in BindAPI()
52 EGLBoolean BindTexImage(Thread *thread, Display *display, egl::SurfaceID surfaceID, EGLint buffer) in BindTexImage()
73 EGLBoolean ChooseConfig(Thread *thread, in ChooseConfig()
86 EGLint ClientWaitSync(Thread *thread, in ClientWaitSync()
126 EGLBoolean CopyBuffers(Thread *thread, in CopyBuffers()
139 EGLContext CreateContext(Thread *thread, in CreateContext()
157 EGLImage CreateImage(Thread *thread, in CreateImage()
181 EGLSurface CreatePbufferFromClientBuffer(Thread *thread, in CreatePbufferFromClientBuffer()
201 EGLSurface CreatePbufferSurface(Thread *thread, in CreatePbufferSurface()
216 EGLSurface CreatePixmapSurface(Thread *thread, in CreatePixmapSurface()
[all …]
Dentry_points_egl_autogen.cpp34 Thread *thread = egl::GetCurrentThread(); in EGL_ChooseConfig() local
76 Thread *thread = egl::GetCurrentThread(); in EGL_CopyBuffers() local
115 Thread *thread = egl::GetCurrentThread(); in EGL_CreateContext() local
159 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePbufferSurface() local
201 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePixmapSurface() local
244 Thread *thread = egl::GetCurrentThread(); in EGL_CreateWindowSurface() local
284 Thread *thread = egl::GetCurrentThread(); in EGL_DestroyContext() local
318 Thread *thread = egl::GetCurrentThread(); in EGL_DestroySurface() local
355 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigAttrib() local
395 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigs() local
[all …]
Dentry_points_egl_ext_autogen.cpp30 Thread *thread = egl::GetCurrentThread(); in EGL_SetBlobCacheFuncsANDROID() local
63 Thread *thread = egl::GetCurrentThread(); in EGL_CreateNativeClientBufferANDROID() local
101 Thread *thread = egl::GetCurrentThread(); in EGL_GetCompositorTimingSupportedANDROID() local
144 Thread *thread = egl::GetCurrentThread(); in EGL_GetCompositorTimingANDROID() local
186 Thread *thread = egl::GetCurrentThread(); in EGL_GetNextFrameIdANDROID() local
225 Thread *thread = egl::GetCurrentThread(); in EGL_GetFrameTimestampSupportedANDROID() local
269 Thread *thread = egl::GetCurrentThread(); in EGL_GetFrameTimestampsANDROID() local
311 Thread *thread = egl::GetCurrentThread(); in EGL_GetNativeClientBufferANDROID() local
342 Thread *thread = egl::GetCurrentThread(); in EGL_DupNativeFenceFDANDROID() local
380 Thread *thread = egl::GetCurrentThread(); in EGL_PresentationTimeANDROID() local
[all …]
/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() argument
59 void join() {} in join()
60 static unsigned hardware_concurrency() { return 1; } in hardware_concurrency()
/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() 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() function
37 thread(thread &&other) {} in thread() argument
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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
Dthread.h72 thread() : Thread(native_handle_type()) {} in thread() function
73 thread(thread &&Other) noexcept in thread() function
77 explicit thread(Function &&f, Args &&...args) in thread() function
125 thread::thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() function
218 struct thread { struct
219 thread() {} in thread() argument
220 thread(thread &&other) {} in thread() argument
222 explicit thread(std::optional<unsigned> StackSizeInBytes, Function &&f, in thread() function
227 explicit thread(Function &&f, Args &&...args) { in thread() argument
233 report_fatal_error("Detaching from a thread does not make sense with no " in detach() argument
[all …]
/external/trusty/lk/include/kernel/
Dthread.h91 typedef struct thread { struct
105 struct list_node thread_list_node; argument
110 enum thread_state state; argument
126 struct arch_thread arch; argument
129 thread_start_routine entry; argument
136 /* thread local storage */ argument
152 /* thread priority */ argument
/external/ltp/testcases/realtime/include/
Dlibrttest.h78 struct thread { struct
79 struct list_head _threads; argument
80 pthread_t pthread; argument
81 pthread_attr_t attr; argument
82 pthread_mutex_t mutex; argument
83 pthread_cond_t cond; argument
93 // flags for threads argument
/external/igt-gpu-tools/tests/i915/
Dgem_exec_parallel.c61 struct thread { struct
62 pthread_t thread; member
63 pthread_mutex_t *mutex; argument
64 pthread_cond_t *cond; argument
72 static void *thread(void *data) in thread() function
/external/coreboot/src/include/
Dthread.h42 struct thread { struct
46 struct thread *next; argument
50 struct thread_handle *handle; argument
53 /* Return 0 on successful yield, < 0 when thread did not yield. */ argument
/external/angle/src/libANGLE/capture/
Dcapture_egl_autogen.cpp22 CallCapture CaptureChooseConfig(egl::Thread *thread, in CaptureChooseConfig()
46 CallCapture CaptureCopyBuffers(egl::Thread *thread, in CaptureCopyBuffers()
66 CallCapture CaptureCreateContext(egl::Thread *thread, in CaptureCreateContext()
88 CallCapture CaptureCreatePbufferSurface(egl::Thread *thread, in CaptureCreatePbufferSurface()
108 CallCapture CaptureCreatePixmapSurface(egl::Thread *thread, in CaptureCreatePixmapSurface()
130 CallCapture CaptureCreateWindowSurface(egl::Thread *thread, in CaptureCreateWindowSurface()
152 CallCapture CaptureDestroyContext(egl::Thread *thread, in CaptureDestroyContext()
170 CallCapture CaptureDestroySurface(egl::Thread *thread, in CaptureDestroySurface()
188 CallCapture CaptureGetConfigAttrib(egl::Thread *thread, in CaptureGetConfigAttrib()
210 CallCapture CaptureGetConfigs(egl::Thread *thread, in CaptureGetConfigs()
[all …]
/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 …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DEventLoop.kt9 protected abstract val thread: Thread constant in kotlinx.coroutines.EventLoopImplPlatform
12 val thread = thread // atomic read in unpark() constant
23 override val thread: Thread constant in kotlinx.coroutines.BlockingEventLoop
105 val thread = Thread.currentThread() in createEventLoop() constant
/external/libcap/goapps/captrace/
Dcaptrace.go32 type thread struct { struct
33 PPID, Datum int
34 Value cap.Value
35 Token string
48 func event(add bool, tid int, th *thread) {
/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/sdv/vsomeip/third_party/boost/thread/include/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 …]
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DThreadMonitor.java59 static Thread start(final Thread thread, final Duration timeout) { in start()
74 static void stop(final Thread thread) { in stop()
80 private final Thread thread; field in ThreadMonitor
90 private ThreadMonitor(final Thread thread, final Duration timeout) { in ThreadMonitor()
/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/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/mockito/src/main/java/org/mockito/internal/util/concurrent/
DDetachedThreadLocal.java52 public T get(Thread thread) { in get()
75 public T pushTo(Thread thread) { in pushTo()
87 public T fetchFrom(Thread thread) { in fetchFrom()
99 public void define(Thread thread, T value) { in define()
107 protected T initialValue(Thread thread) { in initialValue()

12345678910>>...55