Location:
Search - setjmp
Search list
Description: vxworks libc库源代码,标准C代码库实现
assert
ctype
locale
math
setjmp
stdarg
stdio
stdlib
string
time
-vxworks libc the source code, standard C code library to assert ctype locale math setjmp stdar g stdio stdlib string time
Platform: |
Size: 318081 |
Author: 王七 |
Hits:
Description: tServer task executes functions at low priority (254). serverSend
funtion is used to send a request to the tServer to execute a
function at the tServer s priority.
First tServer task executes the i() system call to print the summary
of tShell task. Next an address exception is caused in tServer
task by trying to execute a funtion at non-aligned word boundry.
As a result SIGBUS signal is raised automatically. Signals
(setjmp() and longjmp()) are used to allow the tServer task to
recover gracefully from an address error exception. For more
information about signals, please refer to sigLib manual pages.-tServer task executes functions at low pri ority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer's priority. First tServer task exec utes the i () system call to print the summary of t Shell task. Next an address exception is caused in tServer task by trying to execute at a funtion non-aligned word boundry. As a result SIGBUS si gnal is raised automatically. Signals (setjmp () and longjmp ()) are used to allow the tServer t ask to recover gracefully from an address error exception. For more information about signals , please refer to sigLib manual pages.
Platform: |
Size: 3938 |
Author: 于凤新 |
Hits:
Description: vxworks libc库源代码,标准C代码库实现
assert
ctype
locale
math
setjmp
stdarg
stdio
stdlib
string
time
-vxworks libc the source code, standard C code library to assert ctype locale math setjmp stdar g stdio stdlib string time
Platform: |
Size: 317440 |
Author: 王七 |
Hits:
Description: tServer task executes functions at low priority (254). serverSend
funtion is used to send a request to the tServer to execute a
function at the tServer s priority.
First tServer task executes the i() system call to print the summary
of tShell task. Next an address exception is caused in tServer
task by trying to execute a funtion at non-aligned word boundry.
As a result SIGBUS signal is raised automatically. Signals
(setjmp() and longjmp()) are used to allow the tServer task to
recover gracefully from an address error exception. For more
information about signals, please refer to sigLib manual pages.-tServer task executes functions at low pri ority (254). serverSend funtion is used to send a request to the tServer to execute a function at the tServer's priority. First tServer task exec utes the i () system call to print the summary of t Shell task. Next an address exception is caused in tServer task by trying to execute at a funtion non-aligned word boundry. As a result SIGBUS si gnal is raised automatically. Signals (setjmp () and longjmp ()) are used to allow the tServer t ask to recover gracefully from an address error exception. For more information about signals , please refer to sigLib manual pages.
Platform: |
Size: 4096 |
Author: 于凤新 |
Hits:
Description: 用setjmp函数在VC下模拟试下的多任务环境-use setjmp function
Platform: |
Size: 186368 |
Author: xiaohw |
Hits:
Description: 可嵌套的C语言异常处理机制。在现代语言中,异常机制包括两个方面,即抛出异常和处理异常。在C语言程序中,异常类型一般都是靠函数的返回值和一些全局变量(如stdio.h的errno变量)来确定的,这大概算是“异常抛出”吧;处理异常最简单的办法就是终止程序,如使用exit、abort函数,虽然还有套较完备的异常处理函数setjmp和longjmp,但是,C的标准库、一般的应用库都没有应用它们,所以我们也只能在自己的开发部分有限地运用一下,而且,很多不太精通C的人,还没法把它们运用好。-C language can be nested exception handling mechanism. In modern language, the exception mechanism includes two aspects, namely, an exception is thrown and handle exceptions. In the C language program, the exception type usually rely on the return value, and some global variables (such as stdio.h the errno variable) to determine, this is probably considered " throw exception" it the easiest way to handle the exception is termination procedures, such as using exit, abort function, although there is a more complete set of exception handling functions setjmp and longjmp, however, C' s standard library, the general application of libraries do not apply them, we can only develop their own part in the limited use of what, and many people not proficient in C, not a good method to use them.
Platform: |
Size: 141312 |
Author: zhangking314 |
Hits:
Description: c语言异常处理机制,主要用setjmp.h头文件实现的-c language exception handling mechanism, mainly with setjmp.h header files to achieve
Platform: |
Size: 1024 |
Author: wang |
Hits:
Description: C语言接口与实现中对异常处理的实现,通过setjmp和longjmp实现了c语言处理异常的优雅方式。-Implementations of exception handling in the C language interface and implementation by setjmp and longjmp the the c language processing abnormalities elegant way.
Platform: |
Size: 15360 |
Author: zeropointer |
Hits:
Description: this function is called from the ARM assembly setjmp fragments.
Platform: |
Size: 1024 |
Author: gongvondo |
Hits:
Description: called from setjmp assembly fragmen.
Platform: |
Size: 2048 |
Author: kaoqengcin |
Hits:
Description: 协程(cocorrent)的简单例子, 用setjmp实现,大师的代码-cocorrent programming sample with setjmp
Platform: |
Size: 1024 |
Author: freboat |
Hits:
Description: setjmp longjmp for the x86-64 architecture.
Platform: |
Size: 1024 |
Author: fiekengqv |
Hits:
Description: setjmp longjmp for the i386 architecture.
Platform: |
Size: 8192 |
Author: neryonxg |
Hits:
Description: Based on AMD s original 2.4 driver.
Platform: |
Size: 4096 |
Author: naihuife |
Hits:
Description: on evc3 evc4 including stdlib.h also defines setjmp macro.
Platform: |
Size: 4096 |
Author: ciwunie |
Hits:
Description: machine setjmp.h: machine dependent setjmp-related information.
Platform: |
Size: 8192 |
Author: beimkxue |
Hits:
Description: machine setjmp.h: machine dependent setjmp-related information.
Platform: |
Size: 1024 |
Author: minghengbn |
Hits:
Description: on evc3 evc4 including stdlib.h also defines setjmp macro.
Platform: |
Size: 4096 |
Author: menvervn |
Hits:
Description: Sometimes, if native setjmp.h was included first, the setjmp functions situated in global namespace, not in vendor s std. This may confuse following csetjmp.
Platform: |
Size: 1024 |
Author: woncaoyiu |
Hits:
Description: if setjmp.h was included first, this is in global namespace Source Code for Embedded Linux.
Platform: |
Size: 7168 |
Author: hnmhming |
Hits: