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

pthread_create

Declaration

Source position: pthreadh.inc line 70

function pthread_create(

  __thread: Ppthread_t;

  __attr: Ppthread_attr_t;

  __start_routine: TStartRoutine;

  __arg: pointer

):LongInt;

function pthread_create(

  var __thread: pthread_t;

  var __attr: pthread_attr_t;

  __start_routine: TStartRoutine;

  __arg: pointer

):LongInt;


Documentation generated on: 2023-03-18