Home
last modified time | relevance | path

Searched refs:pthread_exit (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/examples/performance-thread/pthread_shim/
H A Dpthread_shim.h62 #define pthread_exit(v) do { \ macro
H A Dmain.c97 pthread_exit((void *) thread_no); in helloworld_pthread()
H A Dpthread_shim.c193 get_addr_of_loaded_symbol(pthread_exit); in RTE_INIT()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_thread_pool.c210 pthread_exit(0); in ngx_thread_pool_exit_handler()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst569 | pthread_exit | lthread_exit | |
1098 The function ``pthread_exit()`` has additional special handling. The standard
1099 system header file pthread.h declares ``pthread_exit()`` with
1105 ``pthread_exit()`` function.
1113 The solution is to redefine the ``pthread_exit`` function with a macro,
1118 ``pthread_exit()`` function or the ``lthread_exit()`` function as
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h234 #define thread_exit() pthread_exit(NULL)