System.Threading.TThreadPool.TQueueWorkerThread.PushLocalWorkToGlobal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PushLocalWorkToGlobal;

C++

void __fastcall PushLocalWorkToGlobal(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Threading.pas
System.Threading.hpp
System.Threading TQueueWorkerThread

Description

Extracts every work item from the local queue and queues each work item on the internal queue of the thread pool.

See Also