/[dotgnu-pnet]/pnet/libgc/solaris_threads.c
ViewVC logotype

Diff of /pnet/libgc/solaris_threads.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by ktreichel, Sat Jul 23 12:52:58 2005 UTC revision 1.5 by ktreichel, Mon Oct 10 20:03:15 2005 UTC
# Line 951  GC_thr_create(void *stack_base, size_t s Line 951  GC_thr_create(void *stack_base, size_t s
951      return(result);      return(result);
952  }  }
953    
954    /*
955     * Run a function under gc control in a thread not created by the gc.
956     */
957    GC_API void *
958    GC_run_thread(void *(*thread_func)(void *), void *arg)
959    {
960            /* TODO */
961            return 0;
962    }
963    
964  # else /* !GC_SOLARIS_THREADS */  # else /* !GC_SOLARIS_THREADS */
965    
966  #ifndef LINT  #ifndef LINT

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26