Home
last modified time | relevance | path

Searched refs:uthreads (Results 1 – 11 of 11) sorted by relevance

/dports/www/nginx-full/lua-nginx-module-0.10.19/src/
H A Dngx_http_lua_uthread.c80 ctx->uthreads++; in ngx_http_lua_uthread_spawn()
166 ctx->uthreads--; in ngx_http_lua_uthread_wait()
251 ctx->uthreads--; in ngx_http_lua_uthread_kill()
265 ctx->uthreads--; in ngx_http_lua_uthread_kill()
H A Dngx_http_lua_util.c1358 if (ctx->uthreads) {
1401 ctx->uthreads--;
1403 if (ctx->uthreads == 0) {
1441 ctx->uthreads--;
1550 ctx->uthreads--;
1552 if (ctx->uthreads == 0) {
3376 ctx->uthreads--;
3409 ctx->uthreads--;
3416 ngx_http_lua_assert(ctx->uthreads == 0);
3460 ctx->uthreads--;
[all …]
H A Dngx_http_lua_common.h570 int uthreads; /* number of active user threads */ member
/dports/www/nginx-full/lua-nginx-module-0.10.19/t/
H A D098-uthread-wait.t119 === TEST 3: wait on uthreads on the reversed order of their termination
199 === TEST 4: wait on uthreads on the exact order of their termination
741 === TEST 13: waiting on two simple user threads with I/O (uthreads completed in reversed order)
968 === TEST 16: wait on uthreads on the exact order of their termination, but exit the world early
1037 === TEST 17: wait on uthreads on the reversed order of their termination, but exit the world early
1282 === TEST 22: spawn and wait uthreads for many times
H A D068-socket-keepalive.t2254 ngx.say("all uthreads ok")
2265 all uthreads ok
2315 ngx.say("all uthreads ok")
2326 all uthreads ok
2376 ngx.say("all uthreads ok")
2387 all uthreads ok
H A D101-on-abort.t797 === TEST 18: regsiter on_abort callback but no client abortion (2 uthreads and 1 pending)
/dports/devel/allegro/allegro-4.4.3.1/cmake/
H A DFileList.cmake283 src/unix/uthreads.c
323 src/unix/uthreads.c
/dports/devel/pth/pth-2.0.7/
H A DTESTS93 ``: CC="$CC -pthread"'' in order to avoid the use uthreads under
/dports/devel/pth-hard/pth-2.0.7/
H A DTESTS93 ``: CC="$CC -pthread"'' in order to avoid the use uthreads under
/dports/devel/pthsem/pthsem-2.0.8/
H A DTESTS93 ``: CC="$CC -pthread"'' in order to avoid the use uthreads under
/dports/math/libxsmm/libxsmm-1.16.3/src/
H A Dlibxsmm_gemm.c1103 const unsigned int uthreads = (unsigned int)nthreads; in libxsmm_gemm_thread() local
1105 const unsigned int spread = (ntasks <= uthreads ? (uthreads / ntasks) : 1); in libxsmm_gemm_thread()
1108 const int excess = (uthreads << 1) <= (vtid + ntasks); in libxsmm_gemm_thread()