P99

◆ thrd_start_t

typedef int(* thrd_start_t) (void *)

function pointer type int (*)(void*) that is passed to ::thrd_create to create a new thread

See also
thrd_t

Definition at line 122 of file p99_threads_posix.h.