Searched defs:ThreadArgs (Results 1 – 6 of 6) sorted by relevance
23 struct ThreadArgs { struct30 // The main method of the test thread. The ThreadArgs controls what this does. argument
111 struct ThreadArgs { struct112 Demux* user;113 uint64_t filterId;
114 struct ThreadArgs { struct115 Demux* user;116 uint32_t filterId;
70 struct ThreadArgs { in CreateClientServerBindersPairForTesting() struct71 std::unique_ptr<Binder> endpoint_binder; in CreateClientServerBindersPairForTesting()72 grpc_core::Transport** client_transport; in CreateClientServerBindersPairForTesting()
146 struct ThreadArgs { struct147 Demux* user;148 int64_t filterId;
2516 struct ThreadArgs { in pthread_mutex_timedlock_pi_helper() struct2517 clockid_t clock; in pthread_mutex_timedlock_pi_helper()2518 int (*lock_function)(pthread_mutex_t* __mutex, const timespec* __timeout); in pthread_mutex_timedlock_pi_helper()2519 PthreadMutex& m; in pthread_mutex_timedlock_pi_helper()