Esempio n. 1
0
 public extern static void                  dsn_task_code_set_threadpool(dsn_task_code_t code, dsn_threadpool_code_t pool);
Esempio n. 2
0
 public extern static dsn_task_code_t       dsn_task_code_register(string name, dsn_task_type_t type, dsn_task_priority_t pri, dsn_threadpool_code_t pool);
Esempio n. 3
0
 public extern static void                  dsn_task_code_query(dsn_task_code_t code, out dsn_task_type_t ptype, out dsn_task_priority_t ppri, out dsn_threadpool_code_t ppool);
Esempio n. 4
0
 public extern static IntPtr                dsn_threadpool_code_to_string(dsn_threadpool_code_t pool_code);
Esempio n. 5
0
 public extern static dsn_threadpool_code_t dsn_threadpool_code_from_string(string s, dsn_threadpool_code_t default_code);
Esempio n. 6
0
 public extern static void                  dsn_task_code_set_threadpool(dsn_task_code_t code, dsn_threadpool_code_t pool);
Esempio n. 7
0
 public extern static void                  dsn_task_code_query(dsn_task_code_t code, out dsn_task_type_t ptype, out dsn_task_priority_t ppri, out dsn_threadpool_code_t ppool);
Esempio n. 8
0
 public extern static dsn_task_code_t       dsn_task_code_register(string name, dsn_task_type_t type, dsn_task_priority_t pri, dsn_threadpool_code_t pool);
Esempio n. 9
0
 public extern static dsn_threadpool_code_t dsn_threadpool_code_from_string(string s, dsn_threadpool_code_t default_code);
Esempio n. 10
0
 public extern static IntPtr                dsn_threadpool_code_to_string(dsn_threadpool_code_t pool_code);