Skip to content

Tech For Talk

a blog site for programmers

  • Contact
  • Contact

Tag: Embedded Programming

Posted on January 31, 2018February 14, 2018

Why do we need pthread_join?

In simple words pthread_join makes the calling thread wait till the newly created thread returns.

Share this:

  • Email
  • Tweet
  • Pocket
  • Print
  • Share on Tumblr

Like this:

Like Loading...
Posted on January 31, 2018February 14, 2018

Difference between re-entrancy and thread-safety

Thread-safety of a function refers to the fact whether a function can be safely called from multiple threads simultaneously. Safety here means that even if multiple threads are executing the function simultaneously the data integrity is intact and is not intermingled. 

Share this:

  • Email
  • Tweet
  • Pocket
  • Print
  • Share on Tumblr

Like this:

Like Loading...

Recent Posts: Tech For Talk

Chapter 4 : Return type of template function in C++

Chapter 3 : All about Template Parameters in C++

Chapter 2 : Working with Function Templates in C++

Chapter 1: Introduction to Templates in C++

Python notes: How to install a python module in Anaconda

Top Posts & Pages

  • How to invoke Linux shell command from C++ program and collect data
  • How to install Git Large File Storage on Windows 10
  • Format a micro SD card using gparted utility
  • How to access Ubuntu Linux Virtual Machine in NAT mode using FileZilla from Windows Host
  • How to create a new package under buildroot
  • How to integrate a custom device driver into kernel tree
  • How to publish a topic with mqtt broker running on iot.eclipse.org server
  • How to create and run cppcheck executable from source code in linux machine (C++11 Static Analysis)
  • How to work in private branch in GIT
  • How to pipe one bash command output to another within a python script
Follow Tech For Talk on WordPress.com

Copyright Notice

© [Vivek Bhadra] and [https://vivekbhadra.wordpress.com], [2017]. Unauthorized use and/or duplication of this material without express and written permission from this site’s author and/or owner is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to [Vivek Bhadra] and [https://vivekbhadra.wordpress.com] with appropriate and specific direction to the original content.

Website Powered by WordPress.com.
  • Contact
  • Contact
  • Follow Following
    • Tech For Talk
    • Join 312 other followers
    • Already have a WordPress.com account? Log in now.
    • Tech For Talk
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
%d bloggers like this: