tfKernelPostCountSem

Jump to: navigation, search

Table of Contents >> Programmer's Reference


#include <trsocket.h>


int tfKernelPostCountSem (ttUserGenericUnionPtr countingSemaphore);


Function Description

This call is RTOS specific.

This function is used for the signal processes waiting on a counting semaphore.


Parameters

  • countingSemaphore
    The counting semaphore to post to.


Returns

  • TM_ENOERROR
    Success
  • TM_KERN_ERROR
    Failure


Table of Contents >> Programmer's Reference