Query: icetdestroycontext
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
icetDestroyContext(3) IceT Reference icetDestroyContext(3)NAMEicetDestroyContext -- delete a context. Synopsis #include <IceT.h> void icetDestroyContext( IceTContext context ; Description Frees the memory required to hold the state of context and removes context from existence. Errors None. Warnings None. Bugs icetDestroyContext will happily delete the current context for you, but subsequent calls to most other IceT functions will probably result in seg-faults unless you make another context current with icetCreateContext or icetSetContext. The most notable execptions are the func- tions with names matching icet*Context, which will work correctly without a proper current context. Notes Behavior is undefined if context has never been created or has already been destroyed. Copyright Copyright (C)2003 Sandia Corporation Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains certain rights in this software. This source code is released under the New BSD License. See Also icetCreateContext(3) IceT Reference August 9, 2010 icetDestroyContext(3)
Related Man Pages |
---|
icetcreatecontext(3) - debian |
icetcreatempicommunicator(3) - debian |
icetdatareplicationgroup(3) - debian |
icetimagegetwidth(3) - debian |
icetimagenull(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
Introduction |
Detecting unused variables... |