Home
last modified time | relevance | path

Searched refs:async_counter (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/rpc/
H A Dnetlogon.c1392 int *async_counter = talloc(mem_ctx, int); in test_GetDomainInfo_async() local
1425 *async_counter = 0; in test_GetDomainInfo_async()
1434 req[i]->async.private = async_counter; in test_GetDomainInfo_async()
1457 printf("Testing netr_LogonGetDomainInfo - async count %d OK\n", *async_counter); in test_GetDomainInfo_async()
1459 return (*async_counter) == ASYNC_COUNT; in test_GetDomainInfo_async()
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dclient.c142 size_t async_counter; // pending other async events member
408 while (ctx->reserved_events || ctx->async_counter) in mpv_wait_async_requests()
1688 ctx->async_counter += 1; // keep ctx alive in send_client_property_changes()
1692 ctx->async_counter -= 1; in send_client_property_changes()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dsession.cpp377 async_counter = 0; // counts up each frame in ___init()
H A Dsession.h922 int32 async_counter; variable