| /third_party/skia/third_party/externals/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()
|
| /third_party/skia/third_party/externals/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() 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()
|
| /third_party/skia/third_party/externals/angle2/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 …]
|
| D | global_state.cpp | 46 Thread *thread; in AllocateCurrentThread() local 124 void SetCurrentThreadTLS(Thread *thread) in SetCurrentThreadTLS() 162 void SetContextCurrent(Thread *thread, gl::Context *context) in SetContextCurrent() 184 ScopedSyncCurrentContextFromThread::ScopedSyncCurrentContextFromThread(egl::Thread *thread) in ScopedSyncCurrentContextFromThread()
|
| /third_party/ltp/testcases/realtime/include/ |
| D | librttest.h | 79 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/vk-gl-cts/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()
|
| /third_party/cups/cups/ |
| D | thread.c | 155 _cupsThreadCancel(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadCancel() 170 pthread_t thread; in _cupsThreadCreate() local 184 _cupsThreadDetach(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadDetach() 195 _cupsThreadWait(_cups_thread_t thread) /* I - Thread ID */ in _cupsThreadWait() 342 _cupsThreadCancel(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadCancel() 366 _cupsThreadDetach(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadDetach() 378 _cupsThreadWait(_cups_thread_t thread) /* I - Thread ID */ in _cupsThreadWait() 505 _cupsThreadCancel(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadCancel() 534 _cupsThreadDetach(_cups_thread_t thread)/* I - Thread ID */ in _cupsThreadDetach() 545 _cupsThreadWait(_cups_thread_t thread) /* I - Thread ID */ in _cupsThreadWait()
|
| /third_party/vk-gl-cts/framework/delibs/dethread/unix/ |
| D | deThreadUnix.c | 53 pthread_t thread; member 62 Thread* thread = (Thread*)entryPtr; in startThread() local 75 Thread* thread = (Thread*)deCalloc(sizeof(Thread)); in deThread_create() local 114 Thread* thread = (Thread*)threadptr; in deThread_join() local 132 Thread* thread = (Thread*)threadptr; in deThread_destroy() local
|
| /third_party/openssl/test/ |
| D | threadstest.h | 27 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()
|
| /third_party/ltp/testcases/kernel/syscalls/tgkill/ |
| D | tgkill01.c | 19 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/vk-gl-cts/framework/delibs/dethread/ |
| D | deThreadTest.c | 96 deThread thread = deThread_create(threadTestThr1, &val, DE_NULL); in deThread_selfTest() local 107 deThread thread = deThread_create(threadTestThr2, DE_NULL, DE_NULL); in deThread_selfTest() local 120 deThread thread; in deThread_selfTest() local 141 deThread thread; in deThread_selfTest() local 158 deThread thread; in deThread_selfTest() local 277 deThread thread; in deMutex_selfTest() local 337 deThread thread; in deMutex_selfTest() local 637 deThread thread = deThread_create(singletonTestThread, &initTimeMs, DE_NULL); in runSingletonThreadedTest() local 649 deThread thread = deThreadArray_get(threads, threadNdx); in runSingletonThreadedTest() local
|
| /third_party/elfutils/libdwfl/ |
| D | dwfl_frame.c | 86 state_alloc (Dwfl_Thread *thread) in state_alloc() 268 Dwfl_Thread thread; in INTDEF() local 303 get_one_thread_cb (Dwfl_Thread *thread, void *arg) in get_one_thread_cb() 319 getthread (Dwfl *dwfl, pid_t tid, in getthread() 338 Dwfl_Thread thread; in getthread() local 377 get_one_thread_frames_cb (Dwfl_Thread *thread, void *arg) in get_one_thread_frames_cb()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| D | blockingcall.h | 37 auto thread = std::thread( in call() local 62 auto thread = std::thread( in call() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
| D | thread_mutex_test.cpp | 217 pthread_t thread; variable 268 pthread_t thread; variable 342 pthread_t thread; variable 372 pthread_t thread; variable
|
| /third_party/mbedtls/tests/src/ |
| D | threading_helpers.c | 18 static int threading_thread_create_pthread(mbedtls_test_thread_t *thread, void *(*thread_func)( in threading_thread_create_pthread() 32 static int threading_thread_join_pthread(mbedtls_test_thread_t *thread) in threading_thread_join_pthread() 53 static int threading_thread_create_fail(mbedtls_test_thread_t *thread, in threading_thread_create_fail() 64 static int threading_thread_join_fail(mbedtls_test_thread_t *thread) in threading_thread_join_fail()
|
| /third_party/cares/src/lib/util/ |
| D | ares_threads.c | 136 HANDLE thread; member 147 ares_thread_t *thread = lpParameter; in ares_thread_func() local 153 ares_status_t ares_thread_create(ares_thread_t **thread, in ares_thread_create() 179 ares_status_t ares_thread_join(ares_thread_t *thread, void **rv) in ares_thread_join() 368 pthread_t thread; member 371 ares_status_t ares_thread_create(ares_thread_t **thread, in ares_thread_create() 393 ares_status_t ares_thread_join(ares_thread_t *thread, void **rv) in ares_thread_join() 481 ares_status_t ares_thread_create(ares_thread_t **thread, in ares_thread_create() 490 ares_status_t ares_thread_join(ares_thread_t *thread, void **rv) in ares_thread_join()
|
| /third_party/FreeBSD/sys/dev/usb/implementation/ |
| D | _thread_ref.h | 47 struct thread { struct 51 #define curthread (((LosTaskCB *)(OsCurrTaskGet()))->taskID) argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| D | thread_identity_test.cc | 85 for (auto& thread : threads) { in TEST() local 111 for (int thread = 0; thread < kNumThreads; ++thread) { in TEST() local 120 for (auto& thread : threads) { in TEST() local
|
| /third_party/libuv/test/ |
| D | test-condvar.c | 129 uv_thread_t thread; in TEST_IMPL() local 148 uv_thread_t thread; in TEST_IMPL() local 193 uv_thread_t thread; in TEST_IMPL() local 212 uv_thread_t thread; in TEST_IMPL() local
|
| D | test-barrier.c | 50 uv_thread_t thread; in TEST_IMPL() local 72 uv_thread_t thread; in TEST_IMPL() local 94 uv_thread_t thread; in TEST_IMPL() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
| D | UCharacterThreadTest.java | 52 GetNameThread thread = new GetNameThread(codePoint, correctName); in TestUCharactersGetName() local 58 GetNameThread thread = (GetNameThread)i.next(); in TestUCharactersGetName() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
| D | UCharacterThreadTest.java | 49 GetNameThread thread = new GetNameThread(codePoint, correctName); in TestUCharactersGetName() local 55 GetNameThread thread = (GetNameThread)i.next(); in TestUCharactersGetName() local
|