Home
last modified time | relevance | path

Searched refs:RETURN_CODE (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D1-1.c25 #define RETURN_CODE 100 /* Set a random return code number. This shall be the return code of the macro
37 pthread_exit((void *)RETURN_CODE); in a_thread_func()
68 if ((long)value_ptr != RETURN_CODE) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
D2-1.c30 #define RETURN_CODE ((void *)100) macro
41 pthread_exit(RETURN_CODE); in a_thread_func()
73 if (value_ptr != RETURN_CODE) { in main()
/external/scapy/scapy/contrib/
Dmqtt.py137 RETURN_CODE = {0: 'Connection Accepted', variable
149 ByteEnumField("retcode", 0, RETURN_CODE),