Home
last modified time | relevance | path

Searched defs:ThreadArgs (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/test/2037-thread-name-inherit/
H A Dthread_name_inherit.cc23 struct ThreadArgs { struct
30 // The main method of the test thread. The ThreadArgs controls what this does. argument
/aosp12/hardware/interfaces/tv/tuner/1.0/default/
H A DDemux.h114 struct ThreadArgs { struct
115 Demux* user;
116 uint32_t filterId;
/aosp12/hardware/interfaces/tv/tuner/1.1/default/
H A DDemux.h111 struct ThreadArgs { struct
112 Demux* user;
113 uint64_t filterId;
/aosp12/bionic/tests/
H A Dpthread_test.cpp2404 struct ThreadArgs { in pthread_mutex_timedlock_pi_helper() struct
2405 clockid_t clock; in pthread_mutex_timedlock_pi_helper()
2406 int (*lock_function)(pthread_mutex_t* __mutex, const timespec* __timeout); in pthread_mutex_timedlock_pi_helper()
2407 PthreadMutex& m; in pthread_mutex_timedlock_pi_helper()