HomeSort by relevance Sort by last modified time
    Searched defs:cancel_flag (Results 1 - 16 of 16) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setcancelstate/
1-1.c 18 * PTHREAD_CANCEL_ENABLE and the cancel_flag to 1.
20 * 4. If the cancel request was honored, the cancel_flag will remain 1.
21 * 5. If not, the thread will continue until the end of execution, cancel_flag will be set to -1
35 int cancel_flag; variable
45 cancel_flag = 1;
55 /* If the thread correctly honors the cancel request, then the cancel_flag will
56 * remain 1. If it contiues on with the thread execution, then the cancel_flag
61 cancel_flag = -1;
72 cancel_flag = 0;
102 if (cancel_flag < 0)
    [all...]
1-2.c 18 * PTHREAD_CANCEL_DISABLE and the cancel_flag to -1.
20 * 4. If the cancel request was honored, the cancel_flag will remain -1.
21 * 5. If not, the thread will continue until the end of execution, cancel_flag will be set to 1
35 int cancel_flag; variable
43 cancel_flag = -1;
53 /* If the thread incorrectly honors the cancel request, then the cancel_flag will
54 * remain -1. If it contiues on with the thread execution, then the cancel_flag
60 cancel_flag = 1;
71 cancel_flag = 0;
101 if (cancel_flag <= 0)
    [all...]
2-1.c 13 * 2. In the thread function, set cancel_flag to 1.
15 * 4. If the cancel request was honored, the cancel_flag will remain 1.
16 * 5. If not, the thread will continue until the end of execution, cancel_flag will be set to -1
30 int cancel_flag; variable
40 cancel_flag = 1;
50 /* If the thread correctly honors the cancel request, then the cancel_flag will
51 * remain 1. If it contiues on with the thread execution, then the cancel_flag
56 cancel_flag = -1;
67 cancel_flag = 0;
97 if (cancel_flag < 0)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_testcancel/
2-1.c 14 * PTHREAD_CANCEL_DISABLE and the cancel_flag to -1.
16 * 4. If the cancel request was honored, the cancel_flag will remain -1.
17 * 5. If not, the thread will continue until the end of execution, cancel_flag will be set to 1
31 int cancel_flag; variable
39 cancel_flag = -1;
49 /* If the thread incorrectly honors the cancel request, then the cancel_flag will
50 * remain -1. If it contiues on with the thread execution, then the cancel_flag
56 cancel_flag = 1;
67 cancel_flag = 0;
97 if (cancel_flag <= 0)
    [all...]
  /hardware/qcom/msm8994/kernel-headers/media/
msm_vidc.h 131 unsigned int cancel_flag; member in struct:msm_vidc_s3d_frame_packing_payload
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_vidc.h 93 unsigned int cancel_flag; member in struct:msm_vidc_s3d_frame_packing_payload
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_vidc.h 135 unsigned int cancel_flag; member in struct:msm_vidc_s3d_frame_packing_payload
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vidc.h 96 unsigned int cancel_flag; member in struct:msm_vidc_s3d_frame_packing_payload
  /hardware/qcom/msm8996/kernel-headers/media/
msm_vidc.h 162 unsigned int cancel_flag; member in struct:msm_vidc_s3d_frame_packing_payload
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_vidc.h 138 unsigned int cancel_flag; member in struct:msm_vidc_s3d_frame_packing_payload
  /hardware/qcom/msm8998/kernel-headers/media/
msm_vidc.h 162 unsigned int cancel_flag; member in struct:msm_vidc_s3d_frame_packing_payload
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_vidc.h 138 unsigned int cancel_flag; member in struct:msm_vidc_s3d_frame_packing_payload
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_QCOMExtns.h 1040 OMX_U32 cancel_flag; member in struct:OMX_QCOM_FRAME_PACK_ARRANGEMENT
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_QCOMExtns.h 1216 OMX_U32 cancel_flag; member in struct:OMX_QCOM_FRAME_PACK_ARRANGEMENT
    [all...]
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_QCOMExtns.h 1308 OMX_U32 cancel_flag; member in struct:OMX_QCOM_FRAME_PACK_ARRANGEMENT
    [all...]
  /hardware/qcom/media/sdm845/mm-core/inc/
OMX_QCOMExtns.h 1316 OMX_U32 cancel_flag; member in struct:OMX_QCOM_FRAME_PACK_ARRANGEMENT
    [all...]

Completed in 93 milliseconds