#include <assert.h>
#include "stdafx.h"
#include "cphidget.h"
#include "cphidgetmanager.h"
#include "cusb.h"
#include "cphidgetlist.h"
Go to the source code of this file.
int CThread_create | ( | CThread * | cp, |
CThread_func_t | fp, | ||
CThread_func_arg_t | arg | ||
) |
int CThread_create_detached | ( | CThread * | cp, |
CThread_func_t | fp, | ||
CThread_func_arg_t | arg | ||
) |
void CThread_create_event | ( | EVENT * | ev | ) |
int CThread_destroy_event | ( | EVENT * | ev | ) |
int CThread_is_my_thread | ( | CThread | cp | ) |
void CThread_join | ( | CThread * | cp | ) |
int CThread_mutex_destroy | ( | CThread_mutex_t * | mp | ) |
int CThread_mutex_init | ( | CThread_mutex_t * | mp | ) |
void CThread_mutex_lock | ( | CThread_mutex_t * | mp | ) |
void CThread_mutex_unlock | ( | CThread_mutex_t * | mp | ) |
void CThread_reset_event | ( | EVENT * | ev | ) |
void CThread_set_event | ( | EVENT * | ev | ) |
int CThread_wait_on_event | ( | EVENT * | ev, |
EVENT_TIME | time | ||
) |
int JoinCentralThread | ( | ) |
CThread_func_return_t ReadThreadFunction | ( | CThread_func_arg_t | lpdwParam | ) |
int RegisterLocalDevice | ( | CPhidgetHandle | phid | ) |
int StartCentralThread | ( | ) |
CThread_func_return_t WriteThreadFunction | ( | CThread_func_arg_t | lpdwParam | ) |
CThread CentralThread [static] |
EVENT checkForDevicesEvent [static] |
int checkForDevicesEventInitialized = PFALSE [static] |
int pause_usb_traffic = PFALSE |
int usb_read_paused = PFALSE |
int usb_write_paused = PFALSE |