Searched refs:mapper_async_wait (Results 1 – 3 of 3) sorted by relevance
13 typedef struct mapper_async_wait mapper_async_wait; typedef15 void mapper_wait_async_free(mapper_async_wait*);19 mapper_async_wait**);
53 struct mapper_async_wait struct70 mapper_async_wait* wait; argument93 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 …]
35 mapper_async_wait* wait = NULL; in wait_main()