/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() argument 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | thread.h | 27 typedef std::thread thread; typedef 36 struct thread { struct 37 thread() {} in thread() argument 38 thread(thread &&other) {} in thread() argument 40 explicit thread(Function &&f, Args &&... args) { in thread() function 45 void join() {} in join() 46 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/autotest/client/tests/monotonic_time/src/ |
D | threads.c | 19 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/ |
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; argument 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/angle/src/libGLESv2/ |
D | entry_points_egl.cpp | 60 Thread *thread = egl::GetCurrentThread(); in EGL_GetError() local 81 Thread *thread = egl::GetCurrentThread(); in EGL_Initialize() local 103 Thread *thread = egl::GetCurrentThread(); in EGL_Terminate() local 123 Thread *thread = egl::GetCurrentThread(); in EGL_QueryString() local 174 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigs() local 200 Thread *thread = egl::GetCurrentThread(); in EGL_ChooseConfig() local 224 Thread *thread = egl::GetCurrentThread(); in EGL_GetConfigAttrib() local 249 Thread *thread = egl::GetCurrentThread(); in EGL_CreateWindowSurface() local 276 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePbufferSurface() local 304 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePixmapSurface() local [all …]
|
D | entry_points_egl_ext.cpp | 39 Thread *thread = egl::GetCurrentThread(); in EGL_QuerySurfacePointerANGLE() local 115 Thread *thread = egl::GetCurrentThread(); in EGL_PostSubBufferNV() local 178 Thread *thread = egl::GetCurrentThread(); in EGL_GetPlatformDisplayEXT() local 216 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePlatformWindowSurfaceEXT() local 243 Thread *thread = egl::GetCurrentThread(); in EGL_CreatePlatformPixmapSurfaceEXT() local 268 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDeviceAttribEXT() local 344 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDeviceStringEXT() local 380 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDisplayAttribEXT() local 401 Thread *thread = egl::GetCurrentThread(); in EGL_QueryDisplayAttribANGLE() local 424 Thread *thread = egl::GetCurrentThread(); in EGL_CreateImageKHR() local [all …]
|
/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 …]
|
D | StackFrameImpl.c | 34 validateThreadFrame(jthread thread, FrameID frame) in validateThreadFrame() 53 writeVariableValue(JNIEnv *env, PacketOutputStream *out, jthread thread, in writeVariableValue() 146 readVariableValue(JNIEnv *env, PacketInputStream *in, jthread thread, in readVariableValue() 223 jthread thread; in getValues() local 281 jthread thread; in setValues() local 342 jthread thread; in thisObject() local 424 jthread thread; in popFrames() local
|
/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/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/adhd/cras/src/server/ |
D | audio_thread.c | 192 static int audio_thread_send_response(struct audio_thread *thread, int rc) in audio_thread_send_response() 237 static int audio_thread_read_command(struct audio_thread *thread, uint8_t *buf, in audio_thread_read_command() 267 static int thread_add_open_dev(struct audio_thread *thread, in thread_add_open_dev() 294 static int thread_rm_open_dev(struct audio_thread *thread, in thread_rm_open_dev() 311 static int thread_is_dev_open(struct audio_thread *thread, in thread_is_dev_open() 332 static int thread_dev_start_ramp(struct audio_thread *thread, in thread_dev_start_ramp() 365 static int thread_find_stream(struct audio_thread *thread, in thread_find_stream() 381 static int thread_disconnect_stream(struct audio_thread *thread, in thread_disconnect_stream() 401 static int thread_drain_stream_ms_remaining(struct audio_thread *thread, in thread_drain_stream_ms_remaining() 424 static int thread_drain_stream(struct audio_thread *thread, in thread_drain_stream() [all …]
|
/external/libcups/cups/ |
D | thread.c | 159 _cupsThreadCancel(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadCancel() 174 pthread_t thread; in _cupsThreadCreate() local 188 _cupsThreadDetach(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadDetach() 199 _cupsThreadWait(_cups_thread_t thread) /* I - Thread ID */ in _cupsThreadWait() 346 _cupsThreadCancel(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadCancel() 370 _cupsThreadDetach(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadDetach() 382 _cupsThreadWait(_cups_thread_t thread) /* I - Thread ID */ in _cupsThreadWait() 509 _cupsThreadCancel(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadCancel() 538 _cupsThreadDetach(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadDetach() 549 _cupsThreadWait(_cups_thread_t thread) /* I - Thread ID */ in _cupsThreadWait()
|
/external/webrtc/webrtc/modules/utility/source/ |
D | process_thread_impl_unittest.cc | 57 ProcessThreadImpl thread("ProcessThread"); in TEST() local 63 ProcessThreadImpl thread("ProcessThread"); in TEST() local 72 ProcessThreadImpl thread("ProcessThread"); in TEST() local 94 ProcessThreadImpl thread("ProcessThread"); in TEST() local 116 ProcessThreadImpl thread("ProcessThread"); in TEST() local 151 ProcessThreadImpl thread("ProcessThread"); in ProcessCallAfterAFewMs() local 216 ProcessThreadImpl thread("ProcessThread"); in TEST() local 249 ProcessThreadImpl thread("ProcessThread"); in TEST() local 296 ProcessThreadImpl thread("ProcessThread"); in TEST() local
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | ThreadFactoryBuilderTest.java | 61 Thread thread = threadFactory.newThread(monitoredRunnable); in testThreadFactoryBuilder_defaults() local 91 private static void checkThreadPoolName(Thread thread, int threadId) { in checkThreadPoolName() 113 Thread thread = factory.newThread(monitoredRunnable); in testDaemon_false() local 119 Thread thread = factory.newThread(monitoredRunnable); in testDaemon_true() local 126 Thread thread = factory.newThread(monitoredRunnable); in testPriority_custom() local 197 Thread thread = in testThreadFactory() local
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | ThreadFactoryBuilderTest.java | 61 Thread thread = threadFactory.newThread(monitoredRunnable); in testThreadFactoryBuilder_defaults() local 91 private static void checkThreadPoolName(Thread thread, int threadId) { in checkThreadPoolName() 113 Thread thread = factory.newThread(monitoredRunnable); in testDaemon_false() local 119 Thread thread = factory.newThread(monitoredRunnable); in testDaemon_true() local 126 Thread thread = factory.newThread(monitoredRunnable); in testPriority_custom() local 197 Thread thread = in testThreadFactory() local
|
/external/boringssl/src/crypto/pool/ |
D | pool_test.cc | 74 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
|
/external/boringssl/src/crypto/ |
D | refcount_test.cc | 53 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
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | MonitorInfoImpl.java | 39 ThreadReference thread; field in MonitorInfoImpl 43 ThreadReferenceImpl thread, int dpth) { in MonitorInfoImpl() 85 public ThreadReference thread() { in thread() method in MonitorInfoImpl
|