代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/184442/5249317
m ttattachwcethandler.m
% TTATTACHWCETHANDLER Attach a worst-case execution time handler to a task.
%
% Usage: ttAttachWCETHandler(taskname, handlername)
%
% Inputs:
% taskname Name of the task to which the handle
www.eeworm.com/read/184442/5249323
m ttdiscardunsentmessages.m
% TTDISCARDUNSENTMESSAGES Delete any unsent messages waiting in
% the network interface output queue. A message that has already
% started to be sent is not affected.
%
% Usage: ttDiscardUnse
www.eeworm.com/read/184442/5249324
m ttkilljob.m
% TTKILLJOB Kill the current job of a task.
%
% Usage: ttKillJob(taskname)
%
% Inputs:
% taskname Name of the task for which the job is to be killed.
%
% See also TTCREATEJOB
%
%
www.eeworm.com/read/184442/5249327
m ttwait.m
% TTWAIT Wait for an event.
%
% Usage: ttWait(eventname)
%
% Inputs:
% eventname Name of an event.
%
% See also TTCREATEEVENT, TTNOTIFY, TTNOTIFYALL
%
% TrueTime, Version 1.4
%
www.eeworm.com/read/184442/5249329
m ttgetrelease.m
% TTGETRELEASE Retrieve the release time of the current task job.
%
% Usage: value = ttGetRelease
% value = ttGetRelease(taskname)
%
% Inputs:
% taskname Name of a task. If not specifi
www.eeworm.com/read/184442/5249337
m ttnotifyall.m
% TTNOTIFYALL Notify all tasks waiting for an event.
%
% Usage: ttNotifyAll(eventname)
%
% Inputs:
% eventname Name of an event.
%
% See also TTCREATEEVENT, TTWAIT, TTNOTIFY
%
%
www.eeworm.com/read/184442/5249348
m tttake.m
% TTTAKE Take (wait for) a semaphore.
%
% Usage: ttTake(name)
%
% Inputs:
% name Name of the semaphore.
%
% See also TTCREATESEMAPHORE, TTGIVE
%
% TrueTime, Version 1.4
%
www.eeworm.com/read/184442/5249349
m ttgetdata.m
% TTGETDATA Retrieve the local memory data structure associated
% with a specific task.
%
% Usage: data = ttGetData(taskname)
%
% Inputs:
% taskname Name of a task.
%
% See
www.eeworm.com/read/177477/5325324
run_sip_test_msg
#! /bin/bash
#
# Run the parser tests
#
# usage: env srcdir=dir run_sip_test_msg
#
# --------------------------------------------------------------------
#
# This file is part of the Sofia-SIP package
www.eeworm.com/read/171934/5390813
run_sip_test_msg
#! /bin/bash
#
# Run the parser tests
#
# usage: env srcdir=dir run_sip_test_msg
#
# --------------------------------------------------------------------
#
# This file is part of the Sofia-SIP package