unix/SysThread.cpp File Reference
#include "SysThread.hpp"
#include <stdio.h>
#include <unistd.h>
Include dependency graph for unix/SysThread.cpp:

Go to the source code of this file.

Functions

static void * call_thread_function (void *argument)
 

Function Documentation

◆ call_thread_function()

static void* call_thread_function ( void *  argument)
static

Definition at line 122 of file unix/SysThread.cpp.

Referenced by SysThread::createThread().