~vojtech-horky/helenos/helenos-qemu

« back to all changes in this revision

Viewing changes to uspace/lib/c/include/fibril.h

  • Committer: Jan Mares
  • Date: 2015-07-06 16:38:44 UTC
  • mfrom: (2103.1.249 HelenOS.mainline)
  • Revision ID: maresja1@gmail.com-20150706163844-big3j1vjinzit8j3
MergeĀ fromĀ mainline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
                (c)->tls = (sysarg_t) (ptls); \
47
47
        } while (0)
48
48
 
49
 
#define FIBRIL_SERIALIZED  1
50
 
#define FIBRIL_WRITER      2
 
49
#define FIBRIL_WRITER   1 
51
50
 
52
51
struct fibril;
53
52