Exemplo n.º 1
0
 public extern static void                  dsn_task_code_set_threadpool(dsn_task_code_t code, dsn_threadpool_code_t pool);
Exemplo 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);
Exemplo 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);
Exemplo n.º 4
0
 public extern static IntPtr                dsn_threadpool_code_to_string(dsn_threadpool_code_t pool_code);
Exemplo n.º 5
0
 public extern static dsn_threadpool_code_t dsn_threadpool_code_from_string(string s, dsn_threadpool_code_t default_code);
Exemplo n.º 6
0
 public extern static void                  dsn_task_code_set_threadpool(dsn_task_code_t code, dsn_threadpool_code_t pool);
Exemplo 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);
Exemplo 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);
Exemplo n.º 9
0
 public extern static dsn_threadpool_code_t dsn_threadpool_code_from_string(string s, dsn_threadpool_code_t default_code);
Exemplo n.º 10
0
 public extern static IntPtr                dsn_threadpool_code_to_string(dsn_threadpool_code_t pool_code);