Unit 'gccore' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libogcfpc]

_lwpthrqueue

Declaration

Source position: lwp_tqdata.inc line 15

type _lwpthrqueue = record

  sync_state: cuint32;

  mode: cuint32;

  state: cuint32;

  timeout_state: cuint32;

  case Integer of

    0: (

        fifo: lwp_queue;

      );

    1: (

        priority: array [0..LWP_THREADQ_NUM_PRIOHEADERS-1] of lwp_queue;

      );

end;


Documentation generated on: 2023-03-18