Skip to content
Home » Archives for admin » Page 46

admin

Win32 Threads

  • by

The Win32 threads are implemented in the kernel space of Windows OS. The multi-threaded applications can use the Win32 API library similar to Pthread library.… Read More »Win32 Threads

Pthreads

  • by

Pthreads is the POSIX standard (IEEE 1003.1c) defines an API for thread creation and synchronization. It is only a specification, not implementation which a programmer… Read More »Pthreads