| /external/llvm-project/llvm/include/llvm/Support/ |
| D | thread.h | 26 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-subzero/include/llvm/Support/ |
| D | thread.h | 41 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/ |
| D | thread.h | 26 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() argument 44 void join() {} in join() 45 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency()
|
| /external/llvm/include/llvm/Support/ |
| D | thread.h | 41 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/angle/src/libGLESv2/ |
| D | egl_ext_stubs.cpp | 22 EGLint ClientWaitSyncKHR(Thread *thread, in ClientWaitSyncKHR() 40 EGLImageKHR CreateImageKHR(Thread *thread, in CreateImageKHR() 57 EGLClientBuffer CreateNativeClientBufferANDROID(Thread *thread, const AttributeMap &attribMap) in CreateNativeClientBufferANDROID() 68 EGLSurface CreatePlatformPixmapSurfaceEXT(Thread *thread, in CreatePlatformPixmapSurfaceEXT() 81 EGLSurface CreatePlatformWindowSurfaceEXT(Thread *thread, in CreatePlatformWindowSurfaceEXT() 94 EGLStreamKHR CreateStreamKHR(Thread *thread, Display *display, const AttributeMap &attributes) in CreateStreamKHR() 106 EGLSyncKHR CreateSyncKHR(Thread *thread, in CreateSyncKHR() 122 EGLint DebugMessageControlKHR(Thread *thread, in DebugMessageControlKHR() 133 EGLBoolean DestroyImageKHR(Thread *thread, Display *display, Image *img) in DestroyImageKHR() 143 EGLBoolean DestroyStreamKHR(Thread *thread, Display *display, Stream *streamObject) in DestroyStreamKHR() [all …]
|
| D | egl_stubs.cpp | 50 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 …]
|
| D | entry_points_egl_autogen.cpp | 36 Thread *thread = egl::GetCurrentThread(); in EGL_ChooseConfig() local 56 Thread *thread = egl::GetCurrentThread(); in EGL_CopyBuffers() local 78 Thread *thread = egl::GetCurrentThread(); in EGL_CreateContext() local 101 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePbufferSurface() local 124 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePixmapSurface() local 147 Thread *thread = egl::GetCurrentThread(); in EGL_CreateWindowSurface() local 165 Thread *thread = egl::GetCurrentThread(); in EGL_DestroyContext() local 182 Thread *thread = egl::GetCurrentThread(); in EGL_DestroySurface() local 204 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigAttrib() local 226 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigs() local [all …]
|
| D | entry_points_egl_ext_autogen.cpp | 32 Thread *thread = egl::GetCurrentThread(); in EGL_SetBlobCacheFuncsANDROID() local 49 Thread *thread = egl::GetCurrentThread(); in EGL_CreateNativeClientBufferANDROID() local 69 Thread *thread = egl::GetCurrentThread(); in EGL_GetCompositorTimingSupportedANDROID() local 94 Thread *thread = egl::GetCurrentThread(); in EGL_GetCompositorTimingANDROID() local 115 Thread *thread = egl::GetCurrentThread(); in EGL_GetNextFrameIdANDROID() local 135 Thread *thread = egl::GetCurrentThread(); in EGL_GetFrameTimestampSupportedANDROID() local 162 Thread *thread = egl::GetCurrentThread(); in EGL_GetFrameTimestampsANDROID() local 180 Thread *thread = egl::GetCurrentThread(); in EGL_GetNativeClientBufferANDROID() local 194 Thread *thread = egl::GetCurrentThread(); in EGL_DupNativeFenceFDANDROID() local 215 Thread *thread = egl::GetCurrentThread(); in EGL_PresentationTimeANDROID() local [all …]
|
| /external/autotest/client/tests/monotonic_time/src/ |
| D | threads.c | 19 typedef struct thread { struct 20 pthread_t thread; argument 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/ |
| D | librttest.h | 80 struct thread { struct 81 struct list_head _threads; argument 82 pthread_t pthread; argument 83 pthread_attr_t attr; argument 84 pthread_mutex_t mutex; argument 85 pthread_cond_t cond; argument 95 // flags for threads argument
|
| /external/igt-gpu-tools/tests/i915/ |
| D | gem_exec_parallel.c | 61 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
|
| D | gem_tiled_swapping.c | 121 struct thread { struct 122 pthread_t thread; member 129 struct thread *t = data; in thread_run() argument
|
| /external/oj-libjdwp/src/share/back/ |
| D | stepControl.c | 36 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 …]
|
| D | ThreadReferenceImpl.c | 38 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 …]
|
| D | threadControl.c | 65 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/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
| D | SocketHandlerTest.java | 170 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/ |
| D | EventLoop.kt | 8 protected abstract val thread: Thread constant in kotlinx.coroutines.EventLoopImplPlatform 11 val thread = thread // atomic read in unpark() constant 23 override val thread: Thread constant in kotlinx.coroutines.BlockingEventLoop
|
| /external/deqp/framework/delibs/destream/ |
| D | deStreamCpyThread.c | 30 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/adhd/cras/src/server/ |
| D | audio_thread.c | 190 static int audio_thread_send_response(struct audio_thread *thread, int rc) in audio_thread_send_response() 235 static int audio_thread_read_command(struct audio_thread *thread, uint8_t *buf, in audio_thread_read_command() 265 static int thread_add_open_dev(struct audio_thread *thread, in thread_add_open_dev() 292 static int thread_rm_open_dev(struct audio_thread *thread, in thread_rm_open_dev() 309 static int thread_is_dev_open(struct audio_thread *thread, in thread_is_dev_open() 330 static int thread_dev_start_ramp(struct audio_thread *thread, in thread_dev_start_ramp() 363 static int thread_find_stream(struct audio_thread *thread, in thread_find_stream() 379 static int thread_disconnect_stream(struct audio_thread *thread, in thread_disconnect_stream() 399 static int thread_drain_stream_ms_remaining(struct audio_thread *thread, in thread_drain_stream_ms_remaining() 422 static int thread_drain_stream(struct audio_thread *thread, in thread_drain_stream() [all …]
|
| /external/mockito/src/main/java/org/mockito/internal/util/concurrent/ |
| D | DetachedThreadLocal.java | 65 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/libcups/cups/ |
| D | thread.c | 154 _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/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| D | POSIXStopInfo.h | 23 POSIXStopInfo(lldb_private::Thread &thread, uint32_t status) in POSIXStopInfo() 33 POSIXLimboStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {} in POSIXLimboStopInfo() 53 POSIXNewThreadStopInfo(FreeBSDThread &thread) : POSIXStopInfo(thread, 0) {} in POSIXNewThreadStopInfo()
|
| /external/llvm-project/openmp/runtime/src/ |
| D | kmp_taskdeps.h | 23 static inline void __kmp_node_deref(kmp_info_t *thread, kmp_depnode_t *node) { in __kmp_node_deref() 38 static inline void __kmp_depnode_list_free(kmp_info_t *thread, in __kmp_depnode_list_free() 54 static inline void __kmp_dephash_free_entries(kmp_info_t *thread, in __kmp_dephash_free_entries() 79 static inline void __kmp_dephash_free(kmp_info_t *thread, kmp_dephash_t *h) { in __kmp_dephash_free() 89 kmp_info_t *thread = __kmp_threads[gtid]; in __kmp_release_deps() local
|
| /external/webrtc/modules/utility/source/ |
| D | process_thread_impl_unittest.cc | 70 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/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| D | TraceIntelPT.cpp | 70 for (const std::shared_ptr<ThreadTrace> &thread : traced_threads) in TraceIntelPT() local 77 const DecodedThread *TraceIntelPT::Decode(const Thread &thread) { in Decode() 85 size_t TraceIntelPT::GetCursorPosition(const Thread &thread) { in GetCursorPosition() 93 const Thread &thread, size_t position, TraceDirection direction, in TraverseInstructions() 109 size_t TraceIntelPT::GetInstructionCount(const Thread &thread) { in GetInstructionCount()
|