Home
last modified time | relevance | path

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

12

/external/jemalloc_new/test/src/
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()
/external/grpc-grpc/test/core/iomgr/
Dwakeup_fd_cv_test.cc137 grpc_core::Thread thd("grpc_background_poll", &background_poll, &pargs); in test_poll_cv_trigger() local
155 grpc_core::Thread thd("grpc_background_poll", &background_poll, &pargs); in test_poll_cv_trigger() local
172 grpc_core::Thread thd("grpc_background_poll", &background_poll, &pargs); in test_poll_cv_trigger() local
189 grpc_core::Thread thd("grpc_background_poll", &background_poll, &pargs); in test_poll_cv_trigger() local
209 grpc_core::Thread thd("grpc_background_poll", &background_poll, &pargs); in test_poll_cv_trigger() local
Dresolve_address_posix_test.cc41 grpc_core::Thread thd; member
/external/grpc-grpc/test/core/gprpp/
Dfork_test.cc83 for (auto& thd : thds) { in test_thd_count() local
118 grpc_core::Thread thd = in test_exec_count() local
/external/jemalloc_new/test/unit/
Dtsd.c73 thd_t thd; in TEST_BEGIN() local
121 thd_t thd; in TEST_BEGIN() local
/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_mysqld.cc56 THD *thd = new (std::nothrow) THD(); in create_thd() local
76 THD *thd = channel_info->create_thd(); in try_connection() local
Dfuzz_docommand.cc91 THD *thd = new (std::nothrow) THD(); in create_thd() local
/external/grpc-grpc/src/cpp/thread_manager/
Dthread_manager.cc96 void ThreadManager::MarkAsCompleted(WorkerThread* thd) { in MarkAsCompleted()
122 for (auto thd : completed_threads) delete thd; in CleanupCompletedThreads() local
/external/rust/crates/grpcio-sys/grpc/src/cpp/thread_manager/
Dthread_manager.cc97 void ThreadManager::MarkAsCompleted(WorkerThread* thd) { in MarkAsCompleted()
123 for (auto thd : completed_threads) delete thd; in CleanupCompletedThreads() local
/external/libiio/src/iiod/
Dops.c57 static void thd_entry_event_signal(struct ThdEntry *thd) in thd_entry_event_signal()
67 static int thd_entry_event_wait(struct ThdEntry *thd, pthread_mutex_t *mutex, in thd_entry_event_wait()
415 static ssize_t send_data(struct DevEntry *dev, struct ThdEntry *thd, size_t len) in send_data()
461 static ssize_t receive_data(struct DevEntry *dev, struct ThdEntry *thd) in receive_data()
513 static void signal_thread(struct ThdEntry *thd, ssize_t ret) in signal_thread()
524 struct ThdEntry *thd, *next_thd; in rw_thd() local
769 struct ThdEntry *thd; in rw_buffer() local
877 struct ThdEntry *thd; in open_dev_helper() local
Dthread-pool.c85 pthread_t thd; in thread_pool_add_thread() local
/external/jemalloc_new/test/integration/
Dthread_tcache_enabled.c71 thd_t thd; in TEST_BEGIN() local
Dallocated.c108 thd_t thd; in TEST_BEGIN() local
/external/grpc-grpc/test/core/end2end/tests/
Dconnectivity.cc68 grpc_core::Thread thd("grpc_connectivity", child_thread, &ce); in test_connectivity() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.h39 grpc_core::Thread thd; member
Dtimer_manager.cc33 grpc_core::Thread thd; member
/external/grpc-grpc/test/core/gpr/
Dcpu_test.cc116 grpc_core::Thread* thd = in cpu_test() local
/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.h37 grpc_core::Thread thd; member
Dtimer_manager.cc32 grpc_core::Thread thd; member
/external/grpc-grpc/test/core/handshake/
Dserver_ssl_common.cc142 grpc_core::Thread thd("grpc_ssl_test", server_thread, &port, &ok); in server_ssl_test() local
Dverify_peer_options.cc123 grpc_core::Thread thd("grpc_client_ssl_test", server_thread, &port, &ok); in verify_peer_options_test() local
Dclient_ssl.cc235 grpc_core::Thread thd("grpc_client_ssl_test", server_thread, &args, &ok); in client_ssl_test() local
/external/perfetto/test/stress_test/
Dstress_test.cc255 const auto& thd = it.second; in RunConfig() local
329 ParsedTraceStats::WriterThread& thd = t_it->second; in ParseTracePacket() local
/external/ltp/testcases/misc/math/float/
Dmain.c325 int thd; in handle_signals() local
/external/rust/crates/grpcio-sys/grpc/tools/profiling/latency_profile/
Dprofile_analyzer.py167 thd = inf['thd'] variable

12