コード例 #1
0
ファイル: Kernel32.cs プロジェクト: emclient/mac-playground
 public static int GetCurrentThreadId()
 {
     return((int)LibC.pthread_mach_thread_np(LibC.pthread_self()));
 }