Home
last modified time | relevance | path

Searched defs:thd (Results 1 – 25 of 29) 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/jemalloc/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()
26 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) in thd_create()
34 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/jemalloc_new/test/unit/
Dtsd.c73 thd_t thd; in TEST_BEGIN() local
121 thd_t thd; in TEST_BEGIN() local
Dstats.c137 thd_t thd; in no_lazy_lock() local
/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/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/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/jemalloc/test/integration/
Dthread_tcache_enabled.c96 thd_t thd; in TEST_BEGIN() local
Dallocated.c108 thd_t thd; in TEST_BEGIN() local
/external/jemalloc/test/unit/
Dtsd.c88 thd_t thd; in TEST_BEGIN() local
Dstats.c136 thd_t thd; in no_lazy_lock() local
/external/grpc-grpc/test/core/end2end/tests/
Dconnectivity.cc68 grpc_core::Thread thd("grpc_connectivity", child_thread, &ce); in test_connectivity() local
/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/ltp/testcases/misc/math/float/
Dmain.c325 int thd; in handle_signals() local
/external/grpc-grpc/tools/profiling/latency_profile/
Dprofile_analyzer.py167 thd = inf['thd'] variable
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc723 grpc_core::Thread thd("alts_tsi_handshaker_test", in check_handshaker_next_fails_after_shutdown() local
742 grpc_core::Thread thd("alts_tsi_handshaker_test", in check_handshaker_success() local
/external/grpc-grpc/src/core/lib/profiling/
Dbasic_timers.cc45 int thd; member

12