Searched refs:pthread_exit (Results 1 – 6 of 6) sorted by relevance
62 #define pthread_exit(v) do { \ macro
97 pthread_exit((void *) thread_no); in helloworld_pthread()
193 get_addr_of_loaded_symbol(pthread_exit); in RTE_INIT()
210 pthread_exit(0); in ngx_thread_pool_exit_handler()
569 | pthread_exit | lthread_exit | |1098 The function ``pthread_exit()`` has additional special handling. The standard1099 system header file pthread.h declares ``pthread_exit()`` with1105 ``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
234 #define thread_exit() pthread_exit(NULL)