Пример #1
0
 private static extern unsafe int GC_PTHREAD_CREATE(ref int pthread, ref PthreadAttr attr, void *startRoutine, object arg);
Пример #2
0
 private static extern int pthread_attr_destroy(ref PthreadAttr attr);
Пример #3
0
 private static extern int pthread_attr_setstacksize(ref PthreadAttr attr, int stacksize);
Пример #4
0
 private static extern int pthread_attr_init(ref PthreadAttr attr);