Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tis_cond_broadcast(3) [osf1 man page]

tis_cond_broadcast(3)					     Library Functions Manual					     tis_cond_broadcast(3)

NAME
tis_cond_broadcast - Wakes all threads that are waiting on the specified condition variable. LIBRARY
Standard C Library (libc.so, libc.a) SYNOPSIS
#include <tis.h> int tis_cond_broadcast( pthread_cond_t *cond); STANDARDS
None PARAMETERS
Address of the condition variable (passed by reference) on which to broadcast. DESCRIPTION
When threads are not present, this routine performs no actions. When threads are present, this routine unblocks all threads waiting on the specified condition variable cond. For more information about actions when threads are present, refer to the pthread_cond_broadcast(3) description. RETURN VALUES
If an error condition occurs, this routine returns an integer value indicating the type of error. Possible return values are as follows: Successful completion. The value specified by cond is invalid.) ERRORS
None RELATED INFORMATION
Functions: tis_cond_destroy(3), tis_cond_init(3), tis_cond_signal(3), tis_cond_wait(3) Manuals: Guide to DECthreads and Programmer's Guide delim off tis_cond_broadcast(3)

Check Out this Related Man Page

tis_cond_wait(3)					     Library Functions Manual						  tis_cond_wait(3)

NAME
tis_cond_wait - Causes a thread to wait for the specified condition variable to be signaled or broadcast. LIBRARY
Standard C Library (libc.so, libc.a) SYNOPSIS
#include <tis.h> int tis_cond_wait( pthread_cond_t *cond, pthread_mutex_t *mutex); STANDARDS
None PARAMETERS
Address of the condition variable (passed by reference) on which to wait. Address of the mutex (passed by reference) that is associated with the condition variable specified in cond. DESCRIPTION
When threads are present, this routine causes a thread to wait for the specified condition variable cond to be signaled or broadcast. Calling this routine in a single-threaded environment is a coding error. Because no other thread exists to issue a call to tis_cond_sig- nal(3) or tis_cond_broadcast(3), using this routine in a single-threaded environment forces the program to exit. For more information about actions taken when threads are present, refer to the pthread_cond_wait(3) description. RETURN VALUES
If an error condition occurs, this routine returns an integer value indicating the type of error. Possible return values are as follows: Successful completion. The value specified by cond is not a valid condition variable or the value specified by mutex is not a valid mutex, or: Different mutexes are supplied for concurrent tis_cond_wait(3) operations on the same condition variable, or: The mutex was not owned by the calling thread at the time of the call. ERRORS
None RELATED INFORMATION
Functions: tis_cond_broadcast(3), tis_cond_destroy(3), tis_cond_init(3), tis_cond_signal(3) Manuals: Guide to DECthreads and Programmer's Guide delim off tis_cond_wait(3)
Man Page

10 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

access old threads

i would like to see some of my olds post and threads so i can compile them for future use but when i tried to search all of my post some of them were not present. how can i have access from these threads? thanks a lot! (1 Reply)
Discussion started by: inquirer
1 Replies

2. UNIX for Advanced & Expert Users

Unix threads information

Hi, Can someone tell help me on how to know the threads statistics on a unix machine similar to memory statisitcs. I woule like to monitor the Number of threads per process and total number of threads that a system can accomodate. Thank you mrag (1 Reply)
Discussion started by: mrag74
1 Replies

3. Linux

Strange error "host: isc_taskmgr_create: no available threads"

Dear Srs, I'm getting this error on a Linux box, running Apache 2.0.52: "host: isc_taskmgr_create: no available threads" Making some search for those strings in Google, didn't tell me anything about this.. appears to be related to SELinux, but it's disabled in the box. Any idea about... (0 Replies)
Discussion started by: Santi
0 Replies

4. Forum Support Area for Unregistered Users & Account Problems

Unable to post new threads

:confused:Hello, Could you please let me know why I'm unable to post new threads. What needs to be done from my side to get this activated. Awaiting reply. Thanks, ... (0 Replies)
Discussion started by: tjmn23
0 Replies

5. Post Here to Contact Site Administrators and Moderators

Delete the threads started by me or my account

Can you please delete the account or the threads started by me please. I really appreciate it. (1 Reply)
Discussion started by: ravis83
1 Replies

6. Shell Programming and Scripting

How to broadcast the message if any condition meets

Hi All, Can any1 help me out in broadcasting a message to all users if a condtion is meet. Like I am trying to get values from a directory for service monitoring. If a condition is meet it should broadcast the message. I try to use wall command but i m not sure how its works as its... (1 Reply)
Discussion started by: jojo123
1 Replies

7. Shell Programming and Scripting

Concatenating the lines with different pattern

Hi, I have put a similar question in one of the other threads through which I got the solution shown below but I have some more condition to add to it, hence have further queries on it. I appologies if I should be putting this with the old thread. I have a file which perform a grep on the... (1 Reply)
Discussion started by: simi28
1 Replies

8. Post Here to Contact Site Administrators and Moderators

Misblended threads

In the last few minutes, two unrelated threads have become merged: https://www.unix.com/shell-programming-scripting/156628-measure-thread-execution-c-unix-2.html I guess that the intention was to merge threads 156625 and 156715 (both from rob171171). (1 Reply)
Discussion started by: methyl
1 Replies

9. Post Here to Contact Site Administrators and Moderators

Urgent

You need to do something about this now!!! https://www.unix.com/security/199773-i-undertake-oders-fresh-updated-dumps-bank-logins-about-bank-login-i-mak.html Appears on three different threads!!! No, four threads. (1 Reply)
Discussion started by: hicksd8
1 Replies

10. UNIX for Beginners Questions & Answers

Finding threads.

What's the easiest way to find my own threads on this forum? Thanks. (1 Reply)
Discussion started by: MuntyScrunt
1 Replies