summaryrefslogtreecommitdiff
path: root/src/libcamera/thread.cpp
AgeCommit message (Expand)Author
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