summaryrefslogtreecommitdiff
path: root/src/libcamera/thread.cpp
AgeCommit message (Expand)Author
2021-05-24libcamera: thread: Document race condition at stop timeLaurent Pinchart
2021-05-24libcamera: thread: Drop doc of asynchronous signals delivery to applicationsLaurent Pinchart
2021-05-24libcamera: thread: Enforce dispatchMessages() call context with assertLaurent Pinchart
2021-05-24libcamera: thread: Document dispatchMessages() thread-safety requirementsLaurent Pinchart
2021-04-07libcamera: thread: Fix typo in commentSebastian Fricke
2021-03-29libcamera: thread: Remove the unused setEventDispatcher() functionLaurent Pinchart
2020-11-15libcamera: Move EventDispatcher to internal APILaurent Pinchart
2020-10-21libcamera: thread: Prevent shadowing of signal nameKieran Bingham
2020-07-31libcamera: thread: Support selective message dispatch to threadUmang Jain
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2020-03-23libcamera: thread: Order headers alphabeticallyLaurent Pinchart
2020-02-14libcamera: thread: Support timeout in wait() functionLaurent Pinchart
2020-02-13libcamera: Document thread-safety attributes of core classesLaurent Pinchart
2020-02-13libcamera: Define the threading modelLaurent Pinchart
2020-01-20libcamera: thread: Add a method to return the ID of the current threadLaurent Pinchart
2019-11-27libcamera: thread: Fix race condition when dispatching messagesLaurent Pinchart
2019-11-27libcamera: thread: Fix locking when moving objectLaurent Pinchart
2019-11-08libcamera: Remove unneeded semicolonsLaurent Pinchart
2019-08-17libcamera: object: Create parent-child relationshipsLaurent Pinchart
2019-08-17libcamera: thread: Support dispatching messages to main threadLaurent Pinchart
2019-08-17libcamera: thread: Wake up target thread when moving objectsLaurent Pinchart
2019-07-11libcamera: thread: Add a messaging passing APILaurent Pinchart
2019-07-11libcamera: Add thread supportLaurent Pinchart