liblscp 0.9.12
Data Structures | Functions
thread.c File Reference
#include "lscp/thread.h"

Data Structures

struct  _lscp_thread_t
 

Functions

lscp_thread_tlscp_thread_create (lscp_thread_proc_t pfnProc, void *pvData, int iDetach)
 
lscp_status_t lscp_thread_join (lscp_thread_t *pThread)
 
lscp_status_t lscp_thread_cancel (lscp_thread_t *pThread)
 
lscp_status_t lscp_thread_destroy (lscp_thread_t *pThread)
 

Function Documentation

◆ lscp_thread_cancel()

lscp_status_t lscp_thread_cancel ( lscp_thread_t * pThread)

◆ lscp_thread_create()

lscp_thread_t * lscp_thread_create ( lscp_thread_proc_t pfnProc,
void * pvData,
int iDetach )

◆ lscp_thread_destroy()

lscp_status_t lscp_thread_destroy ( lscp_thread_t * pThread)

◆ lscp_thread_join()

lscp_status_t lscp_thread_join ( lscp_thread_t * pThread)