ClanSoft logo
ClanSoft logo

    CL_Thread::create

Syntax

static CL_Thread *create(
        int (*func)(void*),
        void* value);

Parameters

func-Function that gets called at thread start.
value-Value passed to the function at thread start.

Description

Create a thread that calls the function specified, with the value specified.


Back to index



This page was built using the Perceps documentation system.