Changeset 80 in libcf for trunk/include/cf_error.h


Ignore:
Timestamp:
04/30/13 17:12:40 (11 years ago)
Author:
cheese
Message:

#1 fix posix-thread scheduling mechanism on solaris

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_error.h

    r73 r80  
    5353#define CF_ERROR_THREAD                     CF_ERROR_BASE * 4
    5454/*------------------------------------------------------------*/
    55 #define CF_ERROR_THREAD_CREATE              CF_ERROR_THREAD - 1
    56 #define CF_ERROR_THREAD_INVALID_ARGS        CF_ERROR_THREAD - 2
     55#define CF_ERROR_THREAD_ALLOC               CF_ERROR_THREAD - 1
     56#define CF_ERROR_THREAD_CREATE              CF_ERROR_THREAD - 2
     57#define CF_ERROR_THREAD_INVALID_ARGS        CF_ERROR_THREAD - 3
     58#define CF_ERROR_THREAD_INIT_ATTR           CF_ERROR_THREAD - 4
     59#define CF_ERROR_THREAD_SET_INHERIT_SCHED   CF_ERROR_THREAD - 5
     60#define CF_ERROR_THREAD_SET_SCHED_POLICY    CF_ERROR_THREAD - 6
     61#define CF_ERROR_THREAD_SET_SCHED_PARAM     CF_ERROR_THREAD - 7
    5762/* }}} thread */
    5863
Note: See TracChangeset for help on using the changeset viewer.