HomeSort by: relevance | last modified time | path
    Searched defs:SD_PENDING (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
hwprofile.c 44 #define SD_PENDING 1 /* before running real_detach_experiment() */
473 if (SD_OFF != __collector_cas_32 (&sd_state, SD_OFF, SD_PENDING))
489 // SD_PENDING and should call real_detach_experiment()
506 if (SD_PENDING != __collector_cas_32 (&sd_state, SD_PENDING, SD_COMPLETE))
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
hwprofile.c 44 #define SD_PENDING 1 /* before running real_detach_experiment() */
473 if (SD_OFF != __collector_cas_32 (&sd_state, SD_OFF, SD_PENDING))
489 // SD_PENDING and should call real_detach_experiment()
506 if (SD_PENDING != __collector_cas_32 (&sd_state, SD_PENDING, SD_COMPLETE))

Completed in 27 milliseconds