Home
last modified time | relevance | path

Searched defs:db (Results 1 – 2 of 2) sorted by relevance

/optee_client/tee-supplicant/src/
A Dhandle.c39 static void mutex_lock(struct handle_db *db) in mutex_lock()
45 static void mutex_unlock(struct handle_db *db) in mutex_unlock()
52 void handle_db_set_mutex(struct handle_db *db, pthread_mutex_t *mu) in handle_db_set_mutex()
57 void handle_db_destroy(struct handle_db *db) in handle_db_destroy()
68 int handle_get(struct handle_db *db, void *ptr) in handle_get()
113 void *handle_put(struct handle_db *db, int handle) in handle_put()
135 void *handle_lookup(struct handle_db *db, int handle) in handle_lookup()
156 void handle_foreach_put(struct handle_db *db, in handle_foreach_put()
A Dtee_socket.c77 struct handle_db db; member

Completed in 5 milliseconds