From 8d37343a5d3fef53422c7728a4e8b65bc4045bdb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 23 Jan 2000 19:07:02 +0000 Subject: Directive rtems_task_variable_get() added by Eric Norum. --- c/src/exec/rtems/include/rtems/rtems/tasks.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'c/src/exec/rtems/include/rtems/rtems/tasks.h') diff --git a/c/src/exec/rtems/include/rtems/rtems/tasks.h b/c/src/exec/rtems/include/rtems/rtems/tasks.h index f9234e6e89..10938376e2 100644 --- a/c/src/exec/rtems/include/rtems/rtems/tasks.h +++ b/c/src/exec/rtems/include/rtems/rtems/tasks.h @@ -416,6 +416,18 @@ rtems_status_code rtems_task_variable_add( void (*dtor)(void *) ); +/* + * rtems_task_variable_get + * + * This directive gets the value of a task variable. + */ + +rtems_status_code rtems_task_variable_get( + rtems_id tid, + void **ptr, + void **result +); + /* * rtems_task_variable_delete * -- cgit v1.2.3