maker • dreamin' in code
-
Xiaoka.com
- Warsaw, Poland
-
03:57
(UTC +01:00) - https://abadcafe.wordpress.com
- in/smoku
- @X65pc
- @DeeOSys
Pinned Loading
-
📊 Weekly development breakdown
📊 Weekly development breakdown 1C 19 hrs 53 mins ███████▊░░░░░░░░░░░░░ 37.4%
2Python 16 hrs 59 mins ██████▋░░░░░░░░░░░░░░ 31.9%
3Assembly 6 hrs 49 mins ██▋░░░░░░░░░░░░░░░░░░ 12.8%
4C++ 5 hrs 34 mins ██▏░░░░░░░░░░░░░░░░░░ 10.5%
5Markdown 2 hrs 2 mins ▊░░░░░░░░░░░░░░░░░░░░ 3.9%
-
Linux futex based Read-Write Lock im...
Linux futex based Read-Write Lock implementation 1#define cpu_relax() __builtin_ia32_pause()
2#define cmpxchg(P, O, N) __sync_val_compare_and_swap((P), (O), (N))
34static unsigned _lock = 1; // read-write lock futex
5const static unsigned _lock_open = 1;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.