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
- print shared_ptr class member variable
- 면접
- 클래스 맴버 변수 출력하기
- cockroach db
- 에러 위치 찾기
- Quest2
- 영상 픽셀화 하기
- ad skip
- RVO
- Golang
- 봄날에 스케치
- 잘못된 빨간줄
- vr핏
- Visual Studio
- red underline
- chrome-extension
- Reciprocal n-body Collision Avoidance
- set value
- Obstacle Avoidance
- C++
- boost
- it's called a vrpit
- vrpit
- 코어 남기기
- 카카오
- mysql
- shared_from_this
- 우리는 vr핏이라고 부릅니다
- SuffixArray
- hole-punching
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함