Home
last modified time | relevance | path

Searched defs:createdNew (Results 1 – 25 of 45) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Threading/
H A DMutex.cs87 public Mutex (bool initiallyOwned, string name, out bool createdNew) in Mutex()
94 public Mutex (bool initiallyOwned, string name, out bool createdNew, MutexSecurity mutexSecurity) in Mutex()
170 public Mutex (bool initiallyOwned, string name, out bool createdNew) in Mutex()
175 public Mutex (bool initiallyOwned, string name, out bool createdNew, MutexSecurity mutexSecurity) in Mutex()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/threading/
H A Dmutex.cs52 public Mutex(bool initiallyOwned, String name, out bool createdNew) in Mutex()
61 …public unsafe Mutex(bool initiallyOwned, String name, out bool createdNew, MutexSecurity mutexSecu… in Mutex()
90 …internal Mutex(bool initiallyOwned, String name, out bool createdNew, Win32Native.SECURITY_ATTRIBU… in Mutex()
119 …CreateMutexWithGuaranteedCleanup(bool initiallyOwned, String name, out bool createdNew, Win32Nativ… in CreateMutexWithGuaranteedCleanup()
H A Deventwaithandle.cs110 … public EventWaitHandle(bool initialState, EventResetMode mode, string name, out bool createdNew) in EventWaitHandle()
118 …entWaitHandle(bool initialState, EventResetMode mode, string name, out bool createdNew, EventWaitH… in EventWaitHandle()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DMutex.Unix.cs20 private void CreateMutexCore(bool initiallyOwned, string name, out bool createdNew) in CreateMutexCore()
H A DMutex.Windows.cs23 private void CreateMutexCore(bool initiallyOwned, string name, out bool createdNew) in CreateMutexCore()
H A DSemaphore.Unix.cs20 …vate void CreateSemaphoreCore(int initialCount, int maximumCount, string name, out bool createdNew) in CreateSemaphoreCore()
H A DEventWaitHandle.Unix.cs19 …vate void CreateEventCore(bool initialState, EventResetMode mode, string name, out bool createdNew) in CreateEventCore()
H A DSemaphore.Windows.cs28 …vate void CreateSemaphoreCore(int initialCount, int maximumCount, string name, out bool createdNew) in CreateSemaphoreCore()
H A DEventWaitHandle.Windows.cs28 …vate void CreateEventCore(bool initialState, EventResetMode mode, string name, out bool createdNew) in CreateEventCore()
H A DMutex.cs28 public Mutex(bool initiallyOwned, string name, out bool createdNew) in Mutex()
H A DEventWaitHandle.cs43 … public EventWaitHandle(bool initialState, EventResetMode mode, string name, out bool createdNew) in EventWaitHandle()
H A DSemaphore.cs37 public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew) in Semaphore()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DConnectionOrientedTransportBindingElement.cs415 …nt FindMessageEncodingBindingElement(BindingElementCollection bindingElements, out bool createdNew) in FindMessageEncodingBindingElement()
427 …ndMessageEncodingBindingElement(WsdlEndpointConversionContext endpointContext, out bool createdNew) in FindMessageEncodingBindingElement()
H A DMsmqBindingElementBase.cs420 …nt FindMessageEncodingBindingElement(BindingElementCollection bindingElements, out bool createdNew) in FindMessageEncodingBindingElement()
432 …ndMessageEncodingBindingElement(WsdlEndpointConversionContext endpointContext, out bool createdNew) in FindMessageEncodingBindingElement()
H A DPeerTransportBindingElement.cs197 …nt FindMessageEncodingBindingElement(BindingElementCollection bindingElements, out bool createdNew) in FindMessageEncodingBindingElement()
209 …ndMessageEncodingBindingElement(WsdlEndpointConversionContext endpointContext, out bool createdNew) in FindMessageEncodingBindingElement()
H A DHttpTransportBindingElement.cs965 …nt FindMessageEncodingBindingElement(BindingElementCollection bindingElements, out bool createdNew) in FindMessageEncodingBindingElement()
977 …ndMessageEncodingBindingElement(WsdlEndpointConversionContext endpointContext, out bool createdNew) in FindMessageEncodingBindingElement()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/tasks/model/
H A DTasklist.php90 public function getDefault(\GO\Base\Model\User $user, &$createdNew=false) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/threading/
H A Dsemaphore.cs106 public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew) in Semaphore()
115 … unsafe Semaphore(int initialCount, int maximumCount, string name, out bool createdNew, SemaphoreS… in Semaphore()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/model/
H A DAbstractUserDefaultModel.php95 public function getDefault(User $user, &$createdNew=false) {
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/hxt/tetMesh/src/
H A Dhxt_tetSync.h52 int createdNew; // just a flag that tells if createNewDeleted was called member
H A Dhxt_tetOpti.c223 int createdNew = 0; in reorderTetIfNeeded() local
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/calendar/model/
H A DCalendar.php213 public function getDefault(\GO\Base\Model\User $user, &$createdNew=false) {
/dports/devel/umbrello/umbrello-21.12.3/umbrello/codegenerators/
H A Dclassifiercodedocument.cpp314 bool createdNew = false; in addOperation() local
513 bool createdNew = false; in updateOperations() local
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/dlg/
H A DdlgSelectConnection.cpp218 pgConn *dlgSelectConnection::CreateConn(wxString &applicationname, bool &createdNew) in CreateConn()
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWPaintedWidget.C462 bool createdNew = createPainter(); in getDomChanges() local

12