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**);
41 struct mapper_async_wait struct58 mapper_async_wait* wait; argument81 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 …]
23 mapper_async_wait* wait = NULL; in wait_main()