Home
last modified time | relevance | path

Searched defs:apr_thread_once_t (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/os2/
H A Dapr_arch_threadproc.h61 struct apr_thread_once_t { struct
62 unsigned long sem;
63 char hit;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/beos/
H A Dapr_arch_threadproc.h89 struct apr_thread_once_t { struct
90 sem_id sem;
91 int hit;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/
H A Dapr_arch_threadproc.h73 struct apr_thread_once_t { struct
74 pthread_once_t once;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/netware/
H A Dapr_arch_threadproc.h67 struct apr_thread_once_t { struct
68 unsigned long value;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/
H A Dapr_arch_threadproc.h67 struct apr_thread_once_t { struct
68 long value;
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_thread_proc.h186 typedef struct apr_thread_once_t apr_thread_once_t; typedef