Query: tt_thread_procid_set
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
tt_thread_procid_set(library call) tt_thread_procid_set(library call)NAMEtt_thread_procid_set -- set the default procid for the currently active threadSYNOPSIS#include <Tt/tt_c.h> Tt_status tt_thread_procid_set( const char *procid);DESCRIPTIONThe tt_thread_procid_set function sets the default procid for the currently active thread. The default procid is an implicit argument to most ToolTalk API calls.ARGUMENTSprocid Specifies the name of the procid that is to be the default procid for the current thread.RETURN VALUEUpon completion, the tt_thread_procid_set function returns the status of the operation as one of the following Tt_status values: TT_OK The operation completed successfully. TT_ERR_NOMP The ttsession process is not running and the ToolTalk service cannot start it. TT_ERR_PROCID The current default process identifier is out of date or invalid. TT_ERR_UNIMP The ToolTalk implementation does not support multithreading. TT_ERR_TOOLATE The multithreading feature has not been enabled.APPLICATION USAGENone.SEE ALSOTt/tt_c.h - Tttt_c(5), tt_open(3) tt_thread_procid_set(library call)
Related Man Pages |
---|
tt_feature_enabled(3) - hpux |
tt_initial_session(3) - hpux |
tt_message_accepter(3) - hpux |
tt_open(3) - hpux |
tt_thread_session(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
PHP Man Pages Now Available (Over 10,000) |
How to extract every repeated string between two specific string? |
SAN Migration question |
Sequence extraction |
Wrong Array... |