Home
last modified time | relevance | path

Searched defs:thd (Results 1 – 25 of 64) sorted by relevance

123

/aosp_15_r20/art/test/1932-monitor-events-misc/src/art/
H A DTest1932.java26 public default void handleMonitorEnter(Thread thd, Object lock) {} in handleMonitorEnter()
27 public default void handleMonitorEntered(Thread thd, Object lock) {} in handleMonitorEntered()
28 public default void handleMonitorWait(Thread thd, Object lock, long timeout) {} in handleMonitorWait()
29 public default void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) {} in handleMonitorWaited()
624 public static void handleMonitorEnter(Thread thd, Object lock) { in handleMonitorEnter()
634 public static void handleMonitorEntered(Thread thd, Object lock) { in handleMonitorEntered()
643 public static void handleMonitorWait(Thread thd, Object lock, long timeout) { in handleMonitorWait()
650 public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) { in handleMonitorWaited()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/
H A Dthread.c69 apr_thread_t *thd = (apr_thread_t *)opaque; in dummy_worker() local
157 apr_status_t apr_thread_exit(apr_thread_t *thd, in apr_thread_exit()
167 apr_thread_t *thd) in apr_thread_join()
181 apr_status_t apr_thread_detach(apr_thread_t *thd) in apr_thread_detach()
212 apr_thread_t *thd) in apr_os_thread_get()
221 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd, in apr_os_thread_put()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/
H A Dthread.c77 apr_thread_t *thd = (apr_thread_t *)opaque; in dummy_worker() local
132 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd, in apr_thread_exit()
147 apr_thread_t *thd) in apr_thread_join()
171 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd) in apr_thread_detach()
231 apr_thread_t *thd) in apr_os_thread_get()
240 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd, in apr_os_thread_put()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/
H A Dthread.c67 apr_thread_t *thd = (apr_thread_t*)opaque; in dummy_worker() local
122 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd, apr_status_t retval) in apr_thread_exit()
131 APR_DECLARE(apr_status_t) apr_thread_join(apr_status_t *retval, apr_thread_t *thd) in apr_thread_join()
151 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd) in apr_thread_detach()
177 APR_DECLARE(apr_status_t) apr_os_thread_get(apr_os_thread_t **thethd, apr_thread_t *thd) in apr_os_thread_get()
183 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd, apr_os_thread_t *thethd, in apr_os_thread_put()
/aosp_15_r20/art/test/1931-monitor-events/src/art/
H A DTest1931.java53 public static void handleMonitorEnter(Thread thd, Object lock) { in handleMonitorEnter()
60 public static void handleMonitorEntered(Thread thd, Object lock) { in handleMonitorEntered()
66 public static void handleMonitorWait(Thread thd, Object lock, long timeout) { in handleMonitorWait()
70 public static void handleMonitorWaited(Thread thd, Object lock, boolean timed_out) { in handleMonitorWaited()
156 Thread thd = new Thread(() -> { in testUnlockedWait() local
/aosp_15_r20/external/jemalloc_new/test/src/
H A Dthd.c5 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) { in thd_create()
14 thd_join(thd_t thd, void **ret) { in thd_join()
24 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) { in thd_create()
31 thd_join(thd_t thd, void **ret) { in thd_join()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/
H A Dthread.c132 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd, apr_status_t retval) in apr_thread_exit()
141 APR_DECLARE(apr_status_t) apr_thread_join(apr_status_t *retval, apr_thread_t *thd) in apr_thread_join()
160 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd) in apr_thread_detach()
175 APR_DECLARE(apr_status_t) apr_os_thread_get(apr_os_thread_t **thethd, apr_thread_t *thd) in apr_os_thread_get()
183 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd, apr_os_thread_t *thethd, in apr_os_thread_put()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/
H A Dthread.c202 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd,
212 apr_thread_t *thd)
230 APR_DECLARE(apr_status_t) apr_thread_detach(apr_thread_t *thd)
280 apr_thread_t *thd)
286 APR_DECLARE(apr_status_t) apr_os_thread_put(apr_thread_t **thd,
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dtestlock.c59 static void *APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data) in thread_rwlock_func()
84 static void *APR_THREAD_FUNC thread_mutex_function(apr_thread_t *thd, void *data) in thread_mutex_function()
109 static void *APR_THREAD_FUNC thread_cond_producer(apr_thread_t *thd, void *data) in thread_cond_producer()
134 static void *APR_THREAD_FUNC thread_cond_consumer(apr_thread_t *thd, void *data) in thread_cond_consumer()
H A Dtestlockperf.c58 void * APR_THREAD_FUNC thread_mutex_func(apr_thread_t *thd, void *data) in thread_mutex_func()
70 void * APR_THREAD_FUNC thread_rwlock_func(apr_thread_t *thd, void *data) in thread_rwlock_func()
H A Dtestatomic.c247 void *APR_THREAD_FUNC thread_func_mutex(apr_thread_t *thd, void *data) in thread_func_mutex()
260 void *APR_THREAD_FUNC thread_func_atomic(apr_thread_t *thd, void *data) in thread_func_atomic()
424 static void *APR_THREAD_FUNC thread_func_busyloop(apr_thread_t *thd, void *data) in thread_func_busyloop()
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/
H A Dthread_pool_test.cc336 for (auto& thd : threads) thd.join(); in TEST_F() local
370 for (auto& thd : threads) thd.join(); in TEST_F() local
409 for (auto& thd : threads) thd.join(); in TEST_F() local
442 for (auto& thd : threads) thd.join(); in TEST_F() local
464 for (auto& thd : threads) thd.join(); in TEST_F() local
/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dtsd.c73 thd_t thd; in TEST_BEGIN() local
121 thd_t thd; in TEST_BEGIN() local
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/
H A Dfork_test.cc85 for (auto& thd : thds) { in TEST() local
119 grpc_core::Thread thd = in TEST() local
/aosp_15_r20/external/grpc-grpc/src/cpp/thread_manager/
H A Dthread_manager.cc99 void ThreadManager::MarkAsCompleted(WorkerThread* thd) { in MarkAsCompleted()
125 for (auto thd : completed_threads) delete thd; in CleanupCompletedThreads() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/thread_manager/
Dthread_manager.cc100 void ThreadManager::MarkAsCompleted(WorkerThread* thd) { in MarkAsCompleted()
126 for (auto thd : completed_threads) delete thd; in CleanupCompletedThreads() local
/aosp_15_r20/external/perfetto/test/stress_test/
H A Dstress_test.cc257 const auto& thd = it.second; in RunConfig() local
331 ParsedTraceStats::WriterThread& thd = t_it->second; in ParseTracePacket() local
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dcfstream_test.cc370 std::thread thd = std::thread([this, &rpcs_sent]() { in TEST_P() local
418 std::thread thd = std::thread([this, &rpcs_sent]() { in TEST_P() local
/aosp_15_r20/external/jemalloc_new/test/integration/
H A Dthread_tcache_enabled.c72 thd_t thd; in TEST_BEGIN() local
H A Dallocated.c108 thd_t thd; in TEST_BEGIN() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_csf.c1077 struct drm_panthor_tiler_heap_destroy thd = { in GENX() local
1174 struct drm_panthor_tiler_heap_destroy thd = { in GENX() local
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dxds_federation_client.cc129 for (auto& thd : threads) { in main() local
/aosp_15_r20/system/core/init/libprefetch/prefetch/src/
H A Dlib.rs70 let thd = thread::spawn(move || { in record() localVariable
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dpollset_windows_starvation_test.cc69 grpc_core::Thread thd( in main() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.h39 Thread thd; member

123