Searched refs:handlers (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dquick_exit.c33 * Linked list of quick exit handlers. This is simpler than the atexit()
43 * Lock protecting the handlers list.
47 * Stack of cleanup handlers. These will be invoked in reverse order when
49 static struct quick_exit_handler *handlers; variable in typeref:struct:quick_exit_handler
62 h->next = handlers;
63 handlers = h;
77 for (h = handlers; NULL != h; h = h->next)
/bionic/tools/bionicbb/
H A Dtasks.py44 handlers = {
57 if message_type in handlers:
58 return handlers[message_type](gerrit_info, body, dry_run)

Completed in 152 milliseconds