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

  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c 584 int old_cstate; local
585 pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &old_cstate);
687 pthread_setcancelstate (old_cstate, NULL);
1071 int old_cstate; local
1072 pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &old_cstate);
1083 pthread_setcancelstate (old_cstate, NULL);
1115 pthread_setcancelstate (old_cstate, NULL);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c 584 int old_cstate; local
585 pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &old_cstate);
687 pthread_setcancelstate (old_cstate, NULL);
1071 int old_cstate; local
1072 pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &old_cstate);
1083 pthread_setcancelstate (old_cstate, NULL);
1115 pthread_setcancelstate (old_cstate, NULL);

Completed in 21 milliseconds