Exemple #1
0
 public static unsafe bool CreateImpl(
     int threadIndex,
     ContainerHandle container,
     ThreadHandle *handle,
     UIntPtr *threadContext)
 {
     return(Create(threadIndex, container, out *handle,
                   out *threadContext));
 }
Exemple #2
0
 public static unsafe extern bool CreateImpl(
     int threadIndex,
     ContainerHandle container,
     ThreadHandle *thread,
     UIntPtr *threadContext);