Searched refs:RETURN_CODE (Results 1 – 3 of 3) sorted by relevance
25 #define RETURN_CODE 100 /* Set a random return code number. This shall be the return code of the macro37 pthread_exit((void *)RETURN_CODE); in a_thread_func()68 if ((long)value_ptr != RETURN_CODE) { in main()
30 #define RETURN_CODE ((void *)100) macro41 pthread_exit(RETURN_CODE); in a_thread_func()73 if (value_ptr != RETURN_CODE) { in main()
137 RETURN_CODE = {0: 'Connection Accepted', variable149 ByteEnumField("retcode", 0, RETURN_CODE),