Esempio n. 1
0
 public static extern unsafe bool CreateImpl(
     bool initiallyOwned,
     MutexHandle *handle);
Esempio n. 2
0
 public static unsafe bool CreateImpl(
     bool initiallyOwned,
     MutexHandle *handle)
 {
     return(Create(initiallyOwned, out *handle));
 }