- File:
-
- 1 edited
-
libcfa/src/concurrency/clib/cfathread.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/clib/cfathread.h
rc457dc41 rd971c8d 80 80 81 81 typedef struct cfathread_cond_attr { 82 // WARNING: adding support for pthread_condattr_setclock would require keeping track of the clock83 // and reading it in cond_timedwait84 82 } cfathread_condattr_t; 85 83 typedef struct cfathread_condition * cfathread_cond_t;
Note:
See TracChangeset
for help on using the changeset viewer.