Searched defs:once (Results 1 – 7 of 7) sorted by relevance
37 once() { method in VerificationMode
29 once() { method in VerificationMode
32 once() { method in VerificationMode
116 once(): void method
890 pthread_once_t *once = (pthread_once_t*)arg; in ThreadOnce() local902 pthread_once_t once = PTHREAD_ONCE_INIT; variable
865 auto once = [](const ApiCallInfo &in, ApiReplyInfo &out) { in RegisterUiEventObserverMethods() local
1121 pthread_once_t once; member