summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 13:38:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 13:38:47 +0000
commitfdcb2b52b7c1fd0acc2d29f72b8316f732870bef (patch)
treea43406377773b6fb4951e54bc90741683ff80b2a /c/src/exec/score/include/rtems/score/thread.h
parentFix typo. (diff)
downloadrtems-fdcb2b52b7c1fd0acc2d29f72b8316f732870bef.tar.bz2
Thread iterator and libgjc support submitted too early.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/include/rtems/score/thread.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/exec/score/include/rtems/score/thread.h b/c/src/exec/score/include/rtems/score/thread.h
index 7739925e66..4c8032f558 100644
--- a/c/src/exec/score/include/rtems/score/thread.h
+++ b/c/src/exec/score/include/rtems/score/thread.h
@@ -734,23 +734,6 @@ Thread_Control *_Thread_Get (
#endif
/*
- * _Thread_Local_iterate
- *
- * DESCRIPTION:
- *
- * This function invokes the callback function for each existing thread.
- * Iteration continues until either all threads have been processed, or,
- * if break_on_error is TRUE, until an invocation of the callback returns
- * an integer value other than 0.
- */
-
-unsigned32 _Thread_Local_iterate(
- unsigned32 (*callback)(Thread_Control *the_thread, void * arg),
- void * arg,
- boolean break_on_error
-);
-
-/*
* _Thread_Idle_body
*
* DESCRIPTION: