Home
last modified time | relevance | path

Searched refs:mapper_async_wait (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-objmgr/libmapper/
H A Dmapper.h13 typedef struct mapper_async_wait mapper_async_wait; typedef
15 void mapper_wait_async_free(mapper_async_wait*);
19 mapper_async_wait**);
H A Dmapper.c53 struct mapper_async_wait struct
70 mapper_async_wait* wait; argument
93 static int async_wait_check_done(mapper_async_wait*);
94 static void async_wait_done(int r, mapper_async_wait*);
95 static int async_wait_get_objects(mapper_async_wait*);
162 mapper_async_wait* wait = data->wait; in async_wait_timeout_callback()
185 mapper_async_wait* wait = data->wait; in async_wait_getobject_callback()
285 mapper_async_wait* wait = w; in async_wait_match_introspection_complete()
317 static int async_wait_check_done(mapper_async_wait* w) in async_wait_check_done()
346 mapper_async_wait** w) in mapper_wait_async()
[all …]
H A Dapp.c35 mapper_async_wait* wait = NULL; in wait_main()