Searched refs:once (Results 1 – 25 of 279) sorted by relevance
12345678910>>...12
59 static pthread_once_t once = PTHREAD_ONCE_INIT; in BM_pthread_once() local60 pthread_once(&once, NoOpPthreadOnceInitFunction); in BM_pthread_once()63 pthread_once(&once, NoOpPthreadOnceInitFunction); in BM_pthread_once()
1 #pragma once
29 #pragma once