Home
last modified time | relevance | path

Searched refs:thread_worker (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/integration_test/
Dprofiler_api_test.py125 thread_worker = threading.Thread(
127 thread_worker.start()
130 thread_worker.join(120)
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_shared_resource.cc33 static void thread_worker(void* /*arg*/) { in thread_worker() function
63 grpc_core::Thread("alts_tsi_handshaker", &thread_worker, nullptr); in grpc_alts_shared_resource_dedicated_start()
/external/ltp/testcases/realtime/func/sched_jitter/
Dsched_jitter.c115 void *thread_worker(void *arg) in thread_worker() function
174 worker = create_fifo_thread(thread_worker, NULL, 10); in main()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc316 static void thread_worker(void* arg) { in thread_worker() function
342 grpc_core::Thread("alts_tsi_handshaker", &thread_worker, nullptr); in init_shared_resources()