Home
last modified time | relevance | path

Searched refs:semaphoreClass (Results 1 – 7 of 7) sorted by relevance

/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dgstpub.h185 fileDescriptorClass, fileStreamClass, processClass, semaphoreClass, member
H A Dcallin.c1177 gst_interpreter_proxy.semaphoreClass = _gst_semaphore_class; in _gst_init_vmproxy()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/seaside/core/
H A DSeaside-GST.st602 semaphoreClass [
H A DSeaside-Core.st308 GeneratorMutex := SeasidePlatformSupport semaphoreClass forMutualExclusion
13486 [semaphore := SeasidePlatformSupport semaphoreClass new.
13498 mutex := SeasidePlatformSupport semaphoreClass forMutualExclusion
15008 ifNil: [mutex := SeasidePlatformSupport semaphoreClass forMutualExclusion]
/dports/lang/smalltalk/smalltalk-3.2.5/doc/
H A Dgst.texi4452 @code{fileStreamClass}, @code{processClass}, @code{semaphoreClass},
H A Dgst.info-14162 `semaphoreClass', `cObjectClass'
/dports/japanese/seaside/
H A DSeaside-JPatched080908-sq39.changes112433 semaphoreClass
131560 GeneratorMutex := SeasidePlatformSupport semaphoreClass forMutualExclusion.
138819 semaphore := SeasidePlatformSupport semaphoreClass new.
138829 mutex := SeasidePlatformSupport semaphoreClass forMutualExclusion! !
139062 ^ mutex ifNil: [ mutex := SeasidePlatformSupport semaphoreClass forMutualExclusion ]! !
157490 GeneratorMutex := SeasidePlatformSupport semaphoreClass forMutualExclusion! !