Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dthreadpool.c2206 static void tp_object_wait( struct threadpool_object *object, BOOL group_wait ) in tp_object_wait() argument
2211 while (!object_is_finished( object, group_wait )) in tp_object_wait()
2213 if (group_wait) in tp_object_wait()