Searched refs:pls_table (Results 1 – 2 of 2) sorted by relevance
/external/fastrpc/inc/ |
D | pls.h | 54 struct pls_table { struct 64 static __inline int pls_thread_init(struct pls_table* me, uintptr_t tid) { in pls_thread_init() argument 77 static __inline void pls_ctor(struct pls_table* me, uintptr_t primThread) { in pls_ctor() 82 static __inline struct pls_table* pls_thread_deinit(struct pls_table* me) { in pls_thread_deinit() 117 static __inline int pls_add(struct pls_table* me, uintptr_t type, uintptr_t key, int size, int (*ct… in pls_add() 144 static __inline int pls_lookup(struct pls_table* me, uintptr_t type, uintptr_t key, void** ppo); 152 static __inline int pls_add_lookup_singleton(struct pls_table* me, uintptr_t type, uintptr_t key, i… in pls_add_lookup_singleton() 198 static __inline int pls_lookup(struct pls_table* me, uintptr_t type, uintptr_t key, void** ppo) { in pls_lookup()
|
/external/fastrpc/src/ |
D | gpls.c | 36 static struct pls_table gpls;
|