Searched refs:thread_worker (Results 1 – 4 of 4) sorted by relevance
125 thread_worker = threading.Thread(127 thread_worker.start()130 thread_worker.join(120)
33 static void thread_worker(void* /*arg*/) { in thread_worker() function63 grpc_core::Thread("alts_tsi_handshaker", &thread_worker, nullptr); in grpc_alts_shared_resource_dedicated_start()
115 void *thread_worker(void *arg) in thread_worker() function174 worker = create_fifo_thread(thread_worker, NULL, 10); in main()
316 static void thread_worker(void* arg) { in thread_worker() function342 grpc_core::Thread("alts_tsi_handshaker", &thread_worker, nullptr); in init_shared_resources()