Thread

In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system. The implementation of threads and processes differs between operating systems, but in most cases a thread is a component of a process. Multiple threads can exist within one process, executing concurrently and sharing resources such as memory, while different processes do not share these resources. In particular, the threads of a process share its executable code and the values of its dynamically allocated variables and non-thread-local global variables at any given time.

View More On Wikipedia.org
  • 561

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,443
    • Media
      227
    • Reaction score
      10,022
    • Points
      1,237
  • 3

    Stephanus

    A PF Molecule 54 From Jakarta
    • Messages
      1,316
    • Reaction score
      104
    • Points
      62
  • 1

    gelfand

    A PF Quark From UK
    • Messages
      40
    • Reaction score
      3
    • Points
      1
  • 1

    Pax

    A PF Quark
    • Messages
      3
    • Reaction score
      1
    • Points
      6
  • 1

    Geigercounter

    A PF Quark
    • Messages
      8
    • Reaction score
      2
    • Points
      3
  • 1

    LittleSchwinger

    A PF Atom
    • Messages
      167
    • Reaction score
      301
    • Points
      48
  • 1

    Swamp Thing

    A PF Mountain
    • Messages
      911
    • Media
      94
    • Reaction score
      576
    • Points
      268
  • 1

    Doc Al

    A PF Star From the wilds of NJ
    • Messages
      45,569
    • Reaction score
      2,223
    • Points
      731
  • 1

    hmmm27

    A PF Organism
    • Messages
      1,244
    • Reaction score
      674
    • Points
      153
  • 1

    gmax137

    A PF Asteroid From Nevada, USA
    • Messages
      2,798
    • Reaction score
      2,922
    • Points
      433
  • 1

    DaveC426913

    A PF Planet From Toronto Canada
    • Messages
      22,529
    • Media
      1
    • Reaction score
      6,189
    • Points
      671
  • 1

    berkeman

    A PF Universe From Silicon Valley, CA, USA
    • Messages
      67,123
    • Reaction score
      20,033
    • Points
      1,062
  • 1

    cppIStough

    A PF Quark
    • Messages
      17
    • Reaction score
      2
    • Points
      8
  • 1

    Keith_McClary

    A PF Organism
    • Messages
      752
    • Reaction score
      1,502
    • Points
      163
  • 1

    naiasetvolo

    A PF Quark
    • Messages
      22
    • Reaction score
      0
    • Points
      1
  • Back
    Top