Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dthreadpool.c440 static void tp_object_submit( struct threadpool_object *object, BOOL signaled );
1175 tp_object_submit( timer, FALSE ); in timerqueue_thread_proc()
1385 else tp_object_submit( wait, FALSE ); in waitqueue_thread_proc()
1441 else tp_object_submit( wait, TRUE ); in waitqueue_thread_proc()
1698 tp_object_submit( io, FALSE ); in ioqueue_thread_proc()
2093 tp_object_submit( object, FALSE ); in tp_object_initialize()
2122 static void tp_object_submit( struct threadpool_object *object, BOOL signaled ) in tp_object_submit() function
2902 tp_object_submit( this, FALSE ); in TpPostWork()
3188 tp_object_submit( this, FALSE ); in TpSetTimer()