Changeset 0adfc9d in mainline for kernel/generic/src/synch/workqueue.c
- Timestamp:
- 2012-11-20T17:34:33Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 04d66804
- Parents:
- 82719589
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/synch/workqueue.c
r82719589 r0adfc9d 427 427 } 428 428 429 /** Adds a function to be invoked in a separate thread; may block ing.429 /** Adds a function to be invoked in a separate thread; may block. 430 430 * 431 431 * While the workq_enqueue() is unlikely to block, it may do so if too
Note:
See TracChangeset
for help on using the changeset viewer.