Searched refs:apr_thread_exit (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testatomic.c | 256 apr_thread_exit(thd, exit_ret_val); in thread_func_mutex() 270 apr_thread_exit(thd, exit_ret_val); in thread_func_atomic() 430 apr_thread_exit(thd, 0); in thread_func_busyloop()
|
H A D | testthread.c | 54 apr_thread_exit(thd, exit_ret_val); in thread_func1()
|
H A D | testmutexscope.c | 101 apr_thread_exit(id, 0); in eachThread()
|
H A D | testcond.c | 99 apr_thread_exit(thd, 0); in thread_routine()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/netware/ |
H A D | thread.c | 157 apr_status_t apr_thread_exit(apr_thread_t *thd, in apr_thread_exit() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/beos/ |
H A D | thread.c | 122 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd, apr_status_t retval) in apr_thread_exit() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/ |
H A D | thread.c | 132 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd, in apr_thread_exit() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/os2/ |
H A D | thread.c | 132 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd, apr_status_t retval) in apr_thread_exit() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/ |
H A D | thread.c | 202 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd, function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_thread_proc.h | 276 APR_DECLARE(apr_status_t) apr_thread_exit(apr_thread_t *thd,
|