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

  /src/external/gpl3/gdb.old/dist/gdb/
aix-thread.c 180 int pd_active; member in struct:aix_thread_variables
896 if (!data->pd_active)
920 pd_active for that thread. Otherwise, return. */
933 data->pd_active = 1;
1011 if (!data->pd_active)
1016 data->pd_active = 0;
1119 if (!data->pd_active && status->kind () == TARGET_WAITKIND_STOPPED
aix-thread.c 180 int pd_active; member in struct:aix_thread_variables
896 if (!data->pd_active)
920 pd_active for that thread. Otherwise, return. */
933 data->pd_active = 1;
1011 if (!data->pd_active)
1016 data->pd_active = 0;
1119 if (!data->pd_active && status->kind () == TARGET_WAITKIND_STOPPED
  /src/external/gpl3/gdb/dist/gdb/
aix-thread.c 180 int pd_active; member in struct:aix_thread_variables
886 if (!data->pd_active)
913 pd_active for that thread. Otherwise, return. */
926 data->pd_active = 1;
1004 if (!data->pd_active)
1009 data->pd_active = 0;
1112 if (!data->pd_active && status->kind () == TARGET_WAITKIND_STOPPED
aix-thread.c 180 int pd_active; member in struct:aix_thread_variables
886 if (!data->pd_active)
913 pd_active for that thread. Otherwise, return. */
926 data->pd_active = 1;
1004 if (!data->pd_active)
1009 data->pd_active = 0;
1112 if (!data->pd_active && status->kind () == TARGET_WAITKIND_STOPPED

Completed in 69 milliseconds