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.c41 struct mapper_async_wait struct
58 mapper_async_wait* wait; argument
81 static int async_wait_check_done(mapper_async_wait*);
82 static void async_wait_done(int r, mapper_async_wait*);
83 static int async_wait_get_objects(mapper_async_wait*);
150 mapper_async_wait* wait = data->wait; in async_wait_timeout_callback()
173 mapper_async_wait* wait = data->wait; in async_wait_getobject_callback()
235 static int async_wait_get_objects(mapper_async_wait* wait) in async_wait_get_objects()
273 mapper_async_wait* wait = w; in async_wait_match_introspection_complete()
288 static void async_wait_done(int r, mapper_async_wait* w) in async_wait_done()
[all …]
H A Dapp.c23 mapper_async_wait* wait = NULL; in wait_main()