代码搜索结果

找到约 10,298 项符合 Monitor 的代码

makefile

all: rt_process.o monitor MYCFLAGS = -O2 -Wall include ../../../rtl.mk monitor: monitor.c $(CC) ${INCLUDE} ${MYCFLAGS} -o monitor monitor.c # rt_process.o: rt_process.c common.h # $(CC) ${INCLUDE}

thread_wait_2.java

// Create many threads waiting on a monitor. Interrupt some of them. Do the // others wake up correctly with notify() and/or notifyAll()? import java.util.Vector; class Waiter extends Thread { Ob

thread_wait_interrupt.java

// Create two threads waiting on a monitor. Interrupt one of them. Does the // other wake up correctly? class Waiter extends Thread { Object monitor; int thread_num; boolean interrupted = fals

thread_wait_2.java

// Create many threads waiting on a monitor. Interrupt some of them. Do the // others wake up correctly with notify() and/or notifyAll()? import java.util.Vector; class Waiter extends Thread { Ob

thread_wait_interrupt.java

// Create two threads waiting on a monitor. Interrupt one of them. Does the // other wake up correctly? class Waiter extends Thread { Object monitor; int thread_num; boolean interrupted = fals

apfmon40.def

LIBRARY APFMON40 DESCRIPTION 'APF WinNT 4.0 fax print monitor' EXPORTS DllEntryPoint InitializePrintMonitor

monitor.inf

[Identification] OptionType = MONITOR [Options] "TPS Fax Port Monitor" = apfmon40 [Identify] read-syms Identification set Status = STATUS_SUCCESSFUL

ttcreatemonitor.m

% TTCREATEMONITOR Create a TrueTime monitor. % % Usage: ttCreateMonitor(name, display) % % Inputs: % name Name of the monitor, must be unique. % display 0 or 1, to indicate if the mon

ttentermonitor.m

% TTENTERMONITOR Attempt to enter a monitor. % % Usage: ttEnterMonitor(monitorname) % % Inputs: % monitorname Name of the monitor the task attempts to enter. % % See also TTCREATEMONI

ttexitmonitor.m

% TTEXITMONITOR Exit a monitor. % % Usage: ttExitMonitor(monitorname) % % Inputs: % monitorname Name of the monitor the task is exiting. % % See also TTCREATEMONITOR, TTENTERMONITOR %