Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 4 of 4) sorted by relevance

/bionic/tools/bionicbb/
Dtasks.py94 labels = gmail_service.users().labels().list(userId='me').execute()
104 msg = msg_service.get(userId='me', id=msg['id']).execute()
106 msg_service.trash(userId='me', id=msg['id']).execute()
Dgmail.py63 userId='me', labelIds=label).execute()
69 userId='me', pageToken=page_token).execute()
/bionic/libc/bionic/
Dpthread_exit.cpp54 void __pthread_cleanup_pop(__pthread_cleanup_t* c, int execute) { in __pthread_cleanup_pop() argument
57 if (execute) { in __pthread_cleanup_pop()
/bionic/libc/include/
Dpthread.h276 #define pthread_cleanup_pop(execute) \ argument
277 __pthread_cleanup_pop( &__cleanup, (execute)); \