Searched refs:execute (Results 1 – 4 of 4) sorted by relevance
94 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()
63 userId='me', labelIds=label).execute()69 userId='me', pageToken=page_token).execute()
54 void __pthread_cleanup_pop(__pthread_cleanup_t* c, int execute) { in __pthread_cleanup_pop() argument57 if (execute) { in __pthread_cleanup_pop()
276 #define pthread_cleanup_pop(execute) \ argument277 __pthread_cleanup_pop( &__cleanup, (execute)); \