Where is _Objects_Is_local_node() defined?

Joel Sherrill joel.sherrill at OARcorp.com
Sat Aug 2 16:03:38 UTC 2003


shannon wrote:

>When I read the RTEMS codes, I can't find some function source. Please tell me where can I find it.
>There is one of them: _Objects_Is_local_node()
>  
>
cpukit/score/inline/rtems/score/object.inl
cpukit/score/macros/rtems/score/object.inl

You can always do something like this:

find BASEDIR -type f | xargs -e grep STRING_I_AM_LOOKING_FOR

That type of command is very helpful when digging through a large source
tree.

> 				
>
>        shannon
>          2003-08-01
>
>
>  
>
--joel





More information about the users mailing list