Searched defs:apr_thread_once_t (Results 1 – 6 of 6) sorted by relevance
61 struct apr_thread_once_t { struct62 unsigned long sem;63 char hit;
89 struct apr_thread_once_t { struct90 sem_id sem;91 int hit;
73 struct apr_thread_once_t { struct74 pthread_once_t once;
67 struct apr_thread_once_t { struct68 unsigned long value;
67 struct apr_thread_once_t { struct68 long value;
186 typedef struct apr_thread_once_t apr_thread_once_t; typedef