Sponsored Content
Full Discussion: Airlines industry
Special Forums News, Links, Events and Announcements Airlines industry Post 302968143 by jgt on Friday 4th of March 2016 08:38:56 AM
Old 03-04-2016
Look at the number of threads in the Operating System section.
Solaris and RedHat have by far the most threads. Of course that could have several meanings: either there are significantly more of these installations, or the people using these systems are less knowledgeable.Smilie
 

We Also Found This Discussion For You

1. What is on Your Mind?

3D screens in surgical industry

I just had this odd idea that may even have some future. The advent of 3D screens for the mass market might prove useful for the healthcare industry, while in surgical practices they rely on medical imagery more and more often. Perhaps the introduction of 3D screens will give the illusion of depth... (4 Replies)
Discussion started by: figaro
4 Replies
sigpending(2)							System Calls Manual						     sigpending(2)

NAME
sigpending - Examines pending signals SYNOPSIS
#include <signal.h> int sigpending ( sigset_t *set ); STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: sigpending(): XSH4.2 Refer to the standards(5) reference page for more information about industry standards and associated tags. PARAMETERS
Points to a sigset_t structure. DESCRIPTION
The sigpending() function stores the set of signals that are blocked from delivery and pending to the calling process in the object pointed to by the set parameter. RETURN VALUES
Upon successful completion, the sigpending() function returns a value of 0 (zero). Otherwise, a value of -1 is returned and errno is set to indicate the error. ERRORS
[Tru64 UNIX] If a bad mask parameter is passed, the calling process receives a SIGSEGV signal. RELATED INFORMATION
Functions: sigemptyset(3), sigprocmask(2) Files: signal(4) Standards: standards(5) delim off sigpending(2)
All times are GMT -4. The time now is 08:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy