Searched refs:synchronous (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/dtrace-147/libproc/
H A Dlibproc_apple.h48 bool synchronous; member in struct:ps_proc_activity_event
H A Dlibproc.c1115 activity->synchronous = false;
1129 activity.synchronous = true;
1184 if (activity->synchronous) {
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef100 parameter is set to 'nil', the function becomes synchronous and does not return
101 until the read/write is complete. It is NOT possible to have a synchronous write/ 'nil'
404 kIDHErrDeviceTimeout Timeout on synchronous read
424 kIDHErrDeviceTimeout Timeout on synchronous read
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Ddialog.tcl18 # -synchronous -default 1
22 # -timeout -default 0 ; # only active with -synchronous
52 # Using -synchronous with a -type custom dialog requires that the
97 option -synchronous -default 1;
211 # In order to allow !custom synchronous, we need to allow
214 if {$options(-synchronous)} {
222 # A synchronous dialog will always withdraw, even if a -command
/macosx-10.10.1/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS9186 <29> 6/21/99 RS Added timeouts to synchronous reads and writes. The timeout has
220 <14> 6/15/99 RS Added synchronous I/O and passing a 'nil' buffer into IDHWrite.
386 Boolean complete; // I/O complete flag for synchronous operation
424 Boolean timeout; // timeout for synchronous reads
1547 Boolean synchronous = false;
1578 if( pb->completionProc == nil) // synchronous read
1580 synchronous = true;
1590 if( synchronous) // synchronous read
1878 Boolean synchronous
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex6128 collide, that is be in synchronous states, after only $[ a, b ]$ iterations. This is why, for example, random number generators based on

Completed in 131 milliseconds