Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ntdll/
H A Dthreadpool.c480 TP_CALLBACK_ENVIRON_V3 environment3; in test_tp_simple() local
517 memset(&environment3, 0, sizeof(environment3)); in test_tp_simple()
518 environment3.Version = 3; in test_tp_simple()
519 environment3.Pool = pool; in test_tp_simple()
520 environment3.CallbackPriority = TP_CALLBACK_PRIORITY_NORMAL; in test_tp_simple()
521 environment3.Size = sizeof(environment3); in test_tp_simple()
522 status = pTpSimpleTryPost(simple_cb, semaphore, (TP_CALLBACK_ENVIRON *)&environment3); in test_tp_simple()