| /external/jemalloc_new/test/src/ | 
| D | thd.c | 5 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/ | 
| D | wakeup_fd_cv_test.cc | 137     grpc_core::Thread thd("grpc_background_poll", &background_poll, &pargs);  in test_poll_cv_trigger()  local155     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
 
 | 
| D | resolve_address_posix_test.cc | 41   grpc_core::Thread thd;  member
 | 
| /external/grpc-grpc/test/core/gprpp/ | 
| D | fork_test.cc | 83   for (auto& thd : thds) {  in test_thd_count()  local118   grpc_core::Thread thd =  in test_exec_count()  local
 
 | 
| /external/jemalloc_new/test/unit/ | 
| D | tsd.c | 73 	thd_t thd;  in TEST_BEGIN()  local121 	thd_t thd;  in TEST_BEGIN()  local
 
 | 
| /external/oss-fuzz/projects/mysql-server/targets/ | 
| D | fuzz_mysqld.cc | 56         THD *thd = new (std::nothrow) THD();  in create_thd()  local76     THD *thd = channel_info->create_thd();  in try_connection()  local
 
 | 
| D | fuzz_docommand.cc | 91         THD *thd = new (std::nothrow) THD();  in create_thd()  local
 | 
| /external/grpc-grpc/src/cpp/thread_manager/ | 
| D | thread_manager.cc | 96 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/ | 
| D | thread_manager.cc | 97 void ThreadManager::MarkAsCompleted(WorkerThread* thd) {  in MarkAsCompleted()123   for (auto thd : completed_threads) delete thd;  in CleanupCompletedThreads()  local
 
 | 
| /external/libiio/src/iiod/ | 
| D | ops.c | 57 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
 
 | 
| D | thread-pool.c | 85 	pthread_t thd;  in thread_pool_add_thread()  local
 | 
| /external/jemalloc_new/test/integration/ | 
| D | thread_tcache_enabled.c | 71 	thd_t thd;  in TEST_BEGIN()  local
 | 
| D | allocated.c | 108 	thd_t thd;  in TEST_BEGIN()  local
 | 
| /external/grpc-grpc/test/core/end2end/tests/ | 
| D | connectivity.cc | 68   grpc_core::Thread thd("grpc_connectivity", child_thread, &ce);  in test_connectivity()  local
 | 
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ | 
| D | executor.h | 39   grpc_core::Thread thd;  member
 | 
| D | timer_manager.cc | 33   grpc_core::Thread thd;  member
 | 
| /external/grpc-grpc/test/core/gpr/ | 
| D | cpu_test.cc | 116   grpc_core::Thread* thd =  in cpu_test()  local
 | 
| /external/grpc-grpc/src/core/lib/iomgr/ | 
| D | executor.h | 37   grpc_core::Thread thd;  member
 | 
| D | timer_manager.cc | 32   grpc_core::Thread thd;  member
 | 
| /external/grpc-grpc/test/core/handshake/ | 
| D | server_ssl_common.cc | 142   grpc_core::Thread thd("grpc_ssl_test", server_thread, &port, &ok);  in server_ssl_test()  local
 | 
| D | verify_peer_options.cc | 123   grpc_core::Thread thd("grpc_client_ssl_test", server_thread, &port, &ok);  in verify_peer_options_test()  local
 | 
| D | client_ssl.cc | 235   grpc_core::Thread thd("grpc_client_ssl_test", server_thread, &args, &ok);  in client_ssl_test()  local
 | 
| /external/perfetto/test/stress_test/ | 
| D | stress_test.cc | 257     const auto& thd = it.second;  in RunConfig()  local331   ParsedTraceStats::WriterThread& thd = t_it->second;  in ParseTracePacket()  local
 
 | 
| /external/ltp/testcases/misc/math/float/ | 
| D | main.c | 325 	int thd;  in handle_signals()  local
 | 
| /external/rust/crates/grpcio-sys/grpc/tools/profiling/latency_profile/ | 
| D | profile_analyzer.py | 168         thd = inf['thd']  variable
 |