摘要:
#include <sys/types.h>#include <sys/ipc.h>#include <sys/sem.h>#include <errno.h> union semun { int val; /* value for SETVAL */ struct semid_ds *buf; / 阅读全文
摘要:
#include <sys/types.h>#include <sys/ipc.h>#include <sys/sem.h>#include <errno.h> union semun { int val; /* value for SETVAL */ struct semid_ds *buf; / 阅读全文
摘要:
void HeartBeat_Check_TASK(void *pdata){ struct timeval tv; struct timespec ts; int err; U32 dwcount=0; INT32U pend_time,coll_time_now,check_time,check 阅读全文
|