Home
last modified time | relevance | path

Searched refs:suspendDepth (Results 1 – 14 of 14) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/thread/
H A Dthreadbase.d621 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
678 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
970 package __gshared uint suspendDepth = 0; variable
988 assert(suspendDepth > 0); in thread_resumeAll()
995 if (--suspendDepth == 0)
1002 if (--suspendDepth > 0)
1039 assert(suspendDepth > 0); in thread_scanAllType()
H A Dosthread.d1991 if ( ++suspendDepth == 1 ) in thread_suspendAll()
1999 if ( ++suspendDepth > 1 ) in thread_suspendAll()
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/thread/
H A Dthreadbase.d623 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
680 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
972 package __gshared uint suspendDepth = 0; variable
990 assert(suspendDepth > 0); in thread_resumeAll()
997 if (--suspendDepth == 0)
1004 if (--suspendDepth > 0)
1041 assert(suspendDepth > 0); in thread_scanAllType()
H A Dosthread.d1950 if ( ++suspendDepth == 1 ) in thread_suspendAll()
1958 if ( ++suspendDepth > 1 ) in thread_suspendAll()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/thread/
H A Dthreadbase.d623 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
680 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
972 package __gshared uint suspendDepth = 0; variable
990 assert(suspendDepth > 0); in thread_resumeAll()
997 if (--suspendDepth == 0)
1004 if (--suspendDepth > 0)
1041 assert(suspendDepth > 0); in thread_scanAllType()
H A Dosthread.d1950 if ( ++suspendDepth == 1 ) in thread_suspendAll()
1958 if ( ++suspendDepth > 1 ) in thread_suspendAll()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/thread/
H A Dthreadbase.d623 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
680 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
972 package __gshared uint suspendDepth = 0; variable
990 assert(suspendDepth > 0); in thread_resumeAll()
997 if (--suspendDepth == 0)
1004 if (--suspendDepth > 0)
1041 assert(suspendDepth > 0); in thread_scanAllType()
H A Dosthread.d1950 if ( ++suspendDepth == 1 ) in thread_suspendAll()
1958 if ( ++suspendDepth > 1 ) in thread_suspendAll()
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/
H A Dthread.d1781 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
1839 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
2491 private __gshared uint suspendDepth = 0; variable
2698 if ( ++suspendDepth == 1 ) in thread_suspendAll()
2706 if ( ++suspendDepth > 1 ) in thread_suspendAll()
2840 assert( suspendDepth > 0 ); in thread_resumeAll()
2847 if ( --suspendDepth == 0 )
2854 if ( --suspendDepth > 0 )
2891 assert( suspendDepth > 0 ); in thread_scanAllType()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/
H A Dthread.d1781 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
1839 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
2491 private __gshared uint suspendDepth = 0; variable
2698 if ( ++suspendDepth == 1 ) in thread_suspendAll()
2706 if ( ++suspendDepth > 1 ) in thread_suspendAll()
2840 assert( suspendDepth > 0 ); in thread_resumeAll()
2847 if ( --suspendDepth == 0 )
2854 if ( --suspendDepth > 0 )
2891 assert( suspendDepth > 0 ); in thread_scanAllType()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/
H A Dthread.d1778 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
1836 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
2497 private __gshared uint suspendDepth = 0; variable
2704 if ( ++suspendDepth == 1 ) in thread_suspendAll()
2712 if ( ++suspendDepth > 1 ) in thread_suspendAll()
2846 assert( suspendDepth > 0 ); in thread_resumeAll()
2853 if ( --suspendDepth == 0 )
2860 if ( --suspendDepth > 0 )
2897 assert( suspendDepth > 0 ); in thread_scanAllType()
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/
H A Dthread.d1778 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
1836 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
2497 private __gshared uint suspendDepth = 0; variable
2704 if ( ++suspendDepth == 1 ) in thread_suspendAll()
2712 if ( ++suspendDepth > 1 ) in thread_suspendAll()
2846 assert( suspendDepth > 0 ); in thread_resumeAll()
2853 if ( --suspendDepth == 0 )
2860 if ( --suspendDepth > 0 )
2897 assert( suspendDepth > 0 ); in thread_scanAllType()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/
H A Dthread.d1778 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
1836 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
2497 private __gshared uint suspendDepth = 0; variable
2704 if ( ++suspendDepth == 1 ) in thread_suspendAll()
2712 if ( ++suspendDepth > 1 ) in thread_suspendAll()
2846 assert( suspendDepth > 0 ); in thread_resumeAll()
2853 if ( --suspendDepth == 0 )
2860 if ( --suspendDepth > 0 )
2897 assert( suspendDepth > 0 ); in thread_scanAllType()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/
H A Dthread.d1781 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
1839 assert(!suspendDepth); // must be 0 b/c it's only set with slock held
2491 private __gshared uint suspendDepth = 0; variable
2698 if ( ++suspendDepth == 1 ) in thread_suspendAll()
2706 if ( ++suspendDepth > 1 ) in thread_suspendAll()
2840 assert( suspendDepth > 0 ); in thread_resumeAll()
2847 if ( --suspendDepth == 0 )
2854 if ( --suspendDepth > 0 )
2891 assert( suspendDepth > 0 ); in thread_scanAllType()