- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel_private.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel_private.hfa
r6a77224 r5afb49a 65 65 // KERNEL ONLY unpark with out disabling interrupts 66 66 void __unpark( struct __processor_id_t *, $thread * thrd ); 67 68 #define TICKET_BLOCKED (-1) // thread is blocked69 #define TICKET_RUNNING ( 0) // thread is running70 #define TICKET_UNBLOCK ( 1) // thread should ignore next block71 67 72 68 static inline bool __post(single_sem & this, struct __processor_id_t * id) {
Note:
See TracChangeset
for help on using the changeset viewer.