c++ shared_ptr not thread-safe
Sample Error Code : https://wandbox.org/permlink/oAXbYnkKE5BR7Wig [Wandbox]三へ( へ՞ਊ ՞)へ ハッハッ wandbox.org #include #include #include std::shared_ptr g; void read_g() { std::shared_ptr x; long sum = 0; for (int i = 0; i < 1000 * 1000; ++i) { x = g; sum += *x; } printf("sum = %ld\n", sum); } void write_g() { for (int i = 0; i < 1000 * 1000; ++i) { auto n = std::make_shared(42); g = n; } } int main()..
개발/일상
2020. 6. 27. 18:09
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Obstacle Avoidance
- shared_from_this
- 봄날에 스케치
- 영상 픽셀화 하기
- Reciprocal n-body Collision Avoidance
- print shared_ptr class member variable
- Golang
- 잘못된 빨간줄
- it's called a vrpit
- Quest2
- Visual Studio
- vr핏
- C++
- 우리는 vr핏이라고 부릅니다
- vrpit
- 면접
- chrome-extension
- SuffixArray
- boost
- 코어 남기기
- mysql
- 에러 위치 찾기
- set value
- red underline
- ad skip
- 클래스 맴버 변수 출력하기
- RVO
- 카카오
- hole-punching
- cockroach db
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함